Quote:
Originally Posted by GearTripper
that looks great; care to share the mod? 
|
Im not sure how the stock vbulletin navbar is cause I have edited so much of my site but Ill try as best as I can.
In your navbar template find this

Its about halfway down)
Code:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
After that add your code:
Code:
<td class="alt2">
<div align="center"><a href="billspaypal.php"><img src="$stylevar[imgdir_misc]/donate.gif" border="0" alt="Make payments with PayPal - it's fast, free and secure!" /></a></div>
</td>