The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Staff Only Hidden Posts v1 (vB4) Details »» | |||||||||||||||||||||||||||||||||||
[DBTech] Staff Only Hidden Posts v1 (vB4)
Developer Last Online: Mar 2023
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 button to the right ----> Please remember to click the, 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 Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Complete Feature List
To have a different background color for hidden posts follow this. In postbit_legacy find: HTML Code:
<div class="postbody">
HTML Code:
<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">
HTML Code:
.postbitlegacy div.postbody.moderated { background: {vb:stylevar sohp_background}; ------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer of pages generated by this mod which includes:
Download Now
Screenshots
Show Your Support
|
Comments |
#42
|
||||
|
||||
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 |
#43
|
||||
|
||||
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 |
#44
|
||||
|
||||
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 |
#45
|
||||
|
||||
Thanks, i will give it a go.
|
#46
|
||||
|
||||
Thanks, and let me know if their is any other issues.
Chris |
#47
|
||||
|
||||
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: HTML Code:
<div class="postbody">
HTML Code:
<div class="postbody <vb:if condition="$show['moderated']">moderated</vb:if>">
HTML Code:
.postbitlegacy div.postbody.moderated { background: {vb:stylevar sohp_background}; } 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 |
#48
|
|||
|
|||
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 |
#49
|
||||
|
||||
Not at this time, like I stated it uses the same permissions as the moderation feature in vbulletin.
Chris |
#50
|
|||
|
|||
getting this error bitfield_dbtech_vbnavtabs.xml not found in directory /home/pureglit/public_html/includes/xml/
|
#51
|
||||
|
||||
Sorted, re download the files.
Chris |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|