vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   custom info in postbit (https://vborg.vbsupport.ru/showthread.php?t=274703)

kdog316 11-27-2011 06:03 AM

custom info in postbit
 
How can I get information people fill out when they register (or edit later in there user cp) to appear in the postbit area. Basically where it shows there join date and post count. Like this forum

https://vborg.vbsupport.ru/external/2011/11/10.jpg

Hellsoap is his character name. Undead Warrior is his race. Elitist Jerks is his guild and Mal'Ganis is his server. All of those questions you fill out in your user cp. If its already been listed I apologize because I did try to search for something like it.

Simon Lloyd 11-27-2011 08:18 AM

Yes, you'd need to add a user profile field and set it as required (i.e Required at registration...etc) then in your postbit template place this where needed.

Right under this
HTML Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Add this (where X is the field number)
HTML Code:

<if condition="$post['fieldX']"><div class="smallfont">MS Office Version: $post[fieldX]</div></if>

Lynne 11-27-2011 04:13 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=250418" target="_blank">Using your User Profile Fields in your postbit templates (w/ all plugin method)</a>

kdog316 11-27-2011 05:26 PM

Thank you lynne :). Your articles are very helpful.


All times are GMT. The time now is 11:34 PM.

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.01605 seconds
  • Memory Usage 1,711KB
  • 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
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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