vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   user data (https://vborg.vbsupport.ru/showthread.php?t=65172)

sabret00the 05-15-2004 11:20 PM

user data
 
sorry for this, i've lost all confidence and knowledge in matters of coding for the night, so again i'm sorry for bothering you all.

but how would i select the data from the user table and userfield table as an array so i could call some of the data i.e.

Age
Location
Occupation
then some of the custom user profile fields

this is for a page powered by vBulletin but not a standard file (i.e. my own one).

sabret00the 05-15-2004 11:40 PM

PHP Code:

$profile_info $DB_site->query_first("SELECT (*)
                   FROM userfield
                 LEFT JOIN user ON (user.userid = userfield.userid)
                   
$clause");
   
   
$DB_site->fetch_array($profile_info

and then i can just call it in the templates as
HTML Code:

$profile_info['field14']
right?
i think is the query (still not good with these left joins

and how do i get the age and website/homepage?

sabret00the 05-16-2004 12:29 PM

*bump*

AN-net 05-16-2004 05:10 PM

the query looks good for profile fields and to get homepage etc. you have to look in the user table(im using vb3)

sabret00the 05-16-2004 05:25 PM

i can't even get the query to work in php my admin :(

Xenon 05-16-2004 05:55 PM

why not just use the fetch_userinfo() function of vb3? :)

sabret00the 05-16-2004 05:58 PM

cos i didn't know it existed :o

how would i go about using the fetch_userinfo() based on a static userid

i.e. fetch_userinfo(userid = $juserid, field24)?

Xenon 05-16-2004 06:11 PM

hmm, what i did was something like this when i need it:

PHP Code:

$userid xx;
$userinfo fetch_userinfo($userid); 


sabret00the 05-16-2004 07:13 PM

sorry to be a pain, just trying to grasp this still

ok so i would apply the above to the file (in php format)

but how would i call the information in the templates?

$userinfo[fieldXX]?

Xenon 05-16-2004 07:14 PM

exactly like that.

the userinfo looks like the bbuserinfo array :)


All times are GMT. The time now is 08:16 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.01122 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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