This nifty little utility will present a list of all of your forums RSS feeds on one page! Your users can then easily pick & choose which forums they want to subscribe to via RSS, Google, Yahoo, or Bloglines.
Ever go to a big site like CNN and view their page of RSS feeds that you can subscribe to? This is the same thing but for your vBulletin forums!
In addition to your users, the search engine spiders will love this!
We went out of our way to make sure that this CinVin vBulletin add-on was quick & easy to both install and modify!
Automatically adds an RSS button to your footer template.
Correctly shows where your visitors are when viewing the Who's Online page.
Forums can be specifically excluded from being listed.
Ability to specify which usergroup to use for permissions when viewing the list of forums.
"Link" forums can be turned off from showing.
All options are configured through the vBulletin ACP.
All descriptions and names are completely phrased so you can quickly add alternate lanquages or change the existing wording.
All display output is handled through vBulletin templates so you can quickly change the output appearance.
All templates and phrase are installed as a vBulletin product through your ACP which means there are no file edits!
Debug mode to help you with any problems you may be having.
Installation only take a few moments...
Unzip the .zip file that you downloaded.
Upload the single PHP file and single folder in the upload_to_your_forum_folder folder from the download to your forums folder.
Go into your ACP and select Plugins & Products => Manage Products => Add/Import Product => {Select the CinVin_vB_Forum_Feed_Listing.xml file from the download} => Import
FAQ's
- What vB versions? This should work with all versions of vB 3.6.x and above. It should also work with vB 3.5.x but I have not tested it on that version.
- Can I remove the "CinVin" text at the very bottom? NO! Believe it or not that little text is what allows us to work on hacks like this for free and, more importantly, to continue to support them. You are free to move the notice to your footer template, for example, if you would like to keep your notices all together but for removing it entirely a Branding Free license is available through CinVin.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
There is a branding free option available through CinVin for those that wish to remove it entirely like you did. People are also free to move it into their footer template to keep all of their copyrights & various notices together in one place.
Sorry about that, I just found the phrase myself and edited it. Didn't think it would be an issue so that's why I edited my post here.
Ok, I did what you said, hit me on MSN. Thanks for your time again.
Quote:
Originally Posted by KW802
I've only got a few minutes but in short... with version 1.0.2 I added a debug option to help figure out problems like this one. Completely uninstall the version you're running (delete the PHP file and then in the ACP choose Plugins & Products => Manage Products => CinVin Forum Feed Listing => Uninstall) and then install a fresh copy of the 1.0.2 package. After that modify the cv_rss_feeds.php and look for...
Code:
$debug_mode = 0;
... and change it to:
Code:
$debug_mode = 1;
After that run it again to see if any message are displayed (would be at the top of your screen before your vB output). I'll try to catch you on IM again ASAP.
I've only got a few minutes but in short... with version 1.0.2 I added a debug option to help figure out problems like this one. Completely uninstall the version you're running (delete the PHP file and then in the ACP choose Plugins & Products => Manage Products => CinVin Forum Feed Listing => Uninstall) and then install a fresh copy of the 1.0.2 package. After that modify the cv_rss_feeds.php and look for...
Code:
$debug_mode = 0;
... and change it to:
Code:
$debug_mode = 1;
After that run it again to see if any message are displayed (would be at the top of your screen before your vB output). I'll try to catch you on IM again ASAP.
It makes life easier and most sites just have a simple "RSS" link or button at the bottom. I am a bit disheartened, though, that you went ahead and removed the tiny little CinVin text at the bottom of the screen and replaced it with your own rather than waiting for my answer to your original question last night. There is a branding free option available through CinVin for those that wish to remove it entirely like you did. People are also free to move it into their footer template to keep all of their copyrights & various notices together in one place.
I'll have to check out your site a little bit later when I have more time. What version of the package are you using and did you import the XML into your Product Manager?
i am using the last version and yes, of course i imported the xml
i am using the last version and yes, of course i imported the xml
Please turn on the "debug" option and let me know what messages are shown.
Quote:
Originally Posted by meera
hello..
Is there way create to use rss.xml for each forum?
Sorry, but I'm not sure what you mean by "rss.xml" -- Do you want to use XML instead or RSS or offer feeds for both or... ?
Quote:
Originally Posted by SaN-DeeP
wonderful stuff, I would however wish to rename the file to rss.php for ease.
Sure, that'd be no problem. But if you do that you will also need to change the file name in the plugin ACP => Plugins & Products => Plugin Manager => CinVin Forum Feed Listing => Who's Online (Part 1) so that the Who's Online page doesn't break. I'll put it on the To Do list to make it easier to change the file name (most likely I'll create a new option in the ACP instead of having to modify the plugin directly).