I'm looking to add a link in the vbpicgallery in the users gallery hall back to the member profile. I added a link to the picgallery from the member.php using the following code
Code:
<td width="33%"><font style="font-size:11px; font-weight:bold"><a href="vbpicgallery.php?do=hall&u=$session[sessionurl]$userinfo[userid]">View Users Garage</a></font></td>
I tried using the reverse to link it back to the member profile doing this
Code:
<td width="33%" class="tcat"><b><a href="member.php?u=$session[sessionurl]$userinfo[userid]">View Users Profile</a></b></td>
This didn't work however, I've been trying to figure out how to get the userid but I can't get it to work. Someone please help me. Thanks
-Dex