vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - Showing Custom Profile Fields On Postbit And Postbit Legacy (https://vborg.vbsupport.ru/showthread.php?t=166290)

Attila M. 12-27-2007 10:00 PM

Showing Custom Profile Fields On Postbit And Postbit Legacy
 
So all day today I was trying to figure this out, so I decided to show it you guys as well. This is my first code or what ever you want to call it lol.

Anyways,

First make the custom profile field you want to show. To do that Admin CP > User Profile Fields > Add New User Field.

Fill out what fits right for your profile field. Just remember the field number.

Once you did that, go to Admin CP > Languages And Phrases > Phrase Manager > Add New Phrase.

Fill it out as:
Phrase Type: GLOBAL
Product: vBulletin
Varname: (What ever you want it to be)
Text: (Example: If your custom profile field was favorite athletes this should be Favorite Athletes
)

Once you did that go to Admin CP > Styles and Templates > Style Manager > (Skin you're editing) > Edit Templates > Postbit Templates > Postbit Legacy

Find:
Code:

<span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
Below It Add:
Code:

<if condition="$post['fieldx']"><div class="postinfo">$vbphrase[varnamehere]: $post[fieldx]</div></if>
Make sure to edit the bold letters/words in the code above.

Please don't be too harsh with this lol. I know there are newbies out there like me that didn't know how to do this.

Any problems, post it in here.

Click Install, and please visit my forum.

http://sport-gods.com/forums/index.php

Attila M. 12-28-2007 01:43 AM

First post reserved.

skrazydogz 12-28-2007 06:27 AM

any screenshots ?

skrazydogz 12-28-2007 10:23 AM

Quote:

Originally Posted by Mike-D (Post 1410683)
Screenshot? Of what? To show that a Profile Field is being showed inside a Postbit or Postbit_Legacy? :rolleyes:

yes !

Pandemix 12-28-2007 01:14 PM

I use it in my forum, thanks.

This works in the regular postbit too.

Attila M. 12-28-2007 03:03 PM

Quote:

Originally Posted by Pandemix (Post 1410784)
I use it in my forum, thanks.

This works in the regular postbit too.

It does? I didn't try it in there. Thats good to hear.

Attila M. 12-28-2007 08:49 PM

Screen shot added.

valdet 12-29-2007 01:46 AM

Quote:

Originally Posted by Attila M. (Post 1411027)
Screen shot added.

https://vborg.vbsupport.ru/



What font did you use in your screenshot. :D

Attila M. 12-29-2007 04:52 AM

Quote:

Originally Posted by valdet (Post 1411157)
http://img247.imageshack.us/img247/7404/6uq7ptegj3.jpg



What font did you use in your screenshot. :D

The pencil tool in paint LMAO.

Lott 02-10-2008 11:16 PM

This works great.
Has anyone figured out how to use the dropdown profile fields for this. It seems that it reports in postbit as a number rather then the assigned word. I tried the single selection dropdown, but really want the multi-selection dropdown for my application.


All times are GMT. The time now is 08:08 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.01092 seconds
  • Memory Usage 1,737KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete