Quote:
Originally Posted by AWJunkies
CUSTOM STYLES
Styles and hooks for DropMenu Module:
Create a new phrase ( http://www.yourdomain.com/admincp/ph...eldname=global)
A) Phrase Type = GLOBAL
B) Product = VBulletin
C) Varname = dsl_navbar_hook_X (X= the ID of the style, look at dsl_ navbar_ hook_ 1 for an example)
D) Text = Hook Data (look below for examples)
Code:
Examples:
Legend: {1}= ID for drop down menu {2}= Color for title {3}= URL link {4}= Title
Default: dsl_ navbar_ hook_ 1:
<td id="{1}" class="vbmenu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>
#1:
<td><img src="http://forum.X.com/images/centura/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>
#2:
<td width="89" height="26" valign="top" id="{1}"><a style="color:{2};" href="{3}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','http://forum.X.com/images/ogenzen/fluid/don2.png',1)"><img src="http://forum.X.com/images/ogenzen/fluid/don1.png" alt="TORRENT" name="Image20" width="89" height="26" border="0" /></a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>
#3:
<td id="{1}" width="78" height="34" class="css_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>
#4:
<td id="{1}" class="nav_menu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>
#5:
<td id="{1}" class="navbar"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>
#6:
<span id="{1}"><a style="color:{2};" href="{3}" accesskey="5" onmouseover="document.images.donatelink.src='images/voodoo/misc/donate_over.png'" onmouseout="document.images.donatelink.src='images/voodoo/misc/donate.png'"><img src="images/voodoo/misc/donate.png" id="donatelink" alt="" /></a></span><script type="text/javascript"> vbmenu_register("{1}",true); </script>
#7:
<td><img src="http://forum.X.com/images/enlighten/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>
The system uses default VB 3.7.x hooks in header/navbar named: $template_hook[navbar_buttons_left] and $template_hook[navbar_buttons_right]. If you do not have these hooks in header/navbar add them OR manually place:
Code:
{$AWCL['dropmenu']['header']}
where you would like it to display.
|
I hope someone could help me with that, seems I dont understand that correct. Could someone maybe tell me exactly what to enter into the Phrase (not Examples but what it has to be).
Sorry, I am new to vB and don?t have it all figured out yet. I just know that on the skin I am using (DARKNESS2) isn?t showing the DONATE link in the navigation. I appreciate any "n00b" help

that i can get.
Thank you in advance.
Wolfseye