Comment issues

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Comment issues

Post by rj »

Over the years I tried doing forums instead of comments... It didnt work well. :)
Some blogs I see do have features in comments I wish I had.
Like changing URLs to links... Adding graphics, embedding videos, just a BR would be nice... :)
I mean for real people who come to the blog who dont know any code at all... Need it dumbed down.

What are the options? Is there any seamless way of perhaps moving comments to some sort of outside editor but retaining the blog workings?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Comment issues

Post by garvinhicking »

Hi!

Linkmarkups can be done t hrough the serendipity_event_regexpmarkup plugin, it will transfer http:// etc. automatically.

Adding graphics can be done through bbcode, embedding videos I wouldn't really suggest for comments (graphics already are quite "dangerous"). BR can be easily done through serendipity_event_nl2br...

HTH,
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/
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Comment issues

Post by onli »

serendipity_event_livecomment has markup-buttons for the comment-area, so users may add links or make text bold without having to know the markup-syntax.
sincerely
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Comment issues

Post by yellowled »

The textile markup plugin is yet another alternative which enables users to do formatting and links in comments, although it requires them to use a -- very simple -- markup syntax.

YL
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Re: Comment issues

Post by rj »

onli wrote:serendipity_event_livecomment has markup-buttons for the comment-area, so users may add links or make text bold without having to know the markup-syntax.
sincerely
Boy I tried that and tweaked the setup boxes and it just doesnt show anything different...
Is there something I am missing? Does it need some other plugin to work?

Like having the stuff above this would be really really great... :)

thanx

RJ
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Comment issues

Post by onli »

The plugin does need the jQuery-plugin standing before it. It should install itself, but sadly you are not the only one reporting that doesn't work. If the problem remains, please provide an url so we can have a look.
sincerely
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Re: Comment issues

Post by rj »

I put in the Jquery and it worked but only B and U are there, kinda bare... ;)

But...

Using all these pieces of advice in this thread got my Comments working much much better and I am happier than a Republican running a Torture Chamber! :)
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Comment issues

Post by onli »

Which markup-buttons are shown is defined by the markup-language you use for the comments. If you change that from s9ymarkup to textile, markdown or bb-code, at least an url-button will be shown.

Which functionality exactly do you miss?
sincerely
Post Reply