Quote:
Originally Posted by ChurchMedia
|
{Scratches my head at this one.} Do you have any other 'sitemap' type hacks installed? That code doesn't appear to be generated from this script and the very first line should be the generic "The Church Media Community" master link (the first line that actually has an RSS button on it). My guess would be that it's picking up a global variable set by a different hack/add-on somewhere and is including it in the output. If you can think of what 'sitemap' hack you might have installed I'll take a look at it to see why there is a conflict, else I'll go back and see what I can to do prevent it generically.
Quote:
Originally Posted by ChurchMedia
Thanks for the great mod! I got it working with vBseo 3.1 by just changing "get_forum_info();" to "vbseo_get_forum_info();" in the cv_rss_feeds.php file.
|
Exactly.

The next version will check to see if vbseo_get_forum_info function is defined else use the get_forum_info function for compatibility with the older versions of vBSEO. There haven't been too many vBSEO 3.1 Gold complaints so I've been holding off on releasing the 2.3.1 version to see if there are any other features/fixes I need to put in there.
Quote:
Originally Posted by 711
KW802, you may have missed this question with all the chaos and misunderstanding going on in the last few posts:
Any instructions you can give to include the vBulletin Blog RSS feed into the page?
|
Yep, I missed that one, sorry.
What are your thoughts on how it should be included? A generic link to the blogs if I detect that the blogs are installed or perhaps some type of entry box in the ACP for people to type in additional links manually or a different method? Where do think additional links should appear, above or below the list of forum links?
With so many packages now offering RSS feeds (eg: vBulletin, vBulletin Blogs, vBadvanced Dynamics, PhotoPost Pro & PhotoPost vBGallery, etc.) I not visualizing yet how it should be handled. If you (or anybody else reading this and would like to help out with ideas) can help me get a grasp on the best way of handling it visually I can work on the code.