Quote:
Originally Posted by EvilSeph
Oh, your style uses DIVs instead.
Find:
PHP Code:
<div class="nvlink" align="center"> <if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]" >$vbphrase[user_cp]</a></if> <if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow" >$vbphrase[register]</a></if>
Change it to:
PHP Code:
<div class="nvlink" align="center"> <if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]" >$vbphrase[user_cp]</a></if> <if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow" >$vbphrase[register]</a></if> $cyb_paypal_donate_link
Basically I just added the $cyb_paypal_donate_link to the bottom of the snippet. I'm thinking your style is breaking because you're inserting a table when there really shouldn't be one.
Note: I'm not sure if this works because I don't use that style - but I don't see why it shouldn't. Just make sure to turn off the auto-insertion.
Hope this helps. 
|
Your my hero

worked perfectly.
Oh, any idea how to change the colour of the text to make it same as the original?
Edit: nvm got it :P