Log in

View Full Version : Only thread creators can edit


dai-kun
03-24-2009, 06:35 PM
Hi,
Is it possible to make it so that only thread creators can edit in a specific forum... like in a contest and stuff it would be nice that people can't change their post answers, but the creator can.

Thanks

BlueNinjaGo
03-24-2009, 07:01 PM
AFAIK, there isn't a built-in feature for that... I believe you'd need a mod/hack

dai-kun
03-24-2009, 08:26 PM
Hm.. made another instance of edit for this particular forum:

<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?