html-code in entry-title

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Rembrandt
Regular
Posts: 71
Joined: Mon Dec 20, 2004 5:10 pm
Location: Germany
Contact:

html-code in entry-title

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: html-code in entry-title

Post 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
# 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/
Rembrandt
Regular
Posts: 71
Joined: Mon Dec 20, 2004 5:10 pm
Location: Germany
Contact:

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
Rembrandt
Regular
Posts: 71
Joined: Mon Dec 20, 2004 5:10 pm
Location: Germany
Contact:

Post by Rembrandt »

Thanks for the infos, even if my attempt is hopeless ;)
Post Reply