PDA

View Full Version : Mini Mods - [DBTech] Staff Only Hidden Posts v1 (vB4)


DragonByte Tech
01-06-2012, 11:00 PM
DragonByte Technologies are proud to present Staff Only Hidden Posts v1: Staff Only Hidden Posts allows Administrators, Super Moderators, Forum Moderators, and any additional usergroups that has moderation privileges, to post/view hidden posts.


Why Staff Only 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.

-------------------------------------------------------------------------------------------

If you like this mod please hit the https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Priority support for this version is handled at http://www.dragonbyte-tech.com/

-------------------------------------------------------------------------------------------

Translations available @ our forum (http://%22http//www.dragonbyte-tech.com/forums/91-Translations)
Support for translations handled by the translator in its respective threads only.

-------------------------------------------------------------------------------------------

Complete Feature List

General Settings
Toggle plugin on or off
Option to show notification in header
Option to display version number in footer
DBTech Affiliate ID support

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

In postbit_legacy find:
<div class="postbody">Change to:
<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">Then add some CSS to additional.css like:
.postbitlegacy div.postbody.moderated {
background: {vb:stylevar sohp_background};Then to set the background color go to stylevars, under DragonByteTechMods look for sohp_background and you can set the color there.


-------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer of pages generated by this mod which includes:
1 Link to DragonByte Technologies homepage.
1 Link to Product Description page of this modification.

Merjawy
01-07-2012, 01:31 AM
It's nice

The way I've been doing it is to reply to any thread but manually mark it moderated post where only Admins/SMODs can see

What happens to the staff hidden/moderated posts if you disable or uninstall the mod?

DragonByte Tech
01-07-2012, 01:34 AM
So was I, but then I decided their had to be a easier way to do it, and not have the post show up in the moderation queue.

Chris

Merjawy
01-07-2012, 01:38 AM
Agreed!!!

I know you probably read my post before I edited it.. Sorry about that.. I added a question

DragonByte Tech
01-07-2012, 01:41 AM
The posts stay hidden, as if you clicked moderate. they will not become visible, or be deleted.

Chris

Merjawy
01-07-2012, 02:01 AM
Thanks

Mr_Running
01-07-2012, 02:35 AM
FYI: Screen shots could be a little bigger. :)

DragonByte Tech
01-07-2012, 02:41 AM
Sorted, added screenshots.

Chris

HHelp1
01-07-2012, 02:49 AM
This mod beast :p

DragonByte Tech
01-07-2012, 02:51 AM
Glad ya like it. :)

CharlieDelta
01-07-2012, 02:49 PM
What a great idea Ozzy! This will come in handy.
Thank you for this!

DragonByte Tech
01-07-2012, 03:28 PM
Glad to be of service.:)

CharlieDelta
01-07-2012, 04:05 PM
Ozzy, one question.
I have some registered members listed as moderators of one specific forum. Will they be able to see all hidden posts, if at all, or just ones in the forum they moderate?

DragonByte Tech
01-07-2012, 11:01 PM
If they are in the Moderator group, they will only be able to see the posts in the forums they moderate. If they are Super Moderators, they will be able to see all hidden posts

Chris

CharlieDelta
01-08-2012, 02:12 AM
Thank you.

dacho
01-10-2012, 07:38 AM
looking good
thanks mate

Fready
01-10-2012, 08:22 AM
Sorry, I didn't see the other uploaded pictures, looks great.
Giving it a go now

Fready
01-10-2012, 08:29 AM
Worked apart from when clicking on the phrase "Veiw 2 hidden posts" next to my user name, it just took me to a blank white page.

The url looked like:
http://www.myurl.net/search.php?do=findhiddenposts

I'm using vB4.1.9

Also when using the Go Advanced I'd like to move the part which you tick to hide the post.
What code is used for this part, it also has a tick box to the left of the text :
(the tick box) Hide This Post?

ozzy47
01-10-2012, 11:27 AM
Their is a known issue with the click to view posts that I am trying to sort out.

