PDA

View Full Version : Administrative and Maintenance Tools - Staff Can Post Hidden Posts


Eric
10-04-2010, 10:00 PM
This is a port of Xenon's 3.5 hack here (https://vborg.vbsupport.ru/showthread.php?t=112718). All credit goes to Xenon, I merely updated it to work on vB 3.8.

Xenon gave permission in his signature that folks could update his mods (https://vborg.vbsupport.ru/member.php?u=202):
Unfortunatelly i am completely out of vbulletin buisness, so i won't upgrade any of my hacks anymore. Everyone who wants to upgrade my hacks or use part of my codes is allowed to do so, without needing any special permission by me anymore. You just have to mention my full name if you want to reuse some of my work, thats all i ask for.


Mod Information:

Current Version:
2.0

Description:
This mod allows you and your moderators to post hidden posts, which will be visible just to your staff, but not to the users, which will allow you to have comfortable conversations about an issue directly within a thread, without users noticing. (NOTE: this uses the "moderation" feature, although these posts WILL NOT show in moderation in the admin/modcp)

Installation:
Simply import via: AdminCP -> Plugins & Products -> Product Manager -> Add/Import Product

Changelog:
Version 2.0, Oct. 5th, 2010
-- Ported to 3.8
-- Auto-template edits.


If you like, and use, this modification - please "Mark As Installed". Those that have "Mark As Installed" will receive priority support.

Lynne
10-05-2010, 03:28 PM
I ported this for my 3.8 site and at first my Staff was kinda iffy about it, but now they love it! It's a fun mod. :) Thanks for putting this up.

Eric
10-05-2010, 03:33 PM
:) Thanks for posting Lynne. I hope folks here will enjoy using it just as much :)

astdirect
10-06-2010, 08:53 AM
How does this know which usergroups can/cannot see hidden posts ? I have admin/moderators and super moderators.

vijayninel
10-06-2010, 10:17 AM
well .. this is nice but not all the staff can see the hidden posts. Only those staff who have moderation rights in that particular forum can see the posts.

Not all our staff are supermods or even mods. A usergroup setting would have been nice.

Eric
10-06-2010, 11:02 AM
I've left it as close to Xenon's older modification as possible. However, I may build onto it a bit when I get time. It does use "can_moderate()" at the moment to check permissions.

abualjori
10-06-2010, 11:48 AM
Nice mod , thank you for updating it.

installed :)

vijayninel
10-06-2010, 12:36 PM
Also there should be some indication that the post is a hidden one for staff viewing or else some staff will just take it to be a normal post.

BirdOPrey5
10-09-2010, 12:02 AM
Also there should be some indication that the post is a hidden one for staff viewing or else some staff will just take it to be a normal post.

Hmmm... could a mod accidentally quote a hidden post thereby making the info viewable to all?

cheech47
10-09-2010, 07:29 AM
Looks nice, will give it a try later

mholtum
10-09-2010, 05:10 PM
* Installed

I have one issue. When I click the "View 0 New Hidden Posts" it takes me to mydomain.net/search.php?do=findhiddenposts&special=getnew and it should take me to mydomain.net/fourms/search.php?do=findhiddenposts&special=getnew

Any idea as to how to fix this?

W!cKeD
10-20-2010, 03:02 PM
Port it please to vb 4 thanks :)

Neutral Singh
10-20-2010, 05:01 PM
What happens to the hidden posts, if i uninstall the add-on? Thanks

Wonksta
11-02-2010, 03:22 AM
What happens to the hidden posts, if i uninstall the add-on? Thanks
I am curious too...

New Joe
11-02-2010, 03:41 AM
Installed but this doesn't show:
https://vborg.vbsupport.ru/attachment.php?attachmentid=122594&d=1286294920

New Joe
11-02-2010, 03:42 AM
There is no Hide Post? box to tick.
Any idea why?

New Joe
11-02-2010, 07:31 AM
I ported this for my 3.8 site and at first my Staff was kinda iffy about it, but now they love it! It's a fun mod. :) Thanks for putting this up.
Lynne. what did you do to get this to work on 3.8 from the old Mod?

OmniBuzz
11-15-2010, 03:40 PM
Very interested to see this mod working...

OmniBuzz
11-15-2010, 03:41 PM
... A usergroup setting would have been nice.
Exactly what I need :D

New Joe
11-17-2010, 03:52 AM
Any support for this Mod?
The show tick box on the quick reply doesn't show.

Blueracer66
12-18-2010, 04:41 AM
Hmmm... I want to install this but.... I'll wait a bit more.

Eric
01-28-2011, 10:19 PM
* Installed

I have one issue. When I click the "View 0 New Hidden Posts" it takes me to mydomain.net/search.php?do=findhiddenposts&special=getnew and it should take me to mydomain.net/fourms/search.php?do=findhiddenposts&special=getnew

Any idea as to how to fix this?
Edit the "Auto-inject template edits." plugin and change:

$vbphrase['welcome_x_link_y'] .= "</strong><br /><a href=\"search.php?$session[sessionurl]do=findhiddenposts&amp;special=getnew\">View $newhiddenposts New Hidden Posts</a><strong>";


Port it please to vb 4 thanks :)
Maybe =)
There is no Hide Post? box to tick.
Any idea why?
It looks for the following code in SHOWTHREAD, so it can auto-inject the check box:

<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>

If that code isn't there (which would be odd), that's why.

ruchemist
02-05-2011, 08:32 PM
Is it possible to add other groups that can see hidden posts? I am ready to pay.

rms-2004
07-31-2011, 09:38 AM
Port it please to vb 4 thanks
Is it possible to add other groups that can see hidden posts?
Thanks in advance.

Manoel J?nior
08-02-2011, 11:01 PM
Not show option "Hidden Post" for me!!

Version 3.8.7

Please, help me!

Fready
08-05-2011, 08:05 AM
Not show option "Hidden Post" for me!!

Version 3.8.7

Please, help me!

Go into the Templates and to SHOWTHREAD
Search the template for this
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply] add at the end of the above code this:
</label>

It is missing when the auto-inject is done from the mod

Fready
08-05-2011, 08:06 AM
Now can we please have this for vB 4

Fready
08-17-2011, 06:45 AM
Please :D