You can do the code edit, but I don't think it's worth it just for that. Editing source files makes upgrading a real pain.
I'm 99.999% positive you can do this with a simple template conditional.. I will look into it right now for myself too and post what I come up with.
Ok, I just did this on my own boards and it works, and is WAY easier than a template edit.
In template "
threadbit"
Look for towards the top:
HTML Code:
$thread[title_editable]
Replace with:
HTML Code:
<if condition="$bbuserinfo[usergroupid]==6">$thread[title_editable]</if>
Now only administrators can use this feature.
If you want just YOU, then put this instead:
HTML Code:
<if condition="$bbuserinfo[userid]==1">$thread[title_editable]</if>
(Assuming your userid is 1)
Try that instead of the code edit.