nerofix |
09-10-2008 12:12 PM |
Quote:
Originally Posted by ThorstenA
(Post 1614418)
You must enter custom profile field number in admincp > settings > vProfile
|
That's what I did, but nothing happens.
I think it is because I got custom profile fields directly in the memberinfo template and not in any block! I assume your plugin is not ready for this... Could you fix it, so it will work in profile fields outside of a block?
Here's my code in the memberinfo tempate:
Code:
<if condition="$userinfo[field13] != ''">
<p>
<div>
<table cellpadding="0" cellspacing="0" border="0" width=100%">
<tr valign="top">
<td class="alt1" width="23%"> $vbphrase[field13_title]:</td>
<td class="alt1" width="77%">
$userinfo[field13]
</td>
</tr>
</table>
</div>
</if>
Even if it enter field 13 in the vProfile Tag options, no changes happens. Perhaps you have the time to test it and update your mod.
|