comments images and links

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
ameo
Regular
Posts: 143
Joined: Fri Sep 26, 2008 4:13 am

comments images and links

Post by ameo »

how to enable images and hyperlinks in comments?

also i have something weird in posts page



Image

there is

Code: Select all

 <!-- E 
after each post .. only shows after the comment form in single post page

i don't think it's causing any troubles but it's weird.

thanks

Update: just found it in the main page too at the bottom

http://www.bluecirclet.com/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: comments images and links

Post by garvinhicking »

ameo wrote:how to enable images and hyperlinks in comments?
People must use BBCode for this, if you installed the BBCode markup plugin.
also i have something weird in posts page
Check your comments.tpl, commentform.tpl or entries.tpl file. Somewhere you seem to haveinserted a <!--E into those files. It does not come from an unmodified s9y.

Regards,
Gavin
# 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/
ameo
Regular
Posts: 143
Joined: Fri Sep 26, 2008 4:13 am

Re: comments images and links

Post by ameo »

garvinhicking wrote:
ameo wrote:how to enable images and hyperlinks in comments?
People must use BBCode for this, if you installed the BBCode markup plugin.
also i have something weird in posts page
Check your comments.tpl, commentform.tpl or entries.tpl file. Somewhere you seem to haveinserted a <!--E into those files. It does not come from an unmodified s9y.

Regards,
Gavin
thanks, i'll check my template files..
as for the links can't it be automatic?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: comments images and links

Post by garvinhicking »

Hi!
as for the links can't it be automatic?
There's a plugin "Markup: Regular Expressions" which comes with a rule for "clickable hyperlinks", that might help if you don't want to use bbcode.

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/
Post Reply