I don't have time right now to do another release, but try this:
Create a new plugin:
hook location - ajax_start
title - Set edittimelimit to 0 for first post (2)
code -
PHP Code:
if (($threadinfo['firstpostid'] == $postinfo['postid']) AND ($vbulletin->userinfo['userid'] == $postinfo['userid']) AND $foruminfo['ls_edit_ind'])
{
$vbulletin->options['edittimelimit'] = 0;
}
And see if that works.
FOR 4.1.12 ONLY (and probably future versions)