Quote:
Originally Posted by Lynne
I don't think that will work because the php will verify whether the user is allowed to edit the post and will give him a no permission.
|
Yes, that is the issue I had run into.
Quote:
Originally Posted by Lynne
Plugin - fetch_foruminfo:
PHP Code:
if ($forumid == '69')
{
$vbulletin->options['edittimelimit'] = '60';
}
That one works on my forum. Edit to suit your own needs (adding usergroup, etc.)
|
Is the plugin named above required, or do I insert that code into xxx template?
.