vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Number Of Posts Needed To Reply to a Thread In Certain Forums (https://vborg.vbsupport.ru/showthread.php?t=44556)

Xenon 11-09-2002 12:08 PM

everything is possible, try to take out the other numbers in the if clause ;)

BigJohnson 11-10-2002 01:32 PM

No this one is different. The other hack was u need a certain amount of new threads in certain forums in order to reply in those forums.

Now I was asking that you need a certain amount of new threads in those same forums in order to make NEW THREADS ( not replies ) in these forums

21, 28, 35, 46, 53, 61

I hope you can help me out. Thanks. Please post the code to what I should do. This is my last request. ;) Thanks so much Xenon.

Xenon 11-10-2002 01:52 PM

ahh well, i see :)

no problem at all, just open newthread.php
find
PHP Code:

$foruminfo=getforuminfo($forumid);
if (
$foruminfo['allowposting']==0) {
  eval(
"standarderror(\"".gettemplate("error_forumclosed")."\");");


below add:
PHP Code:

$threads=$DB_site->query_first("SELECT COUNT(*) as counter FROM thread WHERE postuserid=$bbuserinfo[userid] AND forumid IN(13, 17, 19, 20, 26, 27, 33, 34, 44, 45, 51, 52, 58, 59)"); 
if(
in_array($foruminfo[forumid],array(212835465361)) and $threads[counter]<5show_nopermission(); 

that should be what you wanted

BigJohnson 11-10-2002 07:04 PM

OMG thanks so much man this works great. Keep up the great work Xenon

Xenon 11-10-2002 08:12 PM

i'll try ;)

you're welcome

BigJohnson 01-12-2003 09:27 PM

Quote:

Originally posted by Xenon
ahh, i see, well here we go :)

PHP Code:

$threads=$DB_site->query_first("SELECT COUNT(*) as counter FROM thread WHERE postuserid=$bbuserinfo[userid] AND forumid IN(13, 17, 19, 20, 26, 27, 33, 34, 44, 45, 51, 52, 58, 59)"); 
if(
in_array($threadinfo[forumid],array(13171920262733344445515258,  59 )) and $threads[counter]<5show_nopermission(); 

put this into newreply.php dircetly after:
PHP Code:

if (!$threadinfo[visible]) {
  
$idname="thread";
  eval(
"standarderror(\"".gettemplate("error_invalidid")."\");");
}
if (!
$threadinfo[open]) {
  if (!
ismoderator($threadinfo[forumid],"canopenclose")) {
    eval(
"standardredirect(\"".gettemplate("redirect_threadclosed")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
    exit;
  }



how do u do this for sub forums though?

Like need a certain amount of posts in a certain subforum before u can post in this subforum?

BigJohnson 01-13-2003 09:31 AM

is there any code for subforums or is it all the same?

Xenon 01-13-2003 02:22 PM

it's the same if i understand you the right way...

BigJohnson 01-20-2003 07:59 PM

Quote:

Originally posted by Xenon
ahh, i see, well here we go :)

PHP Code:

$threads=$DB_site->query_first("SELECT COUNT(*) as counter FROM thread WHERE postuserid=$bbuserinfo[userid] AND forumid IN(13, 17, 19, 20, 26, 27, 33, 34, 44, 45, 51, 52, 58, 59)"); 
if(
in_array($threadinfo[forumid],array(13171920262733344445515258,  59 )) and $threads[counter]<5show_nopermission(); 

put this into newreply.php dircetly after:
PHP Code:

if (!$threadinfo[visible]) {
  
$idname="thread";
  eval(
"standarderror(\"".gettemplate("error_invalidid")."\");");
}
if (!
$threadinfo[open]) {
  if (!
ismoderator($threadinfo[forumid],"canopenclose")) {
    eval(
"standardredirect(\"".gettemplate("redirect_threadclosed")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
    exit;
  }




This shows how many posts are needed until the user can reply to certain threads.

How do we make it that you need on AVERAGE of a certain amount of posts per MONTH (30 days = 720 hours).

I would love to see this. I hope Xenon or someone else can help me out. thanks.

Xenon 01-20-2003 08:21 PM

it would be something like that:

PHP Code:

$posts=$DB_site->query_first("SELECT COUNT(*) as counter FROM post WHERE userid=$bbuserinfo[userid] AND dateline>".(time()-3600*720)); 
if(
$posts[counter]< averageshow_nopermission(); 



All times are GMT. The time now is 01:02 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.01319 seconds
  • Memory Usage 1,764KB
  • 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
  • (7)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete