The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
I have never heard of anything like this, I doubt there is.
Would be nice to have a hack like this though. |
#3
|
|||
|
|||
Indeed, it would be really handy (especially in my case)
|
#4
|
|||
|
|||
*bump*
|
#5
|
|||
|
|||
Why don't you just use singular codes for each field you wish to view?
Code:
<!-- Post Field X --> <!-- Remember to replace fieldx with your field ID --> <if condition="$post[fieldx]"> <div> $post[fieldx] </div> </if> <!-- /Post Field X --> |
#6
|
|||
|
|||
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
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|