Quote:
Originally Posted by 0ptima
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
|
thanks...yeah, that seemed to work...if I wanted it to have a percentage as well like ebay, how would that be written? when I ran it on the test server it looked kinda like this:
i-trader: 100% (1) - (1)
or something like that above...just basically with the point value being also a percentage...in any event, thanks for your help already, and thanks in advance for future help