Hm.. made another instance of edit for this particular forum:
Quote:
<if condition="$post[postcount] == 1 AND in_array($GLOBALS[forumid], array(32,33))">
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
</if>
|
It shows the edit link to the first post but then since the permission is set to not let them edit they get a permission error when saving their edit, anyway to bypass this?
Can we have the permission to let them edit ON and then hide the edit button from all posts cept the first one?