Log in

View Full Version : Where can I find the javascript?


sambah
08-07-2006, 05:23 PM
In the navbar template it has stuff like

<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>

where can i find and edit "navbar_search" for example?

louis_chypher
08-07-2006, 05:34 PM
in the MyForumIsHere/clientscript/vbulletin_global.js file.

sambah
08-07-2006, 05:37 PM
Thanks :)

Is there any way I can get a product/plugin to edit that file do you know?

louis_chypher
08-07-2006, 09:10 PM
using a text editor should allow you to edit the file.