vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - CinVin vB Forum Feed Listing (https://vborg.vbsupport.ru/showthread.php?t=133365)

Discussions 12-14-2006 08:43 PM

The problem with only the main index showing on the RSS feeds is due to categories being set up as links, such as using # to make each category an anchor. This has nothing to do with VBSEO per say, although it too allows such anchoring to be done.

Perhaps this information will help you to rewrite the code a little bit differently in a way to enable those categories which are anchored to also show properly.

KW802 12-14-2006 09:51 PM

Quote:

Originally Posted by Discussions (Post 1138730)
The problem with only the main index showing on the RSS feeds is due to categories being set up as links, such as using # to make each category an anchor. This has nothing to do with VBSEO per say, although it too allows such anchoring to be done.

Perhaps this information will help you to rewrite the code a little bit differently in a way to enable those categories which are anchored to also show properly.

Discussions, is using the # tag something that a stock vBulletin does? I have several categories set up as links as well and in the code I skip them (actually, in this version it skips them in the next version there is an option to include them or not).

JD45 12-14-2006 10:08 PM

Quote:

Originally Posted by KW802 (Post 1138711)
When you are attempting to view the feed, are you still logged in to vB? I haven't torn apart the vB 3.6.x version of external.php yet so off the top of my head I'm not sure how they're handling authorization in it.

Yes

Discussions 12-14-2006 10:56 PM

Quote:

Originally Posted by KW802 (Post 1138773)
Discussions, is using the # tag something that a stock vBulletin does? I have several categories set up as links as well and in the code I skip them (actually, in this version it skips them in the next version there is an option to include them or not).


No, a stock version of Vbulletin doesn't use the # on categories. But is useful to implement # for search engine optimization or if you don't want members clicking on the category name.

SaN-DeeP 12-14-2006 11:36 PM

By default RSS2 is enabled it seems, how can i change this to display on RSS format ?
I dont want the descriptions to be added alongwith RSS feeds.
(if there is any advantage / disadvantage of using rss2 over rss do let me know)

Thanks.

Code Monkey 12-15-2006 02:53 AM

Very nice indeed.

KW802 12-15-2006 02:57 AM

Quote:

Originally Posted by JD45 (Post 1138789)
Yes

I'd have to play around but it's something outside of the scope of this hack. Before you installed this hack (or if you uninstall it) are you able to view the RSS feeds for your admin forums?

Quote:

Originally Posted by Discussions (Post 1138834)
No, a stock version of Vbulletin doesn't use the # on categories. But is useful to implement # for search engine optimization or if you don't want members clicking on the category name.

Can you give an example of a typical implementation of it? I'll see what I can do.

Quote:

Originally Posted by SaN-DeeP (Post 1138864)
By default RSS2 is enabled it seems, how can i change this to display on RSS format ?
I dont want the descriptions to be added alongwith RSS feeds.
(if there is any advantage / disadvantage of using rss2 over rss do let me know)

Thanks.

Essentially RSS2 offers a lot more options than RSS feeds. If all you're after is a basic thread title & description then just about any of the forms will work but for your users subscribing to the RSS feeds then most likely there preference would be RSS2. To change the actual link to external.php then modify the "cv_ffl_forum_feed_link" template (it's in a grouping called "CinVin Forum Feed Listing Templates").

With the newer versions of external.php (as of vB 3.6.x I believe) the default was changed to be RSS2 instead of RSS. To change it back in regards to this hack then change the template from...
Code:

$vboptions[bburl]/external.php<if condition="$forumid">?forumids=$forumid</if>
... to:
Code:

$vboptions[bburl]/external.php?type=rss<if condition="$forumid">&forumids=$forumid</if>

JD45 12-15-2006 03:56 AM

Quote:

Originally Posted by KW802 (Post 1138949)
I'd have to play around but it's something outside of the scope of this hack. Before you installed this hack (or if you uninstall it) are you able to view the RSS feeds for your admin forums?

We're getting close to the solution or problem. I disabled the hack and then went and tried to access the RSS feed by typing in the url i.e.

http://www.justpressplay.net/forum/e...2&forumids=123

The feed for the admin area came up a blank page but the general chat area showed up just fine.

SpArKs85 12-15-2006 01:39 PM

Im getting blank pages too. Yahoo says it can't find the RSS file...

http://forums.gamesters-paradise.com/cv_rss_feeds.php

http://forums.gamesters-paradise.com...php?forumids=7

EDIT:
Strange, I went to JD45's site:

http://www.justpressplay.net/forum/external.php

I don't even get that, what gives?

I tried changing the template "cv_ffl_forum_feed_link", no joy.

This hack is realy handy as my forums are news based... :(

KW802 12-15-2006 02:31 PM

Sometime shortly (next couple of days at worst) I'll be updating the code to have some more debugging information in it as well a few other fixes.

In the interim... if all of the forums are getting blank pages, make sure you have RSS feeds turned on in your ACP!


All times are GMT. The time now is 06:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01278 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete