Page 1 of 1

html-code in entry-title

Posted: Fri Jan 14, 2005 11:46 pm
by Rembrandt
How could I place html-code (like <del>stuff</del>) in the title of an entry? At the moment, such a code-snippet seems to be just ignored...

so long...
Rembrandt

Re: html-code in entry-title

Posted: Sat Jan 15, 2005 3:18 pm
by garvinhicking
There's no such possibility and there probably won't ever be. Mostly because of RSS Feeds and usage of titles in the URL name and so on we do not want to have HTML-code in there...

Regards,
Garvin

Posted: Sat Jan 15, 2005 11:02 pm
by Rembrandt
Hmm, ok. If I want to change this behaviour for my own (on my test-installation), in which files I've to look into? And which other stuff is influenced by this?

so long...
Rembrandt

Posted: Sun Jan 16, 2005 1:05 am
by garvinhicking
Phew, there's a lot of it affected; you'll have to look for it yourself. The most important part will be serendipity_printEntries() in your serendipity_functions.inc.php file.

At least RSS feeds and permalink generation is affected by this...

Regards,
Garvin

Posted: Sun Jan 16, 2005 1:12 am
by Rembrandt
Thanks for the infos, even if my attempt is hopeless ;)