![]() |
RSS Feed & HTML code
Hello,
When I use RSS Feed, it displays html code such as "' ;'" in the fetch Does anyone know how to replace html code with its non-html code? like: str_replace("' ;'", "", $rss); I don't know exactly where to put this code so it can replace those html code the way I want it to. Thanks. |
I haven't tried it at all, but in includes/cron/rssposter.php, around line 317, there's this:
Code:
So if you wanted to do something to the text before it's posted you could insert it between those first two lines. Also there's a php function html_entity_decode() which you might be able to use to convert any of those kind of things without listing them all in a str_replace(). |
|
Thank you for your time. =)
--------------- Added [DATE]1326693867[/DATE] at [TIME]1326693867[/TIME] --------------- PHP Code:
I still see output html code in both the subject and the body of the post. Any advice? |
All times are GMT. The time now is 10:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|