Hello,
please have a look at http://planet.mausdompteur.de/index.php ... 14251.html
As you can see, there is HTML in the entry that is not parsed, but shown in it's full beauty. What did I do wrong? Does the 'Transform HTML in Comments' Markup plugin work, or is it really only working on comments?
Regards,
Harald
RSS Aggregator: Superfluous HTML tags?
I'd guess it only works on comments, but I don't know for sure.
I can put HTML in my entries with no problem. I do it all the time. I'd bet one of your markup plugins (under Configure Plugins->Event Plugins)is causing you trouble. I'd remove them, one at a time, until the front page shows decent entries. Then I'd put them all back and see if there's some kind of configuration for the offending one.
I can put HTML in my entries with no problem. I do it all the time. I'd bet one of your markup plugins (under Configure Plugins->Event Plugins)is causing you trouble. I'd remove them, one at a time, until the front page shows decent entries. Then I'd put them all back and see if there's some kind of configuration for the offending one.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
I think this is a problem of the RSS feed you import. What's that feeds URL? He seems to notproperly encode his HTML.
Regards,
Garvin
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/
# 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/
-
Guest
Should be dirt simple. PHP has an htmlentities function that converts escaped characters back into HTML. Sounds like it'll do exactly what you're looking for!
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hollow: The problem is that you shouldn't fix that problem on your side.
If you revert all HTML entities back to HTML code, you'll also convert entities which were properly encoded on right blogs! IF other blogs use entities to denote sourcecode, you'll convert it back to real HTML in your aggregator.
So by fixing that one buggy blog, you'll break all correct aggregated blogs.
Regards,
Garvin
If you revert all HTML entities back to HTML code, you'll also convert entities which were properly encoded on right blogs! IF other blogs use entities to denote sourcecode, you'll convert it back to real HTML in your aggregator.
So by fixing that one buggy blog, you'll break all correct aggregated blogs.
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/
# 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/