vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   php code to pull custom profile fields? (https://vborg.vbsupport.ru/showthread.php?t=199867)

christian8a 12-26-2008 11:51 PM

php code to pull custom profile fields?
 
I have a custom made php file, but I need to display some custom profile fields on the product, what coding will it take?

I know on the template what to use, but on the php code no idea? :confused:

Lynne 12-27-2008 02:57 AM

If you have the global.php file called, then I believe you should be able to get it with $bbuserinfo[fieldx] (assuming you want it for the person viewing the page).

Dismounted 12-27-2008 03:17 AM

PHP Code:

$vbulletin->userinfo['fieldx'

$bbuserinfo is used strictly in templates only. It actually won't work outside of templates anyway.

Lynne 12-27-2008 03:25 AM

You are right, Hanson. I think it's time for some sleep when I can't read what is being asked!

christian8a 12-27-2008 04:27 AM

Quote:

Originally Posted by Dismounted (Post 1694555)
PHP Code:

$vbulletin->userinfo['fieldx'

$bbuserinfo is used strictly in templates only. It actually won't work outside of templates anyway.

Cool, thanx guys, but where does that code goes and how to add that on the template? Im getting close :)

Lynne 12-27-2008 03:48 PM

Quote:

Originally Posted by christian8a (Post 1694587)
Cool, thanx guys, but where does that code goes and how to add that on the template? Im getting close :)

Why don't you post the code you've written so far and tell us what you want as the result and then we can help you with more specifics.

pein87 12-30-2008 03:49 PM

I had that same problem and I used <if condition="{your condition code}">{code to execute if its that condition}</if><else />


All times are GMT. The time now is 01:40 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.01119 seconds
  • Memory Usage 1,725KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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