Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
CinVin vB Forum Feed Listing Details »»
CinVin vB Forum Feed Listing
Version: 2.3.0, by KW802 KW802 is offline
Developer Last Online: Nov 2021 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 12-05-2006 Last Update: 11-06-2007 Installs: 331
Uses Plugins
Additional Files  
No support by the author.

[ BY REQUEST ]

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!
  • Compatible with vBSEO.
  • Easy integration with vBadvanced CMPS.
  • 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
You're all done! Just point your browser to http://www.yoursite.com/forums/cv_rss_feeds.php to view your new RSS feed listings.

DEMO #1: CinVin RSS Feeds (this is the 'stock' version)

DEMO #2: Cool Sci-Fi RSS Feeds (this one has been integrated with vBa CMPS)


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.

Comments
  #342  
Old 03-13-2008, 04:12 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
Just to clarify... this mod gives you a nicely formatted list of your available RSS feeds. When you click on the RSS button you are taken to the stock vBulletin external.php script. For what you are describing you would need the stock external.php script to be modified (likely could be done with a plugin).
Thanks for the feedback ...

I guess I was confused with the Which vBulletin usergroup should be used when displaying the forums? option. I thought it somehow controlled what usergroup could access the forums remotely using RSS feeds, as opposed to it being simply what forums on the list they could see.

I'm a little green on this RSS stuff. I'm still stuck in the 60's with Fortran programming background.

I assume that the reason any of the remote RSS feed agents only see posts that are available to Un-Registered Guests, is for the same reason? These agents can't read any post that is requires the user to be registered?

Thanks...

Regards,
Badger

Edit: BTW, do you do custom paid contract work, such as modifying the External.php to do what we need?
Reply With Quote
  #343  
Old 03-13-2008, 08:19 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
I guess I was confused with the Which vBulletin usergroup should be used when displaying the forums? option. I thought it somehow controlled what usergroup could access the forums remotely using RSS feeds, as opposed to it being simply what forums on the list they could see.
In hindsight... yeah, I could see how that description could be interpreted a few different ways. That option was added as a result of some confusion surrounding forums that guests aren't allowed to see. For example, if you had a forum named "Staff Only" and is only available to your moderators then when your moderators went to the cv_rss_feeds.php page they would see that forum listed. The concern and confusion was that that the forum isn't supposed to be shown to everybody. In reality, though, when a non-moderator went to cv_rss_feeds.php then the "Staff Only" forum would not be listed since they didn't have access to the forum. To make life a bit easier the option was added so that by using a usergroup 'model' for the listing then everybody would see the exact same forums listed regardless of what their permissions really were.

Quote:
Originally Posted by BadgerDog View Post
I'm a little green on this RSS stuff. I'm still stuck in the 60's with Fortran programming background.
I missed fortran; I started with COBOL on a UniSys mainframe back in the 80's. Ah, disc packs, tape reels, greenbar bursters... those were the days.

Quote:
Originally Posted by BadgerDog View Post
I assume that the reason any of the remote RSS feed agents only see posts that are available to Un-Registered Guests, is for the same reason? These agents can't read any post that is requires the user to be registered?
I'll give a hesitant 'yes' to that one. The script 'external.php' that comes with vBulletin (and is what actually generates the RSS feed) will use the user's permission if they are logged in else 'guest' permissions will be used. That means if your moderator goes to http://www.yoursite.com/forums/external.php then they will see posts from all forums that they have access to, including the "Staff Only" forum, but if a non-moderator or somebody who is not logged in goes to the same URL then they won't see the "Staff Only" posts.

Quote:
Originally Posted by BadgerDog View Post
Edit: BTW, do you do custom paid contract work, such as modifying the External.php to do what we need?
I do some odd jobs but not a lot these days (the day job takes precedence). But, if I'm understanding your other post correctly, a think a plugin might handle what you're looking for. If I am interpreting it correctly you have a forum that might be named "Special Forum" that several usergroup are allowed to post into but when the RSS feed is generated for that forum then only threads from usergroup X should be shown. Is that what you're after?
Reply With Quote
  #344  
Old 03-13-2008, 09:29 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
In hindsight... yeah, I could see how that description could be interpreted a few different ways. That option was added as a result of some confusion surrounding forums that guests aren't allowed to see. For example, if you had a forum named "Staff Only" and is only available to your moderators then when your moderators went to the cv_rss_feeds.php page they would see that forum listed. The concern and confusion was that that the forum isn't supposed to be shown to everybody. In reality, though, when a non-moderator went to cv_rss_feeds.php then the "Staff Only" forum would not be listed since they didn't have access to the forum. To make life a bit easier the option was added so that by using a usergroup 'model' for the listing then everybody would see the exact same forums listed regardless of what their permissions really were.
I've set it to "blank" on my system. When I view it as a Usergroup 2 (Registered Member) the display of the mod's RSS pae looks exactly the same as when I view it as a Usergroup 1 (Un-registered Guest), yet their should be forums that the "guest" does not see at all? Am I still missunderstanding this function. Blank (or 0) should pick up the more restricted "Guest" privileges and not display those forums?


Quote:
Originally Posted by KW802 View Post
I'll give a hesitant 'yes' to that one. The script 'external.php' that comes with vBulletin (and is what actually generates the RSS feed) will use the user's permission if they are logged in else 'guest' permissions will be used. That means if your moderator goes to http://www.yoursite.com/forums/external.php then they will see posts from all forums that they have access to, including the "Staff Only" forum, but if a non-moderator or somebody who is not logged in goes to the same URL then they won't see the "Staff Only" posts.
I couldn't make it work that way directly out of the box using either the Tristana reader or Yahoo. I searched around here and found this:

External Data Provider Usergroup/Cookie Setting 2.2

Once I installed that mod along side yours, I was able to read forums the way you describe, that previously gave me the error above with Tristana that require Registered(Usergroup 2) access. I still get the same error using Yahoo though. Tristana permits someone using their client to put in a username and password for each feed if required, but that function didn't I(and still doesn't) seem to make any difference in controlling whether it can open up and get access to any feed. This additional mod seems to do that through the "cookie" thing.

Quote:
Originally Posted by KW802 View Post
In I do some odd jobs but not a lot these days (the day job takes precedence). But, if I'm understanding your other post correctly, a think a plugin might handle what you're looking for. If I am interpreting it correctly you have a forum that might be named "Special Forum" that several usergroup are allowed to post into but when the RSS feed is generated for that forum then only threads from usergroup X should be shown. Is that what you're after?
Close...

I know I'm explaining my needs badly, but in simple terms....

I would like our various members to have the convenience of using RSS, Yahoo, or the other agents you supported, to stay remotely in contact with new posts made on our site, BUT without having to go there in log in. I assume that's what RSS feeds are designed to do... a "push" kind of approach to data?

Now, here's the catch ... I'd like them to have EXACTLY the same access permissions to view forums and posts remotely using whatever agent they choose, as they would have if they had logged on directly.

Is that even possible?

Thanks again for your support and feedback ... much appreciated. :up:

Regards,
Badger
Reply With Quote
  #345  
Old 05-02-2008, 11:08 AM
DestekForumu DestekForumu is offline
 
Join Date: May 2008
Location: Turkey
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Kevin : )
Reply With Quote
  #346  
Old 06-26-2008, 09:49 PM
callumbush callumbush is offline
 
Join Date: May 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
- The vBSEO function name was changed with the newer releases (I think 3.0.0 Gold). The manual edit will take care of it and a future update (actually already code, just not packaged) will handle it automatically.
When will this be released?
Reply With Quote
  #347  
Old 06-26-2008, 10:20 PM
callumbush callumbush is offline
 
Join Date: May 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have made the VBSEO edit.

I have an issue though: some of the RSS feeds work, but most of them don't?

http://www.phonedevil.com/cv_rss_feeds.php

Also, now that I have made the VBSEO edit, is that all I need to do for it to be compatible with vBulletin?

p.s. a very good mod !! ...just make it work 100% for me please
Reply With Quote
  #348  
Old 06-29-2008, 07:27 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will you release this hack in the 3.7 modifications forum as well?
Reply With Quote
  #349  
Old 06-30-2008, 12:33 AM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Will you release this hack in the 3.7 modifications forum as well?
I can but this version works perfectly fine under 3.7.x as well (I have not had to make any modifications to it on any of 3.7.x sites).
Reply With Quote
  #350  
Old 07-01-2008, 05:22 PM
Sunsetdriver Sunsetdriver is offline
 
Join Date: Mar 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've renamed cv_rss_feeds.php and also changed it in hack's control panel. However RSS button in footer still links to cv_rss_feeds.php and not the new one.

EDIT:
Already solved here:
https://vborg.vbsupport.ru/showpost....&postcount=328

Thanks
Reply With Quote
  #351  
Old 07-02-2008, 12:25 AM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like I need to update the copy here. I'll post the current version over the weekend.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:47 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09890 seconds
  • Memory Usage 2,336KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete