Thank you for your fast reply,
PHP Code:
<a href="member2.php?s=$session[sessionhash]
&action=addlist&userlist=buddy&userid=$post[userid]"><img
src="https://vborg.vbsupport.ru/images/buddy.gif" border="0" alt="Add $userinfo[username] to your buddy
list"></a>
the above code is for the buddy system, with my gallery link or other link, how would I set it up so that if the user has a gallery link when they click the button it loads their own gallery if they have one, or have it work similar to profile.
example would I do something like this?
PHP Code:
<a href="http://www.pixelfx.ca/gallery/index.php?s=$session
[sessionhash]&action=getinfo&userid=$post[userid]"
target="_blank"><img src="http://www.pixelfx.ca/forum/images/gallery4.gif" border="0"
alt="Click Here to See the gallery for $post[username]"></a>
I'm trying to see if I understand how this works

Thank you everyone for your support. This has been a great learning experience
example of site so far,
www.pixelfx.ca/index.php ...
Update:
I think I have it but if you see any code for my template above that you think I should change please let me know

Thanks