Staff Only Hidden Posts v1.0.0 Released! (vB 4.1.x)

Ozzy47

Former Developer
Customer
This mod is a free mod, you can download it here:
http://www.dragonbyte-tech.com/vbdownloads.php?do=listings&catid=1

Support forum is here:
Free Modifications

I will try to get this released for vB 3.8.x this weekend, as of now it is only for vB 4.1.x

Staff Only Hidden Posts allows Administrators, Super Moderators, Forum Moderators, and any additional usergroups that has moderation privileges, to post/view hidden posts. It is a neat tool for staff to post in a thread but not allow everyone to see what they posted. These posts are only viewable by the aforementioned usergroups. This Mod uses the vBulletin moderation feature to achieve this. The post however will not show up in the Moderation Queue in the Admincp or Modcp. It is fully phrased so you can edit it to your languages.

Complete Feature List

  • General Settings
    • Toggle plugin on or off
    • Option to show notification in header
    • Option to display version number in footer
    • Option to remove the Hivelocity from footer

Admin Settings:
14f07901eb8b26.png


Header Notice:
14f07901e149f5.png


Post with below edits:
14f07901e65adc.png


To have a different background color for hidden posts follow this.

In postbit_legacy find:
HTML:
<div class="postbody">

Change to:
HTML:
<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">

Then add some CSS to additional.css like:
HTML:
.postbitlegacy div.postbody.moderated {background: grey;}

Of course you can change grey to what ever color you wish.

Discuss this news here.
 
Back
Top