PDA

View Full Version : Portfolio Page


n1ckn4me
04-25-2005, 10:34 AM
Im trying to make a portfoliopage out of an profilepage...

..this is nice because everytime someone clicks a username it will go straight to the "portfolio page". I thougt I just played with the 'memberinfo' template but I discovered that vbulletin lets you only upload one image to your profile...

Is there a way to make that into multiple ?

..and if there is a portfolio hack than let me know :)
Thanks in advanced!


[EDIT]:

I have found this code in member.php...
// PROFILE PIC
$show['profilepic'] = iif($userinfo['profilepic'] AND ($permissions['genericpermissions'] & CANSEEPROFILEPIC OR $bbuserinfo['userid'] == $userinfo['userid']), true, false);

..can I do something with this ?