Ok lets try a differant way...
Can it be used in a html page or does it have to be a full php page?
Ok...this is what i have, nothing shows apart from
Code:
How did you find us :
Heres my code
Code:
<table width='100%'><tr>
<td class="panelsurround" align="center" >
<div class="panel">
<div style="width:100%" align="$stylevar[left]">
How did you find us :
<if condition="$bbuserinfo[field29] != ''">$vbphrase[referral]:<div class="smallfont"></if>
</div></div>
</td>
</tr>
</table>
From what i can make out, this code should show the member, their field and the phrase, is this correct code?
EDIT:
Right...The code
Code:
<if condition="$post['field29']"><div>$vbphrase[referral]: $post[field29]</div></if>
works in the postbit, but does not work in this code
Code:
<table width='100%'><tr>
<td class="panelsurround" align="center" >
<div class="panel">
<div style="width:100%" align="$stylevar[left]">
How did you find us :
<if condition="$bbuserinfo['field29']"><div>$vbphrase[referral] $post[field29]</div></if>
</div></div>
</td>
</tr>
</table>
Its not showing the info in a new web template (Logicans)
Also in the post bit (just for testing the code) it aint pulling the username.
Have i mentioned i want to compile a list of all members and show [fieldX] along with thier name?