The function "View More Pics ()" doesn't work for me. What do I need to fix?
Here is the relevant code from MEMBERINFO:
Code:
<if condition="$userinfo['usertitle']">
<tbody>
<tr class="tcat">
<td class="text" colspan="2" style="" align="left" valign="bottom"></td>
</tr>
</if>
<tr class="alt2">
<td><div align="right"><center><if condition="$show['avatar']">
<div class="smallfont">
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
</div>
<else /> <center><img src="http://www.mysite.com/forum/images/scforumstyle/buttons/nopropic.jpg">
</if></div><br /></center>
<strong><div align="center"><a href="/gallery/browseimages.php?do=member&imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>
<td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
Edit: I found out what the problem is. The code about refers to vbgallery, while I have photopost instead. I'd like to replace this link with either a link to the users photopost entries (Although I have the last 8 entries on the profile) or to the profile pic, members can standard enter into vbulletin. Another option is to get rid of the link. Either way makes me happy.