I found the following two changes in POSTBIT.. which are applied!
Quote:
In your postbit and/or postbit_legacy template template: (2 Changes)
Find:<div id="postmenu_$post[postid]">
Replace with:<if condition="$post['uttstore_glow']"><div id="postmenu_$post[postid]" style="width:100%; filter:Glow(color=$post[uttstore_glow], strength=5);"><else /><div id="postmenu_$post[postid]"></if>
Find:$vbphrase[posts]: $post[posts]
Replace with:$vbphrase[posts]: $post[posts] | <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&shortname=admindonate&userid= $post[userid]" target="_blank">$vbphrase[ucs_points]</a><else />$vbphrase[ucs_points]</if>: $points (<a href="ushop.php?do=a&shortname=donate&userid=$post[userid]" target="_blank">Donate</a>)
|
Both of them are applied.. still i cant see any where in postbit besides location/posts/ etc the status of POINTS of individual users!
All i can see is that it enables GLOW for those who have IE!
Can you tell me where am i wrong?
Can you tell me which phrase do i have to use for showing individual's points?
Thanks