Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Maximum New Threads/Replies Per X hours Per Usergroup & Forum Details »»
Maximum New Threads/Replies Per X hours Per Usergroup & Forum
Version: 1.0.3, by uae uae is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.8 Rating:
Released: 09-24-2005 Last Update: 11-03-2007 Installs: 143
DB Changes Uses Plugins
Re-useable Code Translations  
No support by the author.

Maximum New Threads/Replies Per X hours Per Usergroup & Forum Hack

Port of: https://vborg.vbsupport.ru/showthread.php?t=81584
  • Description
    Control Maximum Number of New Threads and/or Reply allowed per Usergroup and Forum per defined time (in hours).
  • Details
    1 Product XML with 4 Plugins, and 5 Phrases
  • Install
    To install this hack simply download the xml file to your pc and then import it into vbulletin as a product - then from your ADMINCP go to Forums & Moderators -> Forum Permissions -> Whatever usergroup in any forum.
  • History
    1.0.0 on 25. Sep 2005
    Initial Version for vBulletin 3.5

    1.0.1 on 7. Nov 2005
    Fixed bug with this
    -> to upgrade, import product-max_thread_post_per_xhour.xml and set Allow Overwrite to yes

    1.0.2 on 7. Feb 2006
    Fixed bug with this
    -> to upgrade, import product-max_thread_post_per_xhour.xml and set Allow Overwrite to yes

    1.0.3 on 4. Nov 2007
    No changes, just a version # update for vb 3.6.8
    -> to upgrade, import product-max_thread_post_per_xhour.xml and set Allow Overwrite to yes

Download Now

File Type: xml product-max_thread_post_per_xhour_35.xml (6.8 KB, 62 views)
File Type: xml product-max_thread_post_per_xhour_36.xml (7.1 KB, 424 views)

Screenshots

File Type: gif max_post_thread.gif (56.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-25-2006, 03:38 AM
almqdad almqdad is offline
 
Join Date: Jul 2003
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

this hack is too buggy a part from the db error the user gets this message

You may only start $nzbmaxnewthread[number] threads every $nzbmaxnewtime[time] hours. Please try again later.

can some body correct this

thank
Reply With Quote
  #23  
Old 01-30-2006, 05:13 AM
tanyeri24 tanyeri24 is offline
 
Join Date: Feb 2005
Location: Switzerland
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes there is too much bugs I have also 10 database error a day.
Reply With Quote
  #24  
Old 01-30-2006, 11:48 AM
PatrickAdrichem PatrickAdrichem is offline
 
Join Date: Dec 2005
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by almqdad
Hi

this hack is too buggy a part from the db error the user gets this message

You may only start $nzbmaxnewthread[number] threads every $nzbmaxnewtime[time] hours. Please try again later.

can some body correct this

thank
Acces your database and delete the first phrase

he forgot to remove the old phrase so he inserst the old and the new phrase..
delete the old one, and it should work!
Reply With Quote
  #25  
Old 01-30-2006, 01:32 PM
almqdad almqdad is offline
 
Join Date: Jul 2003
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello PatrickAdrichem

Quote:
Acces your database and delete the first phrase

he forgot to remove the old phrase so he inserst the old and the new phrase..
delete the old one, and it should work!
what phrase how to delete the old one
I am afraid to touch the db

can you explain more
Reply With Quote
  #26  
Old 02-01-2006, 12:12 PM
mgurain's Avatar
mgurain mgurain is offline
 
Join Date: Apr 2005
Location: KSA - Qatif - Al-Jarodiah
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello,

Can anybody set an SQL (Automatic Query) to set limit for all forums and usergroups to certin number ?

I installed it on 3.5.3 but didn't change anything till now.

I am looking forward to hear from the support uae.

thanks in advance,,
Reply With Quote
  #27  
Old 02-05-2006, 04:22 PM
Puntoboy Puntoboy is offline
 
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Puntoboy
i seem to get getting a database error now...

Code:
Database error in vBulletin 3.5.2:

Invalid SQL:
SELECT * FROM vb3_forumpermission 
	WHERE ( forumid IN() AND usergroupid IN (1)) AND 
	(maxthread=0 AND perhour=0);

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND usergroupid IN (1)) AND 
	(maxthread=0 AND perhour=0)' a
Error Number : 1064
Date         : Monday, January 23rd 2006 @ 01:51:46 PM
Script       : http://www.puntosports.co.uk/forums/newthread.php?do=Application
Referrer     : http://www.puntosports.co.uk/club_join.htm
IP Address   : 82.37.156.173
Username     : Unregistered
Classname    : vb_database
i've had to disable this hack as i keep getting this DB error.
Reply With Quote
  #28  
Old 02-07-2006, 09:27 AM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Puntoboy
i've had to disable this hack as i keep getting this DB error.
Can you please try downloading the latest attachment and installing it?
Reply With Quote
  #29  
Old 02-07-2006, 05:47 PM
Puntoboy Puntoboy is offline
 
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by uae
Can you please try downloading the latest attachment and installing it?
ok i will try.
Reply With Quote
  #30  
Old 02-07-2006, 06:00 PM
sung sung is offline
 
Join Date: Feb 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PatrickAdrichem
Is it possible to edit this to a per user/group set config that goes over ALL forums? because now they can post 10 per forum and i want them to post 10 total
I'd like to see this feature as well.
Reply With Quote
  #31  
Old 02-07-2006, 06:25 PM
Puntoboy Puntoboy is offline
 
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sung
I'd like to see this feature as well.
i can't remember how to edit the variables.

i want to set it so my users can only post 20 times per day.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13375 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete