PDA

View Full Version : variables for vb user profile fields on non-vb...


fearfx
19 Mar 2008, 23:24
What would a variable for a user profile field.

Second is there a way to include on non-vb the newest member? and maybe the member with the most posts?

Thanks.

Opserty
20 Mar 2008, 00:08
PHP: $vbulletin->userinfo['fieldX']

Template: $bbuserinfo[fieldX]

X being the fieldID interger.

fearfx
20 Mar 2008, 00:09
Thank you, your are wise as your a swift to responses!

--------------- Added 1205968225 at 1205968225 ---------------

Also, how about the newest registered member on non-vb? and member with most posts?

Would this be hard?

MoT3rror
20 Mar 2008, 06:58
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------