Their is no easy way for you to move the Hide This Post in either editor. But if you wish to try you can look at the file dbtech/staffonlyhidddenposts/hooks/process_templates_complete and the code that is used to insert it is on line 22

Chris

Alex@bulletin
01-10-2012, 04:21 PM
Worked apart from when clicking on the phrase "Veiw 2 hidden posts" next to my user name, it just took me to a blank white page.

The url looked like:
http://www.myurl.net/search.php?do=findhiddenposts

I'm using vB4.1.9

Also when using the Go Advanced I'd like to move the part which you tick to hide the post.
What code is used for this part, it also has a tick box to the left of the text :
(the tick box) Hide This Post?

I got the same issue. the search for hidden posts gets me a blank white page.
But apart from that a very good mod :)

Fready
01-11-2012, 03:31 AM
Their is no easy way for you to move the Hide This Post in either editor. But if you wish to try you can look at the file dbtech/staffonlyhidddenposts/hooks/process_templates_complete and the code that is used to insert it is on line 22

Chris

I got it to show a box and work and make the post hidden using this code;

<li><label for="cb_hidepost"><input type="checkbox" name="hidepost" value="1" id="cb_hidepost"/>Hide Post </label><li>

But the phrase Hide Post and the tick box showed to regular members too.
As i am not a coder, could either the coder of this mod or someone else please help so that it won't show to regular members.

DragonByte Tech
01-11-2012, 03:45 AM
I got it to show a box and work and make the post hidden using this code;

<li><label for="cb_hidepost"><input type="checkbox" name="hidepost" value="1" id="cb_hidepost"/>Hide Post </label><li>But the phrase Hide Post and the tick box showed to regular members too.
As i am not a coder, could either the coder of this mod or someone else please help so that it won't show to regular members.

Where did you add that bit of code?

Chris

Fready
01-11-2012, 03:52 AM
ozzy47 said to look in the dbtech/staffonlyhidddenposts/hooks/process_templates_complete file, so i did, and then tried to make a code from the code in there.
That's just a code that I made.
I am not a coder, it did work fine, but it showed the tick box and the Hide Post to regular members, but the post was hidden after posting it to regular members.
So i just need to hide the tick box and the Hide Post bit.

Thanks

Fready
01-11-2012, 03:55 AM
Where did you add that bit of code?

Chris

Sorry I miss read your post.
I added it in the newreply Template after;
&nbsp;<img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" />
That was it is just under the Title of the Thread when you Go Advanced....

DragonByte Tech
01-11-2012, 04:04 AM
Ok I see the problem, I will fix it in the next release, but in the mean time in that same file, right below:

if ($vbulletin->options['dbtech_staffonlyhiddenposts_active'])
{ADD:
if (can_moderate())
{Then below the last } add a additional }

Chris

DragonByte Tech
01-11-2012, 04:16 AM
I see you edited you post, so change your code to this:

<vb:if condition="can_moderate()"><li><label for="cb_hidepost"><input type="checkbox" name="hidepost" value="1" id="cb_hidepost"/>Hide Post </label><li></vb:if>

Chris

Fready
01-11-2012, 04:39 AM
I see you edited you post, so change your code to this:

<vb:if condition="can_moderate()"><li><label for="cb_hidepost"><input type="checkbox" name="hidepost" value="1" id="cb_hidepost"/>Hide Post </label><li></vb:if>

Chris

Thanks Chris, that worked great.
It adds the tick box and Hide Post just under the Title
A nice easy place to tick the box.

Put that code after
&nbsp;<img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" />
In the newreply Template

DragonByte Tech
01-11-2012, 04:42 AM
Not a problem, glad to help.

Chris

Fready
01-11-2012, 05:24 AM
Chris, don't forget about this part;
Worked apart from when clicking on the phrase "Veiw 2 hidden posts" next to my user name, it just took me to a blank white page
Thanks

Kind of a big thing as at the moment, when you post a hidden post it doesn't show up on "What's New" searching.
Maybe this is as it's a Moderated post or how you made this modification.

So without the "View hidden posts" bit working it's hard to know where they are.

DragonByte Tech
01-11-2012, 10:20 PM
I know I am looking for a solution to the issue, but with some of the staff on holiday it is a bit slow going. I hope to have a solution soon though.

Chris

Fready
01-14-2012, 12:10 AM
Hi Chris, any update yet?

DragonByte Tech
01-14-2012, 12:26 AM
No not as of yet. I will post in here when I have found a working solution.

Chris

LLent
01-14-2012, 01:22 PM
very good mod but the view hidden posts issue need to be fixed ....un installed for now till there is new release ....keep up good work db

New Joe
01-21-2012, 04:13 AM
*Un-Installed*

Will wait for the search to be fixed, as this modification isn't really workable until that time.

@DragonByte
Don't you think that instead of flooding the org with new Modifications, you should get the ones you already have working right out of the box and tested so they do work first.

DragonByte Tech
01-21-2012, 04:38 AM
*Un-Installed*

Will wait for the search to be fixed, as this modification isn't really workable until that time.

@DragonByte
Don't you think that instead of flooding the org with new Modifications, you should get the ones you already have working right out of the box and tested so they do work first.

Their are multiple coders at DragonByte Tech, those coders released some mods today, I am the coder for this mod and I did not release anything. I am working on a fix for this but it is proving to be stubborn. I will continue to search for a viable solution to the issue.

Chris

kfyonur
01-21-2012, 09:27 AM
when i click View 1 New Hidden Posts,it show me a new message in forum.

DragonByte Tech
01-21-2012, 12:42 PM
It is a known issue. I am looking for a work around to make it work correctly.

Chris

Jack.D
01-24-2012, 02:03 PM
I am using version 4.1.9 and in my thread I cannot seem to find where you can hide the post, anyone fill me in with where the option is to hide posts :P?

DragonByte Tech
01-24-2012, 05:09 PM
In the quick reply box it is right below Show Your Signature.

In the advanced editor it is in the Additional Options right below Show Your Signature.

Chris

New Joe
02-02-2012, 09:32 AM
Their are multiple coders at DragonByte Tech, those coders released some mods today, I am the coder for this mod and I did not release anything. I am working on a fix for this but it is proving to be stubborn. I will continue to search for a viable solution to the issue.

Chris
Still a month after this mod was put out for us, there is still no fix.

DragonByte Tech
02-02-2012, 10:57 AM
I have tried a multitude of different ways and the only way I can get the posts to show correctly so far is to leave them in the moderation queue. Which is what I don't want, otherwise they show up in the acp as Posts to Moderate.

I am trying different options constantly, I have not started development on any other mods yet while I try and get this sorted. This has not been forgotten, I try various options every day, and will let you know here when I have come up with a viable solution.

Chris

DragonByte Tech
02-04-2012, 01:37 AM
Well after many days of testing different configurations, I finally managed to get it to show the hidden posts correctly, when you click on the link in the header.

In addition when you do click on the link you will be able to see all the hidden posts, not just the un-read ones.

Chris

DragonByte Tech
02-04-2012, 01:45 AM
Sorry it took so long, but it was a rather interesting thing to track down, basically I re wrote the entire thing.

On a side note, it will not show hidden posts that were made before this fix, as they were removed from the table in the database.

Chris

New Joe
02-04-2012, 02:46 AM
Thanks, i will give it a go.

DragonByte Tech
02-04-2012, 03:18 AM
Thanks, and let me know if their is any other issues.

Chris

DragonByte Tech
02-18-2012, 02:20 AM
Fixed: A issue with false positives showing up when you clicked the link in the header if there were true "moderated posts".
Fixed: A issue with extra queries on the hidden posts page.
Changed: It will now get any previous posts hidden before that are not showing on the view hidden posts page.
Changed: The hidden posts table to be wider.
Added: A display options table so you have more options to display the posts on the hidden posts page.
Added: A stylevar so you can have different color backgrounds for moderated / hidden posts for each style.

NOTE: If you have alot of posts in moderation, it will take some time for the product to import, due to the fact it has to check each record and see if it should be a hidden post or a true moderated post. I would suggest making sure you have no posts/threads awaiting moderation in the acp before upgrading.

To use the stylevar to change the background follow these steps.

In postbit_legacy find:
<div class="postbody">Change to:
<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">Then add some CSS to additional.css like:
.postbitlegacy div.postbody.moderated {
background: {vb:stylevar sohp_background};
}Then to set the background color go to stylevars, under DragonByteTechMods look for sohp_background and you can set the color there.

For those of you who had done the background color before, simply change what you put in the addditional.css with what is posted here.

For Translation Purposes:

Added: The phrase, dbtech_staffonlyhiddenposts_sohp_posts
Added: The phrase, dbtech_staffonlyhiddenposts_thread
Added: The phrase, dbtech_staffonlyhiddenposts_hidden_by
Added: The phrase, dbtech_staffonlyhiddenposts_forum
Added: The phrase, dbtech_staffonlyhiddenposts_replies
Added: The phrase, dbtech_staffonlyhiddenposts_views
Added: The phrase, dbtech_staffonlyhiddenposts_moderation_tools
Added: The phrase, dbtech_staffonlyhiddenposts_showing_messages_x_to_ y_of_z
Added: The phrase, dbtech_staffonlyhiddenposts_icon_legend
Added: The phrase, dbtech_staffonlyhiddenposts_new_posts
Added: The phrase, dbtech_staffonlyhiddenposts_no_new_posts
Added: The phrase, dbtech_staffonlyhiddenposts_no_hidden_posts
Added: The phrase, dbtech_staffonlyhiddenposts_try_controls_below_for _older_posts
Added: The phrase, dbtech_staffonlyhiddenposts_display_options
Added: The phrase, dbtech_staffonlyhiddenposts_show_results_deleted_w ithin
Added: The phrase, dbtech_staffonlyhiddenposts_show_results_hidden_wi thin
Added: The phrase, dbtech_staffonlyhiddenposts_last_day
Added: The phrase, dbtech_staffonlyhiddenposts_last_2_days
Added: The phrase, dbtech_staffonlyhiddenposts_last_week
Added: The phrase, dbtech_staffonlyhiddenposts_last_10_days
Added: The phrase, dbtech_staffonlyhiddenposts_last_2_weeks
Added: The phrase, dbtech_staffonlyhiddenposts_last_month
Added: The phrase, dbtech_staffonlyhiddenposts_last_45_days
Added: The phrase, dbtech_staffonlyhiddenposts_last_2_months
Added: The phrase, dbtech_staffonlyhiddenposts_last_75_days
Added: The phrase, dbtech_staffonlyhiddenposts_last_100_days
Added: The phrase, dbtech_staffonlyhiddenposts_last_year
Added: The phrase, dbtech_staffonlyhiddenposts_beginning
Added: The phrase, dbtech_staffonlyhiddenposts_select_daysprune_descr iption
Added: The phrase, dbtech_staffonlyhiddenposts_sort_results_by
Added: The phrase, dbtech_staffonlyhiddenposts_title
Added: The phrase, dbtech_staffonlyhiddenposts_hidden_by
Added: The phrase, dbtech_staffonlyhiddenposts_date
Added: The phrase, dbtech_staffonlyhiddenposts_sort_results_descripti on
Added: The phrase, dbtech_staffonlyhiddenposts_all_forums
Added: The phrase, dbtech_staffonlyhiddenposts_select_forum_descripti on
Added: The phrase, dbtech_staffonlyhiddenposts_order_results
Added: The phrase, dbtech_staffonlyhiddenposts_in_ascending_order
Added: The phrase, dbtech_staffonlyhiddenposts_in_descending_order
Added: The phrase, dbtech_staffonlyhiddenposts_order_results_descript ion
Added: The phrase, dbtech_staffonlyhiddenposts_show_results
Added: The phrase, dbtech_staffonlyhiddenposts_inline_mod
Added: The phrase, dbtech_staffonlyhiddenposts_select_all
Added: The phrase, dbtech_staffonlyhiddenposts_deselect_all
Added: The phrase, dbtech_staffonlyhiddenposts_invert_selection
Added: The phrase, dbtech_staffonlyhiddenposts_select_posts_with_atta chments
Added: The phrase, dbtech_staffonlyhiddenposts_moderation_tools
Added: The phrase, dbtech_staffonlyhiddenposts_merge_posts
Added: The phrase, dbtech_staffonlyhiddenposts_move_posts
Added: The phrase, dbtech_staffonlyhiddenposts_delete_posts
Added: The phrase, dbtech_staffonlyhiddenposts_undelete_posts
Added: The phrase, dbtech_staffonlyhiddenposts_approve_posts
Added: The phrase, dbtech_staffonlyhiddenposts_view_selected_posts
Added: The phrase, dbtech_staffonlyhiddenposts_clear_post_list
Added: The phrase, dbtech_staffonlyhiddenposts_proceed
Added: The phrase, dbtech_staffonlyhiddenposts_full
Added: The phrase, dbtech_staffonlyhiddenposts_viewing
Added: The phrase, dbtech_staffonlyhiddenposts_display_timeframe
Added: The phrase, dbtech_staffonlyhiddenposts_display_by
Added: The phrase, dbtech_staffonlyhiddenposts_display_forum
Added: The phrase, dbtech_staffonlyhiddenposts_display_ascdesc
Added: The phrase, stylevar_sohp_background_description
Added: The phrase, stylevar_sohp_background_name

Chris

nerowolfe
02-20-2012, 07:31 PM
Hi and tanks for this mod.

I have only one little question: I wanted to know if it was possible to extend the function including the moderators, not just the moderators of a forum.

Thank's a lot

DragonByte Tech
02-21-2012, 01:17 AM
Not at this time, like I stated it uses the same permissions as the moderation feature in vbulletin.

Chris

leejohn02
02-24-2012, 11:48 PM
getting this error bitfield_dbtech_vbnavtabs.xml not found in directory /home/pureglit/public_html/includes/xml/

DragonByte Tech
02-25-2012, 12:23 AM
Sorted, re download the files.

Chris

HHelp1
02-25-2012, 06:47 PM
Sorted, re download the files.

Chris

I just did that redownloaded but it still said : bitfield_dbtech_vbnavtabs.xml not found in directory /home/pureglit/public_html/includes/xml/

DragonByte Tech
02-25-2012, 07:57 PM
I just did that redownloaded but it still said : bitfield_dbtech_vbnavtabs.xml not found in directory /home/pureglit/public_html/includes/xml/

Could you pm me a admin account and ftp info and I will look into it.

Chris

leejohn02
02-25-2012, 08:55 PM
getting the same error

Installation Failed
Sorry, the product encountered an error during installation. More information is provided below to help address the issue.

bitfield_dbtech_staffonlyhiddenposts.xml not found in directory /home/pureglit/public_html/includes/xml/

DragonByte Tech
02-25-2012, 09:25 PM
Anyone getting a error like this, bitfield_dbtech_staffonlyhiddenposts.xml not found in directory /home/*******/public_html/includes/xml/ re download the files, upload them to your server and import the new xml, I do think it is sorted, seems their was a file missing when I packaged the product. Sorry for the confusion.

Chris

leejohn02
02-26-2012, 05:53 AM
got it installed now every time i view a thread im getting a message saying
moderated"> before the actual post and thats in every post not only in the staff sections

DragonByte Tech
02-26-2012, 11:22 AM
Sorted, re download the product and re upload it.

Chris

HHelp1
02-29-2012, 09:41 PM
IS there any way that Only Staff can see thread? 0.o APPRECIATE that!

DragonByte Tech
03-01-2012, 12:18 AM
Not at this time, it is only to hise posts within a thread.

Chris

Alan_SP
03-03-2012, 03:18 PM
IS there any way that Only Staff can see thread? 0.o APPRECIATE that!

I made request for that too. :)

