The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
One of the best ideas I've had lately, if I may say so myself.
First of all, if you moderate new posts in your forum do NOT, do NOT install this hack! Don't come to me crying if you do install it. Read down to understand why. And while I have your attention, don't bother asking for a version that works with moderation of new posts. There is a reason why I chose to use this system, and it would take a LOT (and I mean, really really a lot) of hacking to do this without that system. Second, in case you were wondering, this hack is NOT the infamous Lockdown hack. The only resemblance is that posts are hidden in this hack... that is all. This hacks allows moderators and admins to post new posts in threads, and make these posts only readable by other mods and admins, meaning others users can't see them. This is very handy when you need to ask a fellow moderator something in regard to a thread he replied to, etc. Or, of course, if you want to talk behind the users' back. (as someone else cleverly pointed out ) I'm afraid I can't give you a demo or a screen shot of this hack, but imagine this. In second thought, take a look here: https://vborg.vbsupport.ru/attachmen...&postid=211039 When you reply, if you are a mod, you have a new checkbox at the bottom of the screen, asking you if you'd like to hide this post. If you check that box, the reply will be hidden from everyone except for mods and admins - they will see the post and a bolded message next to it to tell them it's hidden (so they won't quote that post in a regular post!). That's all there is to it. This hack basically puts hidden posts into moderation. I modified showthread.php a bit to only show un-moderated posts to mods, and this is how it works. If you moderate new posts in your forum and install this hack, your moderators will: a) See all un-moderated posts, basically all new posts. b) When they go to validate these posts, the hidden posts posted by mods and admins will be on the list, and your mods might unintentionally validate these posts as well, and by that un-hiding them. Download the attached .txt file and follow the instructions there. There are a bit more things to edit than usual, so I suggest you edit all the files at once and then upload them together. After you're done with the files do the template changes. Good luck and enjoy this hack! Show Your Support
|
Comments |
#62
|
||||
|
||||
hmm it still didn't work....
|
#63
|
||||
|
||||
Paste the code you have there now.
|
#64
|
||||
|
||||
sure doing that now...
Code:
if (($bbuserinfo[usergroupid]==5 or $bbuserinfo[usergroupid]==6 or $bbuserinfo[usergroupid]==7) and $post[visible]!=1) { $post[hidden]='<br><b><u>This post is hidden!</u></b>'; } else { $post[hidden]=''; } I knwo the post is hidden.. but i can't get it to show it in the postbit...... |
#65
|
||||
|
||||
Replace the first line with:
Code:
if (ismoderator() and !$post['visible']) { Are you sure you have $post[hidden] in the template and you're using the right style set. |
#66
|
||||
|
||||
yeah. i only have 1 style.. you want me to show you the post bit also?
i am trying your edit now.. iw ill lety ou know. still didn't work.. here is part of my postbit... Code:
<td bgcolor="$post[backcolor]" width="175" valign="top" nowrap> <a name="post$post[postid]"></a> $post[firstnewinsert] <normalfont><b>$post[username]</b></normalfont><br> <smallfont>$post[usertitle]</smallfont><br> $post[avatar]<p> <smallfont>Registered: $post[joindate]<br> Location: $post[field2]<br> Posts: $post[posts]<br> Threads Started: $starts<br> Personal Views: $personal <br> $post[hidden] </smallfont> </td> |
#67
|
||||
|
||||
I really don't know then, sorry.
|
#68
|
||||
|
||||
that is ok. Thanks for trying FireFly...
|
#69
|
|||
|
|||
does this work for 2.2.5? anyone?
thanks in advance! |
#70
|
||||
|
||||
better yet...will it work with 2.2.6???
|
#71
|
|||
|
|||
i just love the quick responses to questions here.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|