Back to vBulletin 3.6 Template Modifications

Deleted/Moderated Posts/Threads Manager - Show more than 4 per page
Mod Version: 1.00, by mkdevo

This modification is in the archives.
vB Version: 3.6.2 Rating: (1 vote - 5.00 average) Installs: 10
Released: 08 Oct 2006 Last Update: Never Downloads: 2
Not Supported Template Edits  

Just got this from Jake @ vb.com, and figured others would find it useful, so here you go.

This will allow you to see more than 4 posts/threads per page in the Deleted/Moderated Posts and Deleted/Moderated Threads manager.

Edit Template USERCP_SHELL.

Add the green 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&amp;pp=X">$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&amp;pp=X">$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&amp;pp=X">$vbphrase[moderated_threads]</a></td>
	</tr>
	<tr>
		<td class="$navclass[moderatedposts]" nowrap="nowrap"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&amp;type=moderated&amp;pp=X">$vbphrase[moderated_posts]</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.
The third one is for moderated threads.
The fourth one is for moderated posts.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024