Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-05-2007, 01:23 PM
Xaices's Avatar
Xaices Xaices is offline
 
Join Date: May 2006
Location: West Coast USA
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need Help - Custome Profile Fields.

I am having difficulty getting my custome user profile fields information to display correctly in the postbit.

I am using the following code:

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:

Quote:
Class: Dread Knight
How ever it is displaying:

Quote:
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 notice right side of post bit user profile fields display.
Reply With Quote
  #2  
Old 04-05-2007, 01:28 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try to control again the configuration of your custom user field. Maybe it contain the error.

However, if you've set your custom profile field with Options, you could use this type of code:

Code:
<if condition="$post['fieldX'] & 1">
    CODE TO DISPLAY IF OPTION 1 IS SELECTED
</if>
<if condition="$post['fieldX'] & 2">
    CODE TO DISPLAY IF OPTION 2 IS SELECTED
</if>
<if condition="$post['fieldX'] & 4">
    CODE TO DISPLAY IF OPTION 3 IS SELECTED
</if>
<if condition="$post['fieldX'] & 8">
    CODE TO DISPLAY IF OPTION 4 IS SELECTED
</if>
<if condition="$post['fieldX'] & 16">
    CODE TO DISPLAY IF OPTION 5 IS SELECTED
</if>
<if condition="$post['fieldX'] & 32">
    CODE TO DISPLAY IF OPTION 6 IS SELECTED
</if>
<if condition="$post['fieldX'] & 64">
    CODE TO DISPLAY IF OPTION 7 IS SELECTED
</if>
<if condition="$post['fieldX'] & 128">
    CODE TO DISPLAY IF OPTION 8 IS SELECTED
</if>
Reply With Quote
  #3  
Old 04-05-2007, 01:32 PM
Xaices's Avatar
Xaices Xaices is offline
 
Join Date: May 2006
Location: West Coast USA
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry Triky I do not fully understand what you are trying to tell me.

edit: ok now that you have added the code in I will give it a go see what comes of it.
Reply With Quote
  #4  
Old 04-05-2007, 01:42 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With "configuration of your custom profile field", I mean: Go to -> AdminCp -> User Profile Fields -> Edit your own -> Check if it's all ok.
Reply With Quote
  #5  
Old 04-05-2007, 02:43 PM
Xaices's Avatar
Xaices Xaices is offline
 
Join Date: May 2006
Location: West Coast USA
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found the problem and you were right. I had multiple line selection not single line.

Some times the most simple of things I overlook.

Thanks for your help.
Reply With Quote
  #6  
Old 04-05-2007, 02:47 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:35 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03646 seconds
  • Memory Usage 2,212KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete