Quote:
Originally Posted by Powlo
Thanks AWJunkies for getting back to me, the support for this mod is fantastic.
I've altered the plugin System Bar and Menu to reflect my style and its just about spot on except for one thing, the little down arrow is below the text and i'd prefer it to be next to the text. I changed the text from Donation to Donate thinking it might be because the word was too long but no joy.
This is what i changed...
Code:
$donation_link_menu='<td id="navbar_donation" class="css_nav"><a href="'.$DS[setting]['payment_home'].'donationsystem.php?do=donation">'.$DS[word]['donation_navbar'].'</a><script type="text/javascript"> vbmenu_register("navbar_donation"); </script></td>';
|
First off do your other selections use the arrow? You can turn off the arrow all together by doing this:
vbmenu_register("navbar_donation", true)
Set it to ",true" and it will remove the arrow. I presume your style does not use the drop down icons. If it does I will chime back in so check and test what I showed. I will need more info from you and your style if this is not what you want.