Quote:
Originally Posted by NAZIA
Album Picture Moderation Link is not accessible for the admin or Moderator , to moderate the pictures in usercp ...
So I am uninstalling this great mod.. 
|
Quote:
Originally Posted by KURTZ
news about the album's issue?
|
Template edits in usercp_shell_icons - with
TMS import attached file
or do manually
Find
Code:
<if condition="$show['moderatedpcs']">
<tr><td class="$navclass[moderatedpcs]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/picture_add.gif" width="16" height="16"></td>
<td><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewpcs&type=moderated">$vbphrase[picture_comments]</a></td>
</tr>
</table>
</td></tr>
</if>
Add below
Code:
<if condition="$show['moderatedpics']">
<tr><td class="$navclass[moderatedpics]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/photos.gif" width="16" height="16"></td>
<td><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewpics">$vbphrase[album_pictures]</a></td>
</tr>
</table>
</td></tr>
</if>