• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[XFR] Infractions

I couldn't find this in the OP:

1) Is it possible to auto-remove infraction points after one year?
2) Is it possible to import vbulletin infractions and warnings?
 
I couldn't find this in the OP:

1) Is it possible to auto-remove infraction points after one year?
2) Is it possible to import vbulletin infractions and warnings?
1) What do you mean by this? Remove infraction record, or remove actual points? If record - answer is no, if points - they have expiration time - if infraction expires, script would not count them.
2) No
 
1) What do you mean by this? Remove infraction record, or remove actual points? If record - answer is no, if points - they have expiration time - if infraction expires, script would not count them.
2) No
its been my experience that users will continue to bring up past 'unfair' infractions for as long as they are listed. it wouldnt be a bad idea to let them drop from user visibility after a while.

also, not sure if this has been updated since my last time posting in this thread... does the mod still require a private conversation to be sent?
 
Sorry, I've had no time for updating this add-on (you know, work, new server and so on), but it doesn't mean, that I wouldn't continue to develop it.

As for importer – I'll think about it, but first of all, I'll add options to turn off private conversations and automatically remove infractions after their expiration.
 
I was about to ask how you keep track of what has been given, but I see that the PC is sent to Admin as well.

Thank you, it's a great add-on. *Added & Liked*
 
Ok........I know I saw my username, but didn't catch that it was the user and not Admin.
smile.png
I'm good with that.
 
Any idea if/when this will be confirmed working on 1.0.0

I just installed it on my 1.0.0 and seems to be working good so far.. will do further testing later on.

Not to admin, but to user, who gives infraction. But this is could be nice feature :)

Definetly, an option to include all admins or user names on the PCs would be nice. Sort of like Arik did on his mod to notify user of when a post is moderated. There I can set as many username I would like to include on PCs that are sent out. Another option would be to have a page visible in the ACP of listed infraction, sort of like the ban list?

Sorry, I've had no time for updating this add-on (you know, work, new server and so on), but it doesn't mean, that I wouldn't continue to develop it.

As for importer – I'll think about it, but first of all, I'll add options to turn off private conversations and automatically remove infractions after their expiration.

Nice, this would be great. I hope that the current template hook in Xen 1.0.X would eliminate template edits ;)

Great job Pepelac! I like the mod so far, especially the ability of adding pre-defined infractions.. Looking forward for the next update.
 
is there an easy way to make these private conversations function as 'courtesy notifications' by being closed by default?
i dont understand the desire to encourage debate and appeals via pc. being open it begs for more work (replying to conversations)
 
I just gave an infraction to a user which banned him. Which the ban was suppose to be for 1 year and the PC message said he was banned until 21 april 2011, instead of april 13 2012 ... but if you go to the infraction post, the experation date is correct. This also got me thinking, how is the banned user suppose to read the PC message if he is banned?
 
is there an easy way to make these private conversations function as 'courtesy notifications' by being closed by default?
i dont understand the desire to encourage debate and appeals via pc. being open it begs for more work (replying to conversations)
can somebody please tell me which code to alter to make this add-on send closed no-reply conversations? the moderators cannot be debating each and every warning/infraction given as there are over 1000 posts a day to deal with. if the conversations were closed that would be great.
i am willing to change some code to do it but i dont know which file to look in first. any help at all would be appreciated.
 
can somebody please tell me which code to alter to make this add-on send closed no-reply conversations? the moderators cannot be debating each and every warning/infraction given as there are over 1000 posts a day to deal with. if the conversations were closed that would be great.
i am willing to change some code to do it but i dont know which file to look in first. any help at all would be appreciated.
In the XfRu_Infractions_Model_Infractions class (XfRu/Infractions/Model/Infractions.php) after line 234 add this
Code:
$newConversation->set('conversation_open', 0);
 
Back
Top Bottom