Will see if it's possible to do this. I also requested, if it could be made that this threads could be made into sticky ones. Would be useful, enabling moderators to communicate in their forums.

Anyway, as a workaround this, you could use some thread like forum rules (not for the site as whole, but every forum could it's rules), you make it sticky and use it for moderators to discuss things.

Just to note, reply to post that's hidden stays hidden too, you don't need to explicitly make it so. It greatly speeds things up and makes this mod much easier to use.

LLent
03-19-2012, 10:55 AM
one of my mods hid a post by accident is there a way to make that post normal again so everyone can view it if not can we make it so we can view these again by everyone thanks

DragonByte Tech
03-19-2012, 11:03 AM
Tick the box next to the post id, the go to moderation tools and select Approve Posts that should take care of that.

Chris

LLent
03-19-2012, 11:45 AM
Tick the box next to the post id, the go to moderation tools and select Approve Posts that should take care of that.

Chris
worked like a charm thanks

DragonByte Tech
03-20-2012, 01:05 AM
Good, glad it worked. :)

Chris

AURFSCAN
03-20-2012, 01:40 AM
awesome mod.. works great

DragonByte Tech
03-20-2012, 04:04 AM
Thanks, glad you like it.

Chris

Mukashi
03-25-2012, 04:53 AM
Hmmm. So is there any way for these posts to be marked as having been read (per individual staff member), or will that notifications bar just show the total amount of these in existence?

DragonByte Tech
03-25-2012, 10:28 AM
If you click on "Mark Forums Read" in the Forum Actions dropdown or above the footer the message bar then will show 0.

Chris

Alan_SP
04-06-2012, 05:12 PM
Moderators who couldn't read hidden posts receive information about them. Is there a way that moderators get notification only when they could see hidden posts?

And, there's one dot (.) after my username after I installed hidden posts. Is there are way to remove it?

DragonByte Tech
04-06-2012, 05:23 PM
Where are the moderators getting the information from?

Where is the (.) showing up at?

Chris

Alan_SP
04-06-2012, 05:38 PM
For dot (.):

http://img706.imageshack.us/img706/1791/image005n.png

Notice this dot between my name and start of phrase (in Croatian) Novi skriveni postovi... which is in header, on top right position.

I use vBNotifications (Pro) also, that may influence it.

And one my moderator reported (so far, I just installed it) that she see new hidden posts. Actually, she sees notice about new hidden posts, all of them, but can actually see only posts she could see.

So, if you could make somehow that notice isn't shown if there's no hidden posts that moderators couldn't see? That they see notice only about hidden posts they actually could see?

EDIT: Just to add html code that causes dot:

<li class="welcomelink">
Dobrodošli,
<a rel="nofollow" href="http://slobodni.net/users/4/">Alan_SP</a>
.
<a rel="nofollow" href="http://slobodni.net/sohp.php?do=viewposts&type=moderated">Novi skriveni postovi: 2 </a>
</li>

Dot is obvious here, but don't know where it comes from.

DragonByte Tech
04-06-2012, 06:08 PM
Ok I will look into these as soon as I can, I am a little bit tied up at the moment, but I should be able to look into it this weekend.

Chris

Alan_SP
04-06-2012, 06:49 PM
Just found out that it doesn't work with doublepost prevention mod from Paul. I know you use it too on your site.

This is just to inform you, probably you wouldn't be able to fix this...

Alan_SP
04-06-2012, 07:28 PM
And I just discovered from where dot is when I checked navbar template. It's my fault, it's in the phrase welcome_x_link_y, I just didn't noticed it before. :( Sorry, my mistake completely.

Also, one thing I noticed, if we disable notification of new hidden posts in header, the link isn't available anywhere. Could you provide alternative link and also, if you maybe create notification that will be used with vBNotifications?

EDIT: Now I'm using this location for hidden posts:

http://img696.imageshack.us/img696/858/image006xc.png

It's in Croatian, but I think it's obvious enough where it is. To achieve this you need to edit file: \dbtech\staffonlyhiddenposts\hooks\parse_templates .php

Find this code:

$vbphrase['welcome_x_link_y'] .= "<a href=\"sohp.php?do=viewposts&type=moderated\">" . $phrase_link . "</a>";


You just need to use different phrase where the link will be added. I used phrase new_posts_nav so code should look like this:

$vbphrase['new_posts_nav'] .= "<a href=\"sohp.php?do=viewposts&type=moderated\">" . $phrase_link . "</a>";


Effect is shown on picture. Of course, you could choose some other phrase you like to have this added. And I think you could add it to more than one phrase, if I'm not mistaken.

DragonByte Tech
04-06-2012, 09:35 PM
Yeah it does conflict with Paul's mod, and I suspect it would do the same thing with regular moderated posts, as this mod uses vBulletins Moderation feature to hide the posts.

Glad to hear the dot is sorted out, one less thing for me to look for.

I will also look into alternative ways to display the notification link, as far as working with vBNotifications I think that has to be done from within that mod.

Chris

Alan_SP
04-06-2012, 09:42 PM
Thanks, now only thing if you could do is that moderators see only hidden posts they could actually see.

And of course, some things I asked on DBTech forum... :)

DragonByte Tech
04-09-2012, 03:00 AM
Alan SP I have not forgot about you, I am just tied up with my new mod, I will get to it as soon as I can.

Chris

Alan_SP
04-09-2012, 11:49 AM
No problem, I understand. If and when you can, I'm sure you'll do everything you can. :up:

Tripolis
05-20-2012, 07:53 AM
I want to uninstall it:

uninstall.php not found in directory

Missing a file.

DragonByte Tech
05-20-2012, 11:40 AM
I want to uninstall it:



Missing a file.

Sorted, please re download the product, upload the new files, and then you should be able to uninstall it.

Chris

Alan_SP
05-20-2012, 05:44 PM
I see that this version has a lot changes in files (different file sizes). I usually download from DBTech site, as it has latest fixes. What's new in this version here and latest version od DBTech? I downloaded files 16.4.2012.

DragonByte Tech
05-22-2012, 01:52 AM
Nothing that I can think of off the top of my head. I will look into it and see it their is any differences.

Chris

DragonByte Tech
04-02-2013, 12:25 AM
Updated to v1.1.2

Feature: Added DBTech Affiliate ID support.

Chris

Elixar
09-19-2015, 06:04 PM
How can we make it to where only certain usergroups can see the hidden posts?

ozzy47
09-19-2015, 07:05 PM
Staff Only Hidden Posts allows Administrators, Super Moderators, Forum Moderators, and any additional usergroups that has moderation privileges, to post/view hidden posts.

Elixar
09-20-2015, 02:43 AM
Staff Only Hidden Posts allows Administrators, Super Moderators, Forum Moderators, and any additional usergroups that has moderation privileges, to post/view hidden posts.

Hi ozzy,

I have some moderators in private areas that are not Staff, so I do not want them to see these hidden posts.

Alan_SP
09-20-2015, 11:14 AM
As far as I tested it, staff see only hidden messages if they moderate place where they are.

For example, you're the mod of forum x. And in that forum you make hidden message. You see it. Because you moderate it.

In forum y you're not moderator. Hidden message there you wouldn't see till you become moderator of forum y.

Supermods and admins moderate all forums they see (you can make them not to see certain forums, if you want to), so they can see all hidden messages in all forums they see.

ozzy47
09-20-2015, 11:38 AM
Yep, that sounds about right. :)

iNate19
09-22-2015, 01:43 PM
Hey, can you use this to hdie a thread that your working on and then make it visible when ti is done??

ozzy47
09-22-2015, 02:27 PM
I believe so.

mobster46
02-02-2017, 08:39 AM
Background color dont work

Also, when I hide a message, it seems hidden when I do not hide any other messages I write later.

mobster46
02-03-2017, 03:57 PM
Updated to v1.1.2

Feature: Added DBTech Affiliate ID support.

Chris

Background color dont work

Also, when I hide a message, it seems hidden when I do not hide any other messages I write later.