View Full Version : Modifying RSS Feed Output
Dunhamzzz
09-11-2009, 12:13 PM
I've asked in a previous thread, but after 4 bumps from different members, never got an answer.
I basically need to strip out BB code from my RSS Feeds, aswell as edit the length of the content output.
Does anyone know where this is all processed? What hooks I should look into and create plugins for?
It litereally seems like no one has an answer for this.
Dunhamzzz
09-28-2009, 02:41 PM
Bumping for reply.
This is getting beyond a joke.
Lynne
09-28-2009, 03:43 PM
edit the length of the content *you* are outputting from your site? That plugin has been posted before (in fact, I posted it a couple times recently):
location - external_query:
unset($vbulletin->GPC['fulldesc']);
$vbulletin->options['threadpreview'] = 200;
$hook_query_fields .= ",LEFT(post.pagetext,400) AS message";Play with the numbers unti you get what you want. It won't be immediate because of the caching, so depending on what you set, you'll have to wait a bit to see results from that.
I've never looked into striping out the bbcode. What I'd do is find another part of the site where this is done and steal the code and create a plugin to add the function to the external.php page.
Also, this site is a volunteer run site. We don't have the answers for everything so you may not get an answer to your question.
Clayton
11-25-2009, 09:08 AM
Thanks for this Lynne
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.