vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   automatic suspension of posting (https://vborg.vbsupport.ru/showthread.php?t=75635)

carolmyt 02-02-2005 10:49 PM

automatic suspension of posting
 
My site wants to institute a Rules of Conduct, and our plan is to post it in a thread, and then require members to post to that thread as means of acknowledgement. What I'm looking for is a way to automatically suspend posting for all members who don't post to the thread within a certain period of time. Is there any way I can do that?

tnguy3n 02-03-2005 10:19 AM

very interesting idea.

poolking 02-03-2005 10:53 AM

I reckon you could run SQL queries to do that.

carolmyt 02-03-2005 02:48 PM

Can you elaborate? I'm brand-spankin' new to SQL, and have an abnormal fear of breaking things, ;).

I was a klutzy child.

tnguy3n 02-04-2005 02:06 AM

maybe some sql genius out there may be able to do it without code-hacking, but if i make this mod, i'd use codehack since i'm more comfortable with it.
you can add one column named reqthread (say 0 for unread, 1 for read), then use vb cronjob to suspend posting privilege of those who didn't read the required thread.

carolmyt 02-04-2005 10:37 PM

tnguy,

Can you elaborate (or else explain it as if to a toddler,lol). Also, is what you're envisioning good for reading the thread, or can it also be made specific to having to POST to the thread?

darnoldy 02-05-2005 02:23 AM

Quote:

Originally Posted by carolmyt
Is there any way I can do that?

There are probably several ways--some more work than others.

How many members are you talking about? Do you want to do this one time, or for every new member forward? How many new members a week are you expecting? What is you comfort level with modifying the guts of your forum? What is your tolerance level for tedious manual tasks?

--don

carolmyt 02-05-2005 04:09 PM

Ok, hmm, lots of questions.

We have just reopened after a brief shutdown in which we dumped everything. Members are just trickling back in, we've got about 50 right now, and at our busiest before we shutdown we had at least a few hundred members. Right now we're getting about 10 new members a day, but I expect that to trickle down to maybe one or two a day. This is something I'd like to be permanently incorporated for all new members forward.

Define 'guts of your forum'. ;)

My tolerance level for tedious manual tasks is above average, but not saint-like. At this point, I'm envisioning my only option as having to suspend posting member by member, and I'd like something less tedious than that.

Paul M 02-05-2005 04:27 PM

I'm curious as to why you want to do this ?

How do you want to do it - move them to a custom usergroup, or the standard "banned" group.

carolmyt 02-05-2005 05:32 PM

I want to do this because I want all members to read an acknowledge a standard rules of conduct. We've had some problems in the past, and we're hoping to make this a preemptive strike.

Ultimately, I'd want to put them in a usergroup that was restricted solely to that thread until they posted to it.


All times are GMT. The time now is 04:06 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.01417 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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