Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Hide Posts of a specific user
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 08 May 2006 :  04:18:53  Show Profile
Nice little function Dayve. Just tried it out when logged in as an admin (for example) and then logged out of the forum, I hit the reply button with quote and it showed the hidden text. Is there more to your function or is it only the function and the call and the line at about 565 of your inc_func_common.asp? Just could be embarrasing if I was to write something about another person and they seen it..

Cheers,

David Greening

Edited by - Classicmotorcycling on 08 May 2006 14:49:59
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 08 May 2006 :  13:35:19  Show Profile
That is all very cool :)

However, I would still love a mod to do exactly what I mentioned in the first post. The Troll thinks they are posting, but everyone else sees nothing... I have found from experience that these people tend to go VERY quickly if they are being ignored.

Nick
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 08 May 2006 :  13:40:32  Show Profile  Visit AnonJr's Homepage
Neat. I'll have to play with that some.
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 08 May 2006 :  18:05:00  Show Profile  Visit dayve's Homepage
quote:
Originally posted by Classicmotorcycling

Nice little function Dayve. Just tried it out when logged in as an admin (for example) and then logged out of the forum, I hit the reply button with quote and it showed the hidden text. Is there more to your function or is it only the function and the call and the line at about 565 of your inc_func_common.asp? Just could be embarrasing if I was to write something about another person and they seen it..


I call the function within the FormatStr() function:

http://www.burningsoulsforum.com/forum/vc.asp?source=inc_func_common.asp&numbered=yes&line=565#565

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 08 May 2006 :  18:21:18  Show Profile  Visit dayve's Homepage
quote:
Originally posted by nickw

That is all very cool :)

However, I would still love a mod to do exactly what I mentioned in the first post. The Troll thinks they are posting, but everyone else sees nothing... I have found from experience that these people tend to go VERY quickly if they are being ignored.



I swear by this mod:

http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=39014

I have enhanced it so that I can control the number of posts a member much reach before he/she is off of moderation. This feature prevents posts from being seen until a moderator approves it. It is great for those new people that are spammers or have been banned and try to come back with a new account because the new account will automatically put them in moderation mode. Ever since I have used this mod I have never found the need for IP banning. It is one of the best features I have ever implemented within my forum and recommend it every opportunity that I can. It will accomplish what you're trying to do with your troll because his/her posts will never be seen unless one of your moderators approves it, but that should be discussed with your moderators anyway. If you do implement this feature and want to know how to take it to the next level by changing a members moderation level by post count let me know. I have found that I've had to put long time members with thousands of posts back on moderation and the changes I made in conjunction with the mod I am recommending did the trick nicely. Sample screenshot of how I control this:




Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 09 May 2006 :  05:39:40  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
davye: I'd love to get my hands on that code, do you mind sharing? =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 09 May 2006 :  06:10:36  Show Profile
Davye, that does indeed look excellent. I may give that a go.

You see, the thing with our forum is that we are a very "open" group. Everyone knows everyone by name... trolls are spotted very quickly. In fact, in 5 or so years, we have only had one or two trouble makers. We have never had moderation requirement on the forum.

This is the reason that we simply want to add someone to a list and have their posts made invisible to others.

Nick
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 09 May 2006 :  07:13:44  Show Profile  Visit dayve's Homepage
quote:
Originally posted by tribaliztic

davye: I'd love to get my hands on that code, do you mind sharing? =)



I would tell you to implement the original mod first that I posted the link to and then I can show you the additional edits I made. I am at a software conference right now away from my home server which has the code so when I return next week, I will see if you have the mod installed and then post the changes I made to make it even better.

Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 09 May 2006 :  07:17:24  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
Okay! Fair enough =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 10 May 2006 :  09:40:58  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
Oops, I already had that mod installed =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 23 May 2006 :  10:38:16  Show Profile
Just keeping this thread alive :) I would still like this if anyone ever gets a chance.

Nick
Go to Top of Page

-gary
Development Team Member

406 Posts

Posted - 23 May 2006 :  12:09:49  Show Profile
On my forum I turned the delete into a double-tap option. The first delete sets the status level to 99 which removes it from view of all but admins and moderators and turs the background of the post red. Deleteing a level 99 will delete it completely, but I rarely do so.

I also implemented a muted member option by member ID and IP that only show the muted members posts to each other and mods/admins. They are flagged with *muted* so we can tell which posts are. I made it so that every muted member can see all the other muted posts, so they end up having little conversations with each other that no one else can see. It's quite amusing sometimes.

Deleting, banning and blocking are only effective half the time I've found. It's much easier to just mute offenders and let them tire of being ignored and leave on their own accord.

KawiForums.com


Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 23 May 2006 :  16:32:48  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
gary, would it be hard for you to rip that code out and share it? Sounds like a wonderful setup =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

-gary
Development Team Member

406 Posts

Posted - 24 May 2006 :  10:57:34  Show Profile
I wouldn't know where to start and mine is so far from a stock implementation, it would be easier from scratch. Just throwing out ideas.

KawiForums.com


Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 06 June 2006 :  14:07:05  Show Profile
Gary, I am desperate. We have a troll that simply will not go away and it logging on from various ISP's. At this stage, I would even offer to pay you to provide this feature.

Nick
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07