Log in

View Full Version : How to use Userinfo in external pages.


AK47 Nemesis
06-07-2008, 07:59 PM
Ok, basicly what i need:

I want to make the userinfo codes available on external pages. With this i mean username, profile fields, avatar etc. How will i be doing this?

Lynne
06-07-2008, 08:23 PM
Use the info in this article - How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164)

AK47 Nemesis
06-08-2008, 02:37 AM
That helps a lot, but it doesnt say how to get $userinfo. I need it to put something on a profile using an iframe, so i need to get $userinfo[whatever] on a external page, while it's recognizing profiles.

Dismounted
06-08-2008, 05:10 AM
You will need to pass whatever through a GET variable to your external page (add it to the src parameter of the iframe). That is the easiest way to achieve what you want.