The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
bump for this, having same problem
|
#12
|
|||
|
|||
![]()
In the code for the button replace
Code:
vbmenu_register("rpg"); Code:
vbmenu_register("rpg",true); |
#13
|
|||
|
|||
![]() Quote:
what are the variables for quick links and search? |
#14
|
|||
|
|||
![]()
bump
|
#15
|
|||
|
|||
![]()
you will nave code that practically matches that first one. off the top of my head it is navbar_search and quick_links
|
#16
|
|||
|
|||
![]() HTML Code:
<a href="http://uploads.miscforums.org"> <img src="http://www.miscforums.org/dev/navbar/images/navbar_04.gif" width="71" height="43" border="0" alt=""></a></td> <td align="left" valign="top" td id="quick_links"><a href="#quick_links"><img src="http://www.miscforums.org/dev/navbar/images/navbar_05.gif" width="73" height="43" alt="" border= 0/></a><script type="text/javascript">vbmenu_register("quick_links"); </script></td> quick_links does not work. usercptools does, but makes that little arrow/messes up alignment ahhhhhhhhhhh |
#17
|
|||
|
|||
![]()
here is my code for this image
HTML Code:
<td align="left" valign="top" td id="usercptools"><a href="nojs=1#usercptools" "><img src="http://www.miscforums.org/dev/navbar/images/navbar_05.gif" width="73" height="43" alt="" border= 0/></a> <script type="text/javascript">vbmenu_register("usercptools , 1"); </script></td> this stupid little arrow is there and messes up my align ment liek this |
#18
|
|||
|
|||
![]()
Merged threads.
|
#19
|
|||
|
|||
![]()
arurcard,
use this Code:
<td align="left" valign="top" td id="usercptools"><a href="nojs=1#usercptools" "><img src="http://www.miscforums.org/dev/navbar/images/navbar_05.gif" width="73" height="43" alt="" border= 0/></a> <script type="text/javascript">vbmenu_register("usercptools , true"); </script></td> |
#20
|
|||
|
|||
![]() Quote:
heres my entire header template HTML Code:
<style> <!-- a {text-decoration:none} //-->; </style> <!-- logo --> <table id="Table_01" width="1024" height="43" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="http://www.miscforums.org/dev/navbar/images/navbar_01.gif" width="526" height="43" alt=""></td> <td> <a href="http://miscforums.org/cms/"> <img src="http://www.miscforums.org/dev/navbar/images/navbar_02.gif" width="62" height="43" alt="" border= 0></a></td> <td> <a href="http://forums.miscforums.org"> <img src="http://www.miscforums.org/dev/navbar/images/navbar_03.gif" width="74" height="43" border="0" alt=""></a></td> <td> <a href="http://uploads.miscforums.org"> <img src="http://www.miscforums.org/dev/navbar/images/navbar_04.gif" width="71" height="43" border="0" alt=""></a></td> <td align="left" valign="top" td id="usercptools"><a href="nojs=1#usercptools" "><img src="http://www.miscforums.org/dev/navbar/images/navbar_05.gif" width="73" height="43" alt="" border= 0/></a> <script type="text/javascript">vbmenu_register("usercptools , true"); </script></td> <td> <img src="http://www.miscforums.org/dev/navbar/images/navbar_06.gif" width="74" height="43" alt=""></td> <td> <a href="http://forums.miscforums.org/usercp.php"> <img src="http://www.miscforums.org/dev/navbar/images/navbar_07.gif" width="72" height="43" border="0" alt=""></a></td> <td> <a href="http://forums.miscforums.org/faq.php"> <img src="http://www.miscforums.org/dev/navbar/images/navbar_08.gif" width="72" height="43" border="0" alt=""></a></td> </tr> </table> <a href="$vboptions[forumhome].php$session[sessionurl_q]"> </a> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output see http://forums.miscforums.org |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|