Sorry for not being clear enough about this. Let's try one more time:
The manual says this:
Quote:
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.
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
|
See the words in bold? What does that mean? I understand that I will have to change the code at the bottom. What will that code have to look like when changed to be usable in the MEMBERINFO & memberlist_resultsbit templates?
I hope I made myself clearer this time...