MyBB Community Forums

Full Version: Delete post problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How I disable this feature...see pictures.
1. Go to Admin CP > Templates & Style > Templates > RoyalSunset Templates > Edit Post Templates > editpost.

2. Find and remove:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="3"><strong>{$lang->delete_post}</strong></td>
</tr>
<tr>
<td class="trow1" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="delete" value="1" tabindex="9" /> <strong>{$lang->delete_q}</strong></td>
<td class="trow1" width="100%">{$lang->delete_1}<br /><span class="smalltext">{$lang->delete_2}</span></td>
<td class="trow1"><input type="submit" class="button" name="submit" value="{$lang->delete_now}" tabindex="10" /></td>
</tr>
</table>
Solved, thanks faviouz
I just realized that these group permissions don't work:

"Can delete own posts?
"Can delete own threads?"

This seems to be a bug. Can someone confirm? Looks like I'll have to edit the template now to disable post deletion by the members.
I'm not sure why, it should work just fine. Please start your own thread and include some more details.