Custom Profile Fields - NBS






 

 

Custom Profile Fields - NBS

View Full Version : Custom Profile Fields


ProtocolX
03-Sep-2004, 10:30 PM
For some reason my "Custom Profile Field" isn't showing up in my post entry section. It started to not show up after the db crashed 2two days ago and I haven't made any modifications to the Post Entry Template since then. Here's the code for that section in the Post Entry and at the bottom is the screenshot of where it is supposed to show up at:

&nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp;<td valign='top' class='{$post['post_css']}'>
&nbsp; &nbsp; &nbsp; &nbsp;<span class='postdetails'>{$author['avatar']}<br /><br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['title']}<br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['member_rank_img']}<br /><br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['member_group']}<br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['member_posts']}<br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['member_number']}<br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['member_joined']}<br /><br />
&nbsp; &nbsp; &nbsp; &nbsp;{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$auth or['warn_add']}</span><br />

[B]<font size='1'><b>Hogwarts House:</b> $author[field_1][/B]

Image of my Custom Profile Field: VIEW (http://www.hpfzforums.com/customprofile.GIF)

Image where the Custom Profile Field should appear: VIEW (http://www.hpfzforums.com/customprofile2.GIF)

Webby
06-Sep-2004, 07:41 AM
Take the last line out, and above the warn line, add this:

<if="author['custom_fields'] != """>
{$author['custom_fields']}
<br />
</if>

That should do the trick.

ProtocolX
07-Sep-2004, 07:14 AM
Nope, didnt work im afraid :s Any other suggestions?