The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
phrase variable
i have a little problem there...
at the top of the forums, the links "search this forum" and "forum tools" have little arrows right of them, which in opera are shown in the line below. i'm trying to display that correctly. i've removed the following lines from vbulletin_menu.js, which seem to cause that line break in opera. Code:
if (!nowrite) { document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />'); } Code:
<td class="vbmenu_control" id="forumsearch.subforums"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]"><phrase 1="$stylevar[imgdir_misc]">$vbphrase[search_this_forum]</phrase></a> <script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></td> Code:
Search this Forum <img src="{1}/menu_open.gif" alt="" border="0" /> Code:
Search this Forum <img src="%1$s/menu_open.gif" alt="" border="0" /> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|