Quote:
Originally Posted by Psionic Vision
Please download the package again and use the new memberinfo modification for zodiac sign... There was a little fix. To summarize, the fix is as follows:
REPLACE A VBULLETIN 3.6.5-AND-BELOW VERSION...
HTML Code:
<if condition="$userinfo['zodiac_sign']">
<tr>
<td>
<strong>$vbphrase[iprof_zodiac_sign]</strong>:<br />
$userinfo[zodiac_sign]
</td>
</tr>
</if>
WITH A VB 3.6.6+ VERSION...
HTML Code:
<if condition="$userinfo['zodiac_sign']">
<dt class="smallfont"><strong>$vbphrase[iprof_zodiac_sign]</strong>:</dt>
<dd class="smallfont">$userinfo[zodiac_sign]</dd>
</if>
|
Hi, I made the changes but the layout did not change. Could you help me out? Thanks