The Arcive of vBulletin Modifications Site. |
|
WoG - Threads Limit Per X Hours on Specified Forum Details »»
|
|||||||||||||||||||||||||||||||||||
|
WoG - Threads Limit Per X Hours on Specified Forum
Developer Last Online: Mar 2016
WoG - Threads Limit Per X Hours on Specified Forum [WoG - TLPXHONSF] Mod works on vB 3.7 and vB 3.8 and vB 4.0 What is it? / What does it do? It is a small modification that allows a limit post threads within X hours (for each forum separately). Features
Technical
Installation 1-) Import product Upgrade 1-) Import latest product and select Allow Overwrite Versions v1.0.0 - January 05 2010 - First release for vB4 ENJOY ![]() Do you like this mod? Please click Mark as Installed and Nominate for MOTM or say "Thanks" ![]() Not install = Not support :] Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
This is very useful. Tagged for later.
|
|
#3
|
|||
|
|||
|
Thanks.
Why it do not upgrade existing installed product? I overwrote it but installed separately, Now I have 2 products installed, what to do now? I don't want to set all forums again
|
|
#4
|
|||
|
|||
|
@Veer, you install attach from this thread & overwrote attach from this thread?
Doubt... Versions for 3.7, 3.8 and 4.0 are different. Check product_id for your 2 products. // Try: Go to Admin CP > Plugins & Products > Manage Products > Edit older my hack (older is not = wog_tlpxhonsf4) and delete Existing Install/Uninstall Code for this hack. When you do it - uninstall this hack. |
|
#6
|
|||
|
|||
|
Quote:
Old version has wog_atlpxhonsf Product ID and WoG - ATLPXHONSF title. New version has wog_tlpxhonsf Product ID and WoG - TLPXHOSF title. Old version install code: Code:
$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."forum` ADD `wog_create_max` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."forum` ADD `wog_create_hours` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
$db->show_errors();
Code:
$db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."forum` ADD `wog_create_max` INT(10) UNSIGNED DEFAULT '0' NOT NULL");
$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."forum` ADD `wog_create_hours` INT(10) UNSIGNED DEFAULT '0' NOT NULL");
$db->show_errors();
|
|
#7
|
|||
|
|||
|
Install code not changed.
Delete uninstall code for product WoG - ATLPXHONSF and delete this hack. |
|
#8
|
|||
|
|||
|
Hmm, Done.
Thank you WoGuziczek, Its fine now.
|
|
#9
|
|||
|
|||
|
Thank you
|
|
#10
|
|||
|
|||
|
Extremly useful plugin, will install! Could it possibly be enhanced with a per user basis also, not only whole groups?
|
![]() |
|
|