vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   need to reply to xx posts before you can start a new thread (https://vborg.vbsupport.ru/showthread.php?t=42111)

Logician 12-08-2002 07:44 PM

PHP Code:

if (($bbuserinfo[posts] < X) AND ($forumid==XX OR $forumid==YY) AND ($bbuserinfo[usergroup]!=AND $bbuserinfo[usergroup]!=AND $bbuserinfo[usergroup]!=7)) {show_nopermission();exit;} 


user360 12-08-2002 07:50 PM

ok, this could work where it has

PHP Code:

$forumid==XX OR $forumid==YY 

i could put 2 different forums like

PHP Code:

$forumid==33 OR $forumid==43 


Logician 12-08-2002 08:11 PM

right.. it should work

user360 12-08-2002 08:13 PM

just tryed it ,, it doesnt work

Logician 12-08-2002 08:18 PM

1- dont forget to replace x with your post number

2- dont forget to test with a regular user account. it does not apply mods/admins etc.

3- post the code you inserted if still does not work

user360 12-08-2002 08:23 PM

in newthread.php

I found "$forumid=verifyid("forum",$forumid);"

and after that i put

if (($bbuserinfo[posts] < 2) AND ($forumid==11 OR $forumid==5) AND ($bbuserinfo[usergroup]!=6 AND $bbuserinfo[usergroup]!=5 AND $bbuserinfo[usergroup]!=7)) {show_nopermission();exit;}

still didnt work

user360 12-08-2002 11:12 PM

^

Logician 12-09-2002 08:56 AM

Quote:

Originally posted by user360
in newthread.php

I found "$forumid=verifyid("forum",$forumid);"

and after that i put

if (($bbuserinfo[posts] < 2) AND ($forumid==11 OR $forumid==5) AND ($bbuserinfo[usergroup]!=6 AND $bbuserinfo[usergroup]!=5 AND $bbuserinfo[usergroup]!=7)) {show_nopermission();exit;}


still didnt work

I tested your code in my test board and it works here.

Make sure:
1- You test with an account who is NOT Mod, S.Mod or Admin.
2- Make sure this account has 0 or 1 posts.
3- Make sure you test to send a new thread in forum 11 or 5

So this will work: Register a new account in your board from the ground, validate its email, go to forum 11 or 5 and click NEW THREAD. You'll receive no permission page..

user360 12-10-2002 01:56 AM

Yes it works now... But it doesnt check and see if you replyed to 2 topics. Its actually goes by the post count.. I used another dummy account and changed that "2" to "5555" and it let me post without replying to 2 topics

350Chevy 12-10-2002 02:18 AM

Quote:

Originally posted by user360
Yes it works now... But it doesnt check and see if you replyed to 2 topics. Its actually goes by the post count.. I used another dummy account and changed that "2" to "5555" and it let me post without replying to 2 topics
Why would that matter? :confused:


All times are GMT. The time now is 06:45 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.02780 seconds
  • Memory Usage 1,737KB
  • 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
  • (3)bbcode_php_printable
  • (2)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
  • (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