Is there a way to show more than 4 deleted posts per page in the deleted posts manager? Kind of a pain going through them at 4 per page if you've got a bunch in there..
Deleted Posts Manager - Show more than 4 per page??
Collapse
X
-
Admin CP -> Styles & Templates -> Style Manager -> « » -> User Control Panel Templates -> USERCP_SHELL
Add the red code:
Code:<if condition="$show['deleteditems'] OR $show['moderateditems']"> <tr> <td class="thead">$vbphrase[moderation]</td> </tr> <if condition="$show['deleteditems']"> <tr> <td class="$navclass[deletedthreads]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&type=deleted[color=red]&pp=X[/color]">$vbphrase[deleted_threads]</a></td> </tr> <tr> <td class="$navclass[deletedposts]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&type=deleted[color=red]&pp=X[/color]">$vbphrase[deleted_posts]</a></td> </tr> </if> <if condition="$show['moderateditems']"> <tr> <td class="$navclass[moderatedthreads]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&type=moderated">$vbphrase[moderated_threads]</a></td> </tr>
-
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment