Hi Lynne, do you have time to make this work with 4.2.2? I installed on a clean 4.2.2 and it doesn't work even though I did all the latest edits. Thanks
Edit::
Nevermind, it works correctly as intended. I forgot that I did something different. All my posts does not have a time limit on editing. It's just this one specific forum that users have no permission to edit their posts at all, but I made this hack to work where only the first post is editable, bypassing 'can edit' usergroup permission. Just don't remember what I did.
Edit2::
OK I figured it out.
In plugin
Set edittimelimit to 0 for first post
Set edittimelimit to 0 for first post (2)
Change
Code:
$vbulletin->options['edittimelimit'] = 0;
to
Code:
$vbulletin->bf_ugp_forumpermissions['caneditpost'] = 1;