Topic: permission to delete messages in own topic
I want to give my register users a permission to delete post on own topic
what file I need to path ? or possible it is any mod for it ?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → permission to delete messages in own topic
I want to give my register users a permission to delete post on own topic
what file I need to path ? or possible it is any mod for it ?
I want to give my register users a permission to delete post on own topic
what file I need to path ? or possible it is any mod for it ?
you'll find that option as a radio button in the Permission settings, in your Admin page.. i'm pretty sure it's there, anyway - i turned mine off the other day, so it definitely exists somewhere in the default installation..
zerok wrote:I want to give my register users a permission to delete post on own topic
what file I need to path ? or possible it is any mod for it ?you'll find that option as a radio button in the Permission settings, in your Admin page.. i'm pretty sure it's there, anyway - i turned mine off the other day, so it definitely exists somewhere in the default installation..
I have not this option
only :
posting options
signature options
moderators options
registation options
If any dont understand
user create topic other user reply to him in this topic
I what to give user permission to delete post other users in his topic
where user is not moderator
If any dont understand
user create topic other user reply to him in this topic
I what to give user permission to delete post other users in his topicwhere user is not moderator
ah right - you essentially want every user to be able to moderate their own threads? so if JoePublic starts a thread, you want him to be able to edit/delete any posts in that thread, regardless of who the poster is?
interesting.. i'm pretty sure a mod to that effect hasn't been created, so you'll have to cross your fingers and hope someone is up for the challenge..
Shouldn't be too hard, lets see
viewtopic.php, edit.php, delete.php: you'll need to edit the query that gets topic info so that it gets the topic poster and then compare that to $pun_user['username'] in $is_admmod
thanx
I already deside to patch the forum for create this permission
And to create friends list mode. (I dont find it)
Shouldn't be too hard, lets see
viewtopic.php, edit.php, delete.php: you'll need to edit the query that gets topic info so that it gets the topic poster and then compare that to $pun_user['username'] in $is_admmod
sorry, it is real in table topics there are no poster_id ? only poster nickname ?
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → permission to delete messages in own topic
Powered by PunBB, supported by Informer Technologies, Inc.