vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Profile fields (https://vborg.vbsupport.ru/showthread.php?t=230168)

sojobo 12-14-2009 10:58 AM

Profile fields
 
Could anyone tell me how i'd display a specific profile field somewhere?
I want to display a users profile field under their avatar, I just need to know what the variable thing is I guess, the rest I can do myself.

BBR-APBT 12-14-2009 11:59 AM

if you look in the postbit/postbit_legacy template depending on what you use, to get a idea of what to add.



But it will be something like the following.

Code:

<vb:if condition="{vb:raw post.fieldxx}">
{vb:raw post.fieldxx}
</if>


sojobo 12-14-2009 12:12 PM

Ok I see;
{vb:raw post.field2}
so what if I want to display this outside of a thread, what would I replace post. with?

BBR-APBT 12-14-2009 12:14 PM

Quote:

Originally Posted by sojobo (Post 1930446)
Ok I see;
Code:

{vb:raw post.field2}
so what if I want to display this outside of a thread, what would I replace post. with?


Code:

{vb:raw bbuserinfo.fieldxx}
Any time you place code on here please use the [code] bbcode tags.

sojobo 12-14-2009 12:20 PM

Thanks pal that worked a charm :]

Blackhat 05-02-2010 11:49 PM

I want to let my users insert their own background or header image. How can I use this in the vbulletin.css style sheet?


All times are GMT. The time now is 07:13 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.00932 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete