PDA

View Full Version : User profiles on none VB pages


jap
02-04-2007, 10:31 PM
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.

jap
02-05-2007, 05:08 PM
Indeed, it would be really handy (especially in my case)

jap
02-06-2007, 05:25 PM
*bump*

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?

jap
02-07-2007, 09:55 AM
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