Xaices
04-05-2007, 01:23 PM
I am having difficulty getting my custome user profile fields information to display correctly in the postbit.
I am using the following code:
<if condition="$post['field5']"><div class="smallfont" style="background-color: #261d0c; padding: 4px; border-bottom: 2px solid #0e0b04;"><strong>Class:</strong> $post[field5]</div>
<div style="padding-top: 4px;"></div>
</if>
The background cellpadding border all that displays correctly. Even Class: shows up. Where I am running into problems is 'field5'. It is not displaying the correct information.
For my user profile it should display:
Class: Dread Knight
How ever it is displaying:
Class: 8
For the life of me I can not figure out where it is pulling that "8" from or why it is displaying 8 rather than Dread Knight.
Is there something wrong with the way I coded it?
Thanks for any help ahead of time!
p.s. Here is a link to demonstrait what I am talking about IRE Recruitment Message - IRE (http://www.ire-guild.org/forums/showthread.php?t=77) notice right side of post bit user profile fields display.
I am using the following code:
<if condition="$post['field5']"><div class="smallfont" style="background-color: #261d0c; padding: 4px; border-bottom: 2px solid #0e0b04;"><strong>Class:</strong> $post[field5]</div>
<div style="padding-top: 4px;"></div>
</if>
The background cellpadding border all that displays correctly. Even Class: shows up. Where I am running into problems is 'field5'. It is not displaying the correct information.
For my user profile it should display:
Class: Dread Knight
How ever it is displaying:
Class: 8
For the life of me I can not figure out where it is pulling that "8" from or why it is displaying 8 rather than Dread Knight.
Is there something wrong with the way I coded it?
Thanks for any help ahead of time!
p.s. Here is a link to demonstrait what I am talking about IRE Recruitment Message - IRE (http://www.ire-guild.org/forums/showthread.php?t=77) notice right side of post bit user profile fields display.