Quote:
Originally Posted by PhoenixBB
But this isn't a button for editing, it's for deleting. My members can edit, they cannot delete. If they click the normal edit button they don't get the delete option, but they have the 'quick delete' button there. Sure they'll get no permission when they click it, but I figure it'd be better to hide it.
The code is in the right place.
I think I'll probably be able to try and figure it out from the code on the quick edit hack.
|

sorry, I let my members to delete their posts, so I didnt think of this.
There're two way you can do it:
- Try to figure out how to get the value of $show['deletepostoption'] then you <if condition="$show['deletepostoption']">
- or use condition where usergroup=6 (admin) or user is moderator something around the delete part.