Quote:
Originally Posted by Lynne
Write a plugin then.
hook location - set_navigation_tab_main
PHP Code:
if (in_array(THIS_SCRIPT, array('put', 'them', 'all', 'here'))) $root = 'tab_abcd_123';
Enter the THIS_SCRIPT variables into the array and change the $root variable to the Identity listed at the top of the Navigation tab page.
|
This is working as a charm !
But until now I added 12 names and maybe there is many others names. For example there is a script name in (showimage) and if I click "reply" I will get different script name and in rating, comment, moderate, advance reply, search, ....etc maybe I will miss some pages.
However, I can add it all but there is no way to add the (script name) ?
I don't have much knowledge but I assume there is a common "script name" for all pages?
Thanks Lynne, appreciate your help