vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Tachy Goes To Coventry (https://vborg.vbsupport.ru/showthread.php?t=64170)

calvin.krause 04-20-2004 11:48 PM

Tachy Goes To Coventry
 
I really like how this feature replaces the users post with "The administrator has decided that USER should be quiet for a while." I only wish that I could allow all of my registered users to see this message. Maybe there is a way to do this with permissions? I looked around, but couldn't find anything that applied to the Coventry option.

calvin.krause 04-21-2004 03:53 AM

I looked around a little more and tried some stuff, and i'm pretty sure this can't happen without a hack. I'd love for someone to prove me wrong though, or code a hack!!

calvin.krause 04-21-2004 04:15 AM

does this information in the includes/functions_showthread.php file mean anything in regards to what I am trying to do?

PHP Code:

// hide users in Coventry from non-staff members
    
if ($tachyuser in_coventry($post['userid']) AND !can_moderate($thread['forumid']))
    {
        return;
    }

    
$counter ++;

    
exec_switch_bg();

    
$post array_merge($postconvert_bits_to_array($post['options'], $_USEROPTIONS));

    if (!
$vboptions['allowthreadedmode'])
    {
        
$threadedmode 0;
    } 


Hamma 04-26-2004 09:57 PM

I would like to do this as well

calvin.krause 05-06-2004 03:13 AM

any news on this??

Hamma 05-07-2004 02:48 PM

Guess nobody wants this hehe

calvin.krause 05-15-2004 01:35 AM

Quote:

Originally Posted by Hamma
Guess nobody wants this hehe

Alas... It would be so cool.

I would even be willing to pay handsomly for this feature, if that motivates anyone...


All times are GMT. The time now is 12:28 PM.

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.01082 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete