Page 1 of 1

comments images and links

Posted: Thu Oct 16, 2008 8:10 pm
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/

Re: comments images and links

Posted: Thu Oct 16, 2008 9:16 pm
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

Re: comments images and links

Posted: Thu Oct 16, 2008 10:20 pm
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?

Re: comments images and links

Posted: Sat Oct 18, 2008 1:02 pm
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