View Single Post
Old January 4th, 2006, 10:25 AM   #1 (permalink)
LLIFE
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 37
Question User Profiles, featured gallery pics

I want to add pictures from member albums to there profile... something similar to this.

include('../gallery/inc_features.php');
include('../gallery/inc_photopost.php');
echo "$photopostfeature";

but only pictures based on their ID, how can I do this?
so far I put in a link to their gallery with this:

a href="/gallery/showgallery.php/ppuser/$userinfo[userid]" title="View My Gallery"

Come on gimme the code

I am figuring to copy inc_features.php and rename to inc_userprofile.php and change the statements a little, this is where I need help.

I'm trying to integrate with http://www.vbulletin.org/forum/showt...hlight=vbspace

Last edited by LLIFE; January 4th, 2006 at 02:12 PM.
LLIFE is offline   Reply With Quote