Quote:
Originally Posted by TorGa3iGhT
ok...so i installed this plugin on my test server and it worked fine...then I installed it on the normal server, and it's not showing up...like all the settings are showing in the admin cp, but there is no "rating 100% (1)" thing showing under their avatar.
Any ideas?
|
From Template Info.php...
Most likely you will want to add the score info to the
postbit and/or
postbit_legacy template(s),
MEMBERINFO, and
memberlist_resultsbit template. Actual placement and style is entirely up to you, however here's a sample to get you started. Note that the MEMBERINFO & memberlist_resultsbit templates won't need the conditional around the text since you can't view a "guest" in those cases.
PHP Code:
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
Just add the code to the postbit or postbit_legacy template