View Full Version : Editing thread/posts time set per forum?
Kihon Kata
09-17-2006, 01:32 PM
I have my thread/post editing set to 24 hours due to some idiotic malicious users removing all their text on articles that were posted.
Is there a way to have the "Editing thread/posts time set per forum"? I'm assuming this might be a mod.
LMK if you know of any.
ragtek
09-17-2006, 02:02 PM
you could solve it like this:
hook: global_start
if ($forumid == 12)
{
$vbulletin->options['edittimelimit'] = 500;
}
Kihon Kata
09-17-2006, 02:11 PM
oh cool! I'll try this.
thanks
oh wait, how would I make it indefinite?
ragtek
09-17-2006, 03:08 PM
sorry
i dont understand what you mean
Kihon Kata
09-17-2006, 03:49 PM
I wanna make it so that user can edit their threads forever (in one forum only)
ragtek
09-17-2006, 04:16 PM
ah
then $vbulletin->options['edittimelimit'] = 0; should work
Kihon Kata
09-17-2006, 04:28 PM
Ok that worked! How would I do it for multiple forums?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.