Deleted Posts Manager - Show more than 4 per page??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mkdevo
    New Member
    • Oct 2004
    • 21
    • 2.3.5

    Deleted Posts Manager - Show more than 4 per page??

    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..
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    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&amp;type=deleted[color=red]&amp;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&amp;type=deleted[color=red]&amp;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&amp;type=moderated">$vbphrase[moderated_threads]</a></td>
    	</tr>
    Where X is the number of posts per page. The first one is for deleted threads. The second one is for deleted posts.

    Comment

    • mkdevo
      New Member
      • Oct 2004
      • 21
      • 2.3.5

      #3
      fantastic! thanks jake!

      Comment

      • sunnycher
        Senior Member
        • Mar 2005
        • 271
        • 3.6.x

        #4
        where is the deleted post/thread manager?
        Cher

        Comment

        • feldon23
          Senior Member
          • Nov 2001
          • 11291
          • 3.7.x

          #5
          Are you running vB 3.6.x series?

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            Originally posted by sunnycher
            where is the deleted post/thread manager?
            User CP -> Deleted Threads / Posts

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...
            😀
            😂
            🥰
            😘
            🤢
            😎
            😞
            😡
            👍
            👎