MyBB Community Forums

Full Version: Delete showing for groups who can not delete
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When doing a full edit, the delete option is showing at the top (checkbox to delete), even though they can not actual delete it.

Is this normal?
Since there is no statement to check if user can delete his post (on edit post page) delete option will show (Once you have ticked on delete and tried to click on delete button you'll get no permission page).
Is that not very strange? I suppose I could add a php conditional, but I find it highly unusual there is no default functionality to show delete option only to users who can use it.
I believe this has been fixed in 1.8.
(2014-06-28, 06:54 PM)TBO29 Wrote: [ -> ]I believe this has been fixed in 1.8.

Indeed. Hide features user is not allowed to use is an enhancement in 1.8
(2014-06-28, 07:20 PM)Omar G. Wrote: [ -> ]
(2014-06-28, 06:54 PM)TBO29 Wrote: [ -> ]I believe this has been fixed in 1.8.

Indeed. Hide features user is not allowed to use is an enhancement in 1.8

Hide features user is not allowed to use? Seriously? That should be default from back to 1.4. No offense here, but why not fix this for 1.6? Showing the option to delete, for users who do not have the option, is a fairly huge bug.
Yes, seriously. Not really a bug but _wrong or not proper_ implementation of features. And MyBB 1.6 is featured locked.