zynergi said:put a , & it'll disable it for all forums.
Care to explain?
Put a
where?
zynergi said:put a , & it'll disable it for all forums.
draque said:And, can you help me to apper in a single category ?
h@ck3r said:Add thise code where you want it to display:
HTML:<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
Eg. If you want it to show under username etc, search in Postbit template for:
HTML:<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
and after add:
HTML:<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
like this:
HTML:<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> <if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
vBulletin said:admin, you do not have permission to access this page. This could be due to one of several reasons:
Why this is happen to my forum when i click itrader link/icon ?
betty02 said:How do i get it to show in mini profile when posts are made?
E.g
vb installer vb installer is offline
Junior Member
Join Date: May 2008
Posts: 20
Thanks: 14
Thanked 2 Times in 1 Pos
iTrader: +2 / -0
It's set to display in all forums but it doesnt?
nexia said:you have a custom style with missing hooks ?!.. you will have to edit the templates like indicated sooner in this thread.
lanbo said:hey how do you switch the position in the member`s look up?
instead of showing itrader first when you go on their member's page how do you make it show visitor's messages then another link for itrader?