February 2nd, 2005, 12:04 PM
|
#1 (permalink)
|
| Member
Join Date: Feb 2003 Location: Leeds, UK
Posts: 132
| IPB 1.2 - Little help on Custom Fields anyone?
Heya all
Just trying to get some custom fields in a forum I'm running, I've managed to get it to display on the post area along with the usual stuff (member number, date joined etc) but for some reason it's not displaying the variable's category....
I'll show you...
It looks like this Quote:
Group: Administrator
Support
Posts: 27
Member No.: 1
Joined: 1-February 05
| And it should look like Quote:
Group: Administrator
Team: Support
Posts: 27
Member No.: 1
Joined: 1-February 05
| As you can see its not specifying the category the variable is called from :-/
This is the code I edited to get it to display it... Quote:
</td>
</tr>
<tr>
<td valign='top' class='{$post['post_css']}'>
<span class='postdetails'>{$author['avatar']}<br /><br />
{$author['title']}<br />
{$author['member_rank_img']}<br /><br />
{$author['member_group']}<br /> [{$author['field_4']}<br />
{$author['member_posts']}<br />
{$author['member_number']}<br />
{$author['member_joined']}<br /><br />
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />
<!--$ author[field_1]-->
<img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br />
</td>
<td width='100%' valign='top' class='{$post['post_css']}'>
<!-- THE POST {$post['pid']} -->
<div class='postcolor'>{$post['post']} {$post['attachment']}</div>
{$post['signature']}
<!-- THE POST -->
</td>
| Anyone know what's wrong?
Cheers |
| |