Is there already a possibility for making comments invisible? This would be a nice feature if you want to hide a spam comment from the user but keep the data of the comment.
Regards
Patrick
Making comments invisible
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Making comments invisible
Hi!
There's currently no function for this in the serendipity core, but if you'd operate on the database directly, you could set the status to "pending".
I do think it's a nice feature though to be able to "re-moderate" comments. I'll see if it can be added to s9y easily.
Regards,
Garvin
There's currently no function for this in the serendipity core, but if you'd operate on the database directly, you could set the status to "pending".
I do think it's a nice feature though to be able to "re-moderate" comments. I'll see if it can be added to s9y easily.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Making comments invisible
Hi!
Okay, I've just added this to the upcoming 1.3 version, SVN trunk.
Regards,
Garvin
Okay, I've just added this to the upcoming 1.3 version, SVN trunk.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Making comments invisible
Hello Garvin,
thanks a lot for your response and for implementing this so quickly
Regards
Patrick
thanks a lot for your response and for implementing this so quickly
Regards
Patrick
Hiding Comments
Along these lines would it be possible to give the user to choose whether they can hide their own comments to say just the administration or certain people?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Hiding Comments
Hi!
I don't really know if this feature would be good for more than just a few people - if someone wanted to comment privately, why don't those people just send an email, maybe? I'd think putting those kind of comments not in the blog might be better, because you also couldn't get a proper reply to such a "private" comment?
Technically, this is quite challenging. It can be done, but is a matter of many hours of coding to make it work well and integrate fully...
Regards,
Garvin
That would mean a massive code change and new feature integration, as it cannot be dealt with in current situations. A new type apart from "approved" and "moderated" would need to be created and distinctly handled.metalcoat wrote:Along these lines would it be possible to give the user to choose whether they can hide their own comments to say just the
administration or certain people?
I don't really know if this feature would be good for more than just a few people - if someone wanted to comment privately, why don't those people just send an email, maybe? I'd think putting those kind of comments not in the blog might be better, because you also couldn't get a proper reply to such a "private" comment?
Technically, this is quite challenging. It can be done, but is a matter of many hours of coding to make it work well and integrate fully...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/