Quote:
Originally Posted by Konsolenheld
Nice Mod! 
|
you are welcome
Quote:
Originally Posted by dej
Hello
After creating a Custom Page with a NavTab...........
Is there a way to manually change the URL of the NavTab, so it points to somewhere else?
I'm trying to make one of the Tabs go to a CMS section, instead of a Custom Page.
I figure it can't be that difficult.. if I could find where this mod hard codes the links
Anyway, I'd just need to swap out /custompage.php for /content.php?1-News (for example).
Any help appreciated!
Thanks
----------------------
|
you could do it from by editing multi_custom_page.php
find
PHP Code:
define('THIS_SCRIPT', 'multi_custom_page'.$scrpt);
after it add
PHP Code:
if($scrpt==10)
header('Location: http://www.example.com/forum/content.php?1-News');
Now custom page 10 will point to that url
Quote:
Originally Posted by dej
Hello 
P.S. After I add a tab and click it.. it auto logs me out =(
Only happens with multi_custom_page.php? tabs
|
That was fixed in 1.0.1 but if you didb't replace old multi_custom_page.php with new one this will happen.Best to un-install old version and instaal new one and replace multi_custom_page.php