Warning Points
#1
Posted 23 March 2012 - 04:31 AM
Since the update they have become a massive talking point, we have/had a rule where warnings and bans are not to be discussed on the forum, my mods are getting a little annoyed having to deal with the moaning now.
I've even got members pm'ing me huge rants about freedom of speech to about previous warnings they picked up and accepted at the time.
Members just don't want that constant reminder that they are on the naughty step.
3.3.1 sneak the option back and put a smile back on my face, pretty pretty please.
#2
Posted 23 March 2012 - 04:44 AM
#3
Posted 23 March 2012 - 11:42 AM
I had a system set up where if someone received a warning strike that they could "appeal" for the warning to be removed after "90 days" if they followed the forum rules. But if they continued to violate the rules, that they would start receiving forum restrictions lasting anywhere from two weeks to as much as a permanent sitewide ban, depending on the offense. While this may not work for all communities, it's something to consider.
I simply removed the warning system by disabling it for everybody and just using "verbal warnings" for the first offense and then temporary to permanent restrictions based on the offense they committed. My system is always undergoing changes, periodically, testing out what works and what doesn't but I have actually had some success with my method. I've found that 99% of the members on my forums follow the rules and usually the "verbal warning" or "verbal reminder" about what they did wrong is enough to point them in the right direction.
If I suspect that someone violated the forum rules deliberately by checking out their registration date and looking at what they've posted, it's an automatic permanent ban for spamming, trolling or flaming. I've learned over the last eight years on how to spot certain types of activity. What I can say is that the bulk of our members will respect your forums enough to follow the rules, it's the hit and run registered users who will post one message attacking your site and then disappear never to return again. I usually conduct an account purge about twice per year, getting rid of these "dump" accounts, what I refer to them as "one use" accounts.
Stop Spammers: A Guide. This is a guide designed to help everyone in the fight against spammer registrations. Remember, you cannot stop them from registering, but you can halt them in their tracks.
#4
Posted 12 April 2012 - 05:18 PM
#5
Posted 12 April 2012 - 05:23 PM
In the userinfopane template find this
<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
and change it to
<if test="$this->memberData['is_mod']">
<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
</if>
- gfhfstg and Eric Allione like this
#6
Posted 13 April 2012 - 09:04 AM
That indicator only appears after you receive your first warning. I've found it a useful deterrent.
Stop Spammers: A Guide. This is a guide designed to help everyone in the fight against spammer registrations. Remember, you cannot stop them from registering, but you can halt them in their tracks.
#7
Posted 07 July 2012 - 02:50 PM
I'm fiddling on our test board trying to achieve the same. We do not want to display user warnings to the rest of the members. It creates negative posts that end up being moderated. If anyone has come up with a solution please post.
It's actually preventing us to go live right now, after the upgrade. Some solutions have been to monitor forward on a spreadsheet. Nice idea but on 6,000 user plus, and to maintain new users etc....Doesn't work that well for me.
There should be an option to use the warning system and to display or not display publicly.
#8
Posted 15 July 2012 - 08:19 PM
There should be an option to use the warning system and to display or not display publicly.
I'll second that, would love to see this is 3.3.5
#9
Posted 16 July 2012 - 02:44 AM
If it's the latter, I'm not sure what the point in using the warning system is at all if you don't let members know they've been warned
- Eric Allione likes this
#10
Posted 16 July 2012 - 10:01 PM
For me its the latter. The point is to not have the count visible to users because its just a negative thing to have. I personally use the warn system to log warns against a member just for moderating sake. The members don't need to see the warns. That's where the pm features come in. When the member is warned there should be an option to send a pm so they know they've been warned. But they don't need to see the entire list of warns along with how many points they've accumulated. It varies with communities. The way I described is how I use it in 3.1.4.Just to clarify - do you only want to remove it from the post box, or do you not want members to be able to see their warning level at all (i.e. not show it on the profile either).
If it's the latter, I'm not sure what the point in using the warning system is at all if you don't let members know they've been warned
Long story short, please put the old functionality back.
- MGBrose, CallieJo and Eric Allione like this
#11
Posted 17 July 2012 - 07:34 PM
For me its the latter. The point is to not have the count visible to users because its just a negative thing to have. I personally use the warn system to log warns against a member just for moderating sake. The members don't need to see the warns. That's where the pm features come in. When the member is warned there should be an option to send a pm so they know they've been warned. But they don't need to see the entire list of warns along with how many points they've accumulated. It varies with communities. The way I described is how I use it in 3.1.4.
Long story short, please put the old functionality back.
I agree completely. Also I believe boards should have the option to use that location for reputation points as well. That way boards get to choose whether to use public positive or public negative reinforcement. I think the Internets trend is turning more toward positive reinforcement.
#12
Posted 21 July 2012 - 07:55 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













