1 (edited by zerok 2006-12-13 01:11)

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 ?

Re: permission to delete messages in own topic

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..

3

Re: permission to delete messages in own topic

dirtybobby wrote:
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

4 (edited by dirtybobby 2006-12-13 14:43)

Re: permission to delete messages in own topic

zerok wrote:

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

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..

Re: permission to delete messages in own topic

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

6

Re: permission to delete messages in own topic

thanx

I already deside to patch the forum for create this permission

And to create friends list mode. (I dont find it)

7

Re: permission to delete messages in own topic

Smartys wrote:

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 ?