ITrader in MEMBERINFO Template

Baby Me

New Member
Hello everyone :) Nice forum, found some useful mods here & info :)

I'm trying to add iTrader info to MEMBERINFO but it's not showing, in the post below you can read that vbulletin changed codes:
iTrader 2.1.0 (Interim Release) - Page 7 - vBulletin.org Forum

The guy posted the new code but it's hidden from me (I hate that, I'm using licensed VB, only I'm not the owner & rarely in touch with him ..)

Anyways, can anyone post the code to use? Thanks in advance :)
 
What a post du you need from the Thread?
Do you mean the Post 100 oder Post 105 or what do you need.
Or need you the xml file from Post 104 ?​
 
Hi, I need the php code to show iTrader in MEMBERINFO (vbulletin 3.7), the code in mod instructions not working.

I need the code in post n° 102 (you can see #102 in the URL above, sorry I thought that was clear).

Here's the individual post URL: vBulletin.org Forum - View Single Post - iTrader 2.1.0 (Interim Release)

Also as a note to everyone, if you want to put feedback in your memberinfo sections, vbulletin CHANGED its code for the memberinfo section.

Code:
You cannot view code until you prove your license status

Works fine on my 3.7.2 PL2, just wanted to share. Note that $post has changed to $userinfo
Hopefully it works, thanks again :)
 
Baby Me said:
Hi, I need the php code to show iTrader in MEMBERINFO (vbulletin 3.7), the code in mod instructions not working.

I need the code in post n° 102 (you can see #102 in the URL above, sorry I thought that was clear).

Here's the individual post URL: vBulletin.org Forum - View Single Post - iTrader 2.1.0 (Interim Release)


Hopefully it works, thanks again :)

I just did this about 5 minutes ago and it fixed that very issue.

Also as a note to everyone, if you want to put feedback in your memberinfo sections, vbulletin CHANGED its code for the memberinfo section.



PHP:
<if condition="$userinfo['userid']"><div>Feedback: (<b><a href="itrader.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[itrader_total]</a></b>) ($userinfo[itrader_pcnt]%</a>)</div></if>

Works fine on my 3.7.2 PL2, just wanted to share. Note that $post has changed to $userinfo
 
When I try to put that code into my navbar, it dissapears. I'm thinking it has something to do with the <if>
 
Back
Top