View Full Version : Post Edit Time Limit
kronnos
03-19-2012, 01:07 AM
Is it possible to edit the time limit of editing posts based on usergroup or at least per forum?
Thanks!
cellarius
03-19-2012, 08:25 AM
What version are you using?
For vB4 put this into two plugins at global_bootstrap_complete and postbit_display_complete:
if (is_member_of($vbulletin->userinfo, 1, 2, 3))
{
$vbulletin->options['edittimelimit'] = '0';
}
Of course, you need to adapt the usergroups and the setting to your liking.
kronnos
08-08-2012, 11:35 AM
This is great!
Currently using 3.8 but hopefully will be able to upgrade in the near future.
Thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.