View Full Version : User profiles on none VB pages
hi,
does anyone have the code to show VB user profile information on other pages by just using the user ID?
Or is there any hack that I can use to do this?
Thanks,
Jasper
Saulie
02-05-2007, 04:41 PM
I have never heard of anything like this, I doubt there is.
Would be nice to have a hack like this though.
Indeed, it would be really handy (especially in my case)
Ultimative
02-07-2007, 01:59 AM
Why don't you just use singular codes for each field you wish to view?
<!-- Post Field X -->
<!-- Remember to replace fieldx with your field ID -->
<if condition="$post[fieldx]">
<div>
$post[fieldx]
</div>
</if>
<!-- /Post Field X -->
Or have I got the wrong end of the stick?
No, the problem is that we need the functions to fetch al the information from the database. Because there are extra fields and stuff. And how do you make those avater images (check the image location of them) those are the problems I'm having now :s
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.