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...
PHP Code:
// PROFILE PIC
$show['profilepic'] = iif($userinfo['profilepic'] AND ($permissions['genericpermissions'] & CANSEEPROFILEPIC OR $bbuserinfo['userid'] == $userinfo['userid']), true, false);
..can I do something with this ?