I am still running into the same problem with it not showing up in the postbit, check out this thred
http://www.gpfanatix.com/forums/showthread.php?t=2.
The following is the code in my postbit_legacy. By looking at the code, it should show up under join date correct??
Quote:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['userid']"><div>Trader Rating: (<a href="traderratings.php?$session[sessionurl]u=$post[userid]">$post[ratetradetotal]</a>)</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
|
I really would like to get this up and running, if anyone has any ideas. Thanks