The Arcive of vBulletin Modifications Site. |
|
Lock Post Moderation v1 Details »»
|
|||||||||||||||||||||||||
Port of: https://vborg.vbsupport.ru/showthrea...threadid=79488
Additional Functionality: If a user tries to edit a locked post via AJAX and doesn't have permission, message is changed to bold red text informing them they don't have permission as the post is locked (the post is not changed to that permanantly, just as an error display). Enjoy ![]() - Zero Tolerance Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice plugin!
![]() A slight improvement would be if there was a way to create a "Quick Lock this Post" feature which shows in the postbit, and toggles the Locked/Unlocked status ![]() Satan |
|
#3
|
||||
|
||||
|
Quote:
But i'll look into it ![]() - Zero Tolerance |
|
#4
|
||||
|
||||
|
Quote:
Just a tad template quirk that I found, the "Lock Post" button is larger than the other vB posting buttons... In the editpost_lockpost template, change: Code:
<input type="submit" class="bginput" value="<if condition="$postinfo[postlock] == 0">$vbphrase[lock_this_message]<else />$vbphrase[lock_unlock_message]</if>" tabindex="1" /> Code:
<input type="submit" class="button" value="<if condition="$postinfo[postlock] == 0">$vbphrase[lock_this_message]<else />$vbphrase[lock_unlock_message]</if>" tabindex="1" /> ![]() Satan |
|
#5
|
||||
|
||||
|
Updated, nothing major atleast, thanks =P
- Zero Tolerance |
|
#6
|
||||
|
||||
|
Yeh its nothing major but it makes it stand out less
![]() Satan |
|
#7
|
||||
|
||||
|
I know I'm being lazy... But anychance you could export your installation as a Product and release it here ZT? Thanks...
|
|
#8
|
|||
|
|||
|
Hi,
Could you please do it so you can specify, who can edit the post e.g. [author || mod || supermod || admin] && higher ?? Thanks. |
|
#9
|
|||
|
|||
|
This hack can lock post from quote ? For some reason, I don't want to show the text (with some bbcode) to other member
|
|
#10
|
|||
|
|||
|
Nice plugin!
|
![]() |
|
|