Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Include loadtab.php in Core
#5
ccagle8 Wrote:pardon my ignorance, but is nav-tab useless without it?

You could link the navigation tab to a php file in your plugins/your-plugin folder, but
  • you would need about the same code (include common.php, header/footer templates, cookie check, etc.)
  • you might get problems, if common.php or templates depend on being called from the admin folder?
  • you must make sure to ALLOW this file in .htaccess
  • it only works with sitewide cookies
  • it's not nice, if the URL suddenly is /plugins/your-plugin/... instead of /admin/...

There are some other problems with side menus and nav tabs:
  • Only one side menu item can be generated using createSideMenu
  • createNavTab is rather useless as it won't highlight the tab
  • a plugin can't (easily) have side menu items on multiple tabs (minor problem in my opinion)

Instead of loadtab.php some small changes will make tabs and side menus (better) usable - see next post.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Include loadtab.php in Core - by mvlcek - 2011-09-07, 23:31:47
Include loadtab.php in Core - by ccagle8 - 2011-09-07, 23:43:32
Include loadtab.php in Core - by mvlcek - 2011-09-08, 00:15:55
Include loadtab.php in Core - by ccagle8 - 2011-09-08, 03:09:02
Include loadtab.php in Core - by mvlcek - 2011-09-08, 05:28:18
Include loadtab.php in Core - by mvlcek - 2011-09-08, 06:06:03
Include loadtab.php in Core - by mvlcek - 2011-10-11, 23:38:48
Include loadtab.php in Core - by ccagle8 - 2011-10-12, 22:34:10
Include loadtab.php in Core - by mvlcek - 2011-10-12, 22:43:23
Include loadtab.php in Core - by leenm - 2011-11-13, 05:18:48
Include loadtab.php in Core - by n00dles101 - 2011-11-13, 05:57:40
Include loadtab.php in Core - by leenm - 2011-11-13, 06:10:29
Include loadtab.php in Core - by mvlcek - 2011-11-13, 06:27:34
Include loadtab.php in Core - by leenm - 2011-11-13, 06:39:56
Include loadtab.php in Core - by n00dles101 - 2011-11-13, 07:14:42
Include loadtab.php in Core - by mvlcek - 2011-11-13, 07:30:30
Include loadtab.php in Core - by n00dles101 - 2011-12-06, 19:52:37
Include loadtab.php in Core - by mvlcek - 2012-01-23, 18:06:55
Include loadtab.php in Core - by leenm - 2012-01-24, 09:41:02
Include loadtab.php in Core - by n00dles101 - 2012-01-25, 01:53:20



Users browsing this thread: 1 Guest(s)