Quote:
Originally Posted by hornstar1337
Still cant install this because In my postbit and postbit legacy i dont have $vbphrase[posts]: $post[posts]
And ideas on where to put it now?
I used to have ushop installed should i remove this first? if so how?
Please help asap, thanks
|
are you trying to add this code to postbit????
Find:
Code:
$vbphrase[posts]: $post[posts]
Replace With:
Code:
$vbphrase[posts]: $post[posts]<br />
<a href="estore.php?do=donate&userid=$post[userid]">$vbphrase[ebux_points]</a>: $post[points]<br />
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />
or this code???
Find:
Code:
<div id="postmenu_$post[postid]">
Replace With:
Code:
<if condition="$post['glowcolor']"><div id="postmenu_$post[postid]" style="filter:Glow(Color=$post[glowcolor],Strength=$post[glowstrength]); width:100%;"><else /><div id="postmenu_$post[postid]"></if>