Quote:
Originally Posted by ringleader
SVT: if you put
Code:
$photoplog_memberinfo
in the MEMBERINFO template it displays random thumbnails from that user in their profile homepage.
Or were you looking to put a link in the dropdown menu for a user when you click on their username?
To do that:
FIND
Code:
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
in postbit and postbit_legacy templates.
AFTER ADD:
Code:
<tr><td class="vbmenu_option"><a href="photoalbum/index.php?u=$post[userid]"><phrase 1="$post[username]">$vbphrase[photo_x_album]</phrase></a></td></tr>
</if>
Go to phrases ->
Add the following phrase to postbit, postbit_legacy, and global phrases ->
Varname: $vbphrase[photo_x_album]
Text: View {1}'s Photo Gallery
Hope that solves your problem 
|
When you view their profile, I would like a link in there to take you to their photos. Do I manually have to edit everyones profile or can I put something in there that will automatically detect their user number to get me to their photos?
SVT