vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Post posts in threads, and only allows mods to read them! (https://vborg.vbsupport.ru/showthread.php?t=33794)

Boofo 07-17-2002 01:02 PM

Chen,
Would it be possible on only the hidden messages to not have the "Quote with Reply" button or the quote box? That way, we would never have to worry about any mods accidentally quoting the message or replying to a hidden message. :)

Quote:

Originally posted by FireFly
Good idea but it would be be harder for mods to notice which text is hidden and which isn't, and they might quote it in public.

I think the current version is pretty good. :)


Velocd 07-18-2002 05:28 PM

I'm getting a database error in showthread when I tried to install this on 2.2.6.

Can someone please confirm that this works on 2.2.6, after that I'll know I am making a mistake and can figure it out.

Admin 07-18-2002 07:15 PM

Yes this works. What is the error?

Velocd 07-18-2002 07:45 PM

It's already uninstalled, but I must have done something wrong if it defiantly works. I'll try re-installing much more carefully, since it was last night..

Boofo 07-25-2002 07:28 PM

Addon for Firefly's Hidden Newreply Post Hack.
(By Boofo)

NOTE: You MUST have Firefly's Hidden Newreply Post Hack installed for this to work.

Thanks goes out to Velocd for giving me this idea and showing me the code. And thanks also goes out to Nakkid since I used the javascript blinking text code from his blinking header PMs hack.

What this hack does:

It will show a blinking text of your choice for the hidden reply post. This should make the post more noticable and stand out for Moderators and Admins who don't know the hidden post is there.

Please let me know what you think of it. :)

2 X Viverridae 08-14-2002 11:57 AM

Thanks FireFly, great hack!

@Boofo - I had changed my text to a fairly verbose statement warning that the post was hidden to all but Mods/Admin, and admonishing them from quoting or commenting on it. When I installed your addon, I found it difficult to read, unless the blink rate was set to a very long interval, and then it looked funny blinking so darn slow! :( I will be sticking with large, bold, red, underlined text for now, sans blinking. Great work though, thanks for putting out the effort!

Your original suggestion of disabling the quote button would be an additional margin of safety, and is one I would still love to see implemented. [/subtle hint]

Boofo 12-20-2002 10:57 PM

Quote:

Originally posted by 2 X Viverridae
Thanks FireFly, great hack!

@Boofo - Your original suggestion of disabling the quote button would be an additional margin of safety, and is one I would still love to see implemented. [/subtle hint]

I found a simple way (thanks to Xenon) of making this happen. First, install Logician's Dynamic Templates Hack. and then you can do it right in the template without having to edit any php files to do this. It works great! ;)

Boofo 02-23-2003 05:27 AM

I found a bug in this hack. If you hide a post and use the Spin threads hack (or whatever else) to validate it, it will unhide the post. If you get a disgruntled Mod, they could simply validate the post and unhide it. Is there a way to make a hidden post immune to any sort of validation?

Boofo 05-02-2003 11:51 AM

Has anyone ever figured out a way to make hidden posts not show up on the validations lists?

subu1 05-06-2003 02:55 PM

hi,

find this code:
Quote:

// redirect
if ($visible) {
with:
Quote:

// redirect
if ($visible or $hiddenreply==1) {
my code is:

Quote:

// redirect
if ($visible && !$returntowhere) {
what can i do :( :knockedout:

edit: ups that was not my line sorry, i find it:-)

SgtSling 01-17-2004 06:06 PM

how would I add this to the quick reply template?

JeffyJoe 02-01-2004 07:59 AM

Quote:

Originally Posted by Boofo
Has anyone ever figured out a way to make hidden posts not show up on the validations lists?

I know this is old, but has it been fixed?
this could be a major security flaw,

if you have a forum that you want to have the posts validated by a mod
not only do posts waiting validation show on the mod cp, but also ALL the hidden posts created with this hack...

considering some forums may have hundreds of hidden replies, they would all show up with a default validate yes
the only work around i can see is to run a query making default NO to validate, it may stop accidental unhiding of posts
(without getting into this hack being re-written)


All times are GMT. The time now is 04:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01338 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete