PDA

View Full Version : VSa - (De)Bump Threads



admin
07-04-2010, 05:27 PM
Info:
This will give you ability to move threads to the top of forums, or make them X hours older (Bump/De-Bump). Options are available in Forumdisplay, Showthread, and Search Moderation Tools.


Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]


To set options:
Go to: AdminCP > vBulletin Options > VSa - (De)Bump Threads


Versions:
v1.0 - Apr 06. 2010.
-First version
v1.1 - Apr 08. 2010.
-Fixed bug (conflict with 'Move Threads')
v1.2 - Sep 06. 2010.
-New: Now available in forumdisplay, showthread, and search moderation tools
-New: Product actions logged
-Fixed: Threads not deselected after action is done

Screenshots:
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/04/07/05/11961270636059.png

http://img.photo.zing.vn/file_uploads/gallery/1024x768/2011/01/19/10/31621295409312.png

http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/04/07/05/58251270636064.png

vbbforum.com
19-01-2011, 02:45 AM
Thêm nút chèn bài mới
Nguồn: http://vbbforum.com/showthread.php?11725-4-x-Mod-up-bai-viet-len-dau-De-Bump-Threads
Demo
http://daklak.org/attachment.php?attachmentid=5699&d=1295379505
Chèn code sau vào chỗ bạn muốn trong template SHOWTHREAD

<!--- VBBFORUM.COM ADD NEW BUMP THREAD --->
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)">
<form action="postings.php" method="post">
<input type="submit" class="newcontent_textcontrol" onClick="return confirm('Bạn có chắc muốn đưa chủ đề lên đầu không?')" name="do" style="cursor:pointer;height:26px;margin-left:10px;" value="UP" />
<input type="hidden" name="do" value="vsa_makenewer" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="t" value="{vb:raw threadid}" />
<input type="hidden" name="pollid" value="{vb:raw pollid}" />
</form>
</vb:if>
<!--- VBBFORUM.COM ADD NEW BUMP THREAD --->