wehitch wrote: Hello,
I want to show an Open Profile link above every image in RsGallery2.
The link will send you to the profile of the owner of the photo.
I found where to insert the code but i need a little help with the coding.
I tried
<a href=index.php?option=com_comprofiler&task=userProfile&user=<?php echo htmlspecialchars(stripslashes($row->userid), ENT_QUOTES); ?> target=b
but it doesnt get the userid and i get an error the user doesnt exist.
Can anyone help?
Thank you in advance.
Joomla 2.58
CB: 1.9
RSGALLERY2:3.2
click on a username from a CB userlist and see the URL structure.
that needs to be replicated in the other code