Log in

View Full Version : Edit Time Limit Per Usergroup


PGAmerica
10-14-2008, 11:54 PM
I see in the ACP that I can set a time limit for editing posts. is there a mod out there that lets me set this limit per usergroup and/or per forum rather than globally?

Lynne
10-15-2008, 12:47 AM
There is this - Per Forum Edit Time Limit (https://vborg.vbsupport.ru/showthread.php?t=136448) - but it's not per usergroup also.

PGAmerica
10-15-2008, 02:20 PM
Sweet! Thank you.

Jamey
10-17-2009, 12:43 PM
I would like to see one for usergroup as well.

okyesno
10-22-2009, 03:09 AM
I need like that

Any help please ?

Stadler
10-29-2009, 09:13 AM
Same request here. I need an edit time limit per usergroup and not per forum.

Lynne
10-29-2009, 03:56 PM
Play with a plugin like this. Not sure where to throw it, so look around at the hook locations available and pick one before the page code starts.
if (is_member_of($vbulletin->userinfo, x, y, z))
{
$vbulletin->options['edittimelimit'] = 'a';
}