Quote:
Originally Posted by Rickie3
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>
|
Thats my problem I dont have $vbphrase[posts]: $post[posts] or <div id="postmenu_$post[postid]">
So now where should I add it?