http://www.icyphoenix.com/viewtopic.php?f=25&t=1436&p=10846#p10846
-----------------------------------
luckyou03
Mon 26 Mar, 2007 07:30

Wanting To Add A Personal Gallery Management Link
-----------------------------------
Im using a profile information organizer hack, user cp organize to be specific. Well Im trying to add links in the profile control panel to manage your personal categories. I got the upload and my pictures figured out.  Here is what i added

[code linenumbers=false]		
'U_YOUR_PERSONAL_GALLERY' => append_sid("album.$phpEx?user_id=". $userdata['user_id']),
'UPLOAD_PERSONAL_GALLERY' => append_sid("album_upload.php?cat_id=1&user_id=". $userdata['user_id']),
'U_USERS_PERSONAL_GALLERIES' => append_sid("album_personal_index.$phpEx"),
'U_PERSONAL_CAT_ADMIN' => append_sid("album_personal_cat_admin.$phpEx?cat_id=$cat_id"),[/code]

the problem im having is with this line

[code linenumbers=false]
'U_PERSONAL_CAT_ADMIN' => append_sid("album_personal_cat_admin.$phpEx?cat_id=$cat_id"),[/code]

It cant find the $cat_id. what would i need to add to this non album page to pull the users personal $cat_id

thanks
Adam


