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)

JD45 12-08-2006 05:49 PM

Quote:

Originally Posted by KW802 (Post 1134633)
JD45,

Looks like there is still an issue with at least one of the templates. Please try the following...
  1. In your ACP uninstall the product and then install a fresh copy from 1.0.2 release.
  2. Upload a fresh copy of the 1.0.2 PHP file.
  3. In your ACP choose ACP => vBulletin Options => External Data Provider => Thread Cutoff and bump that number up! The default is something like 30 (if I remember correctly) and some of your forums have no recent activity in them so for those forums you'll get a 'blank' feed since there were no recent threads within the cutoff period. In FF nothing is displayed but in IE you'll see the XML container. That's why, for example, the "PC Games" RSS feed will be blank in FF but the "PC Games Reviews & Previews" RSS feed isn't. ;)

done, its odd how some show and some dont. I know certain forums have activity and they're showing blank?

iardon 12-08-2006 07:16 PM

Great mod! Anybody have any ideas as how to present this to my members? I'd rather not put up a sticky and point members to the cv_rss_feeds.php page. Maybe a button or link somewhere.

Cocko 12-08-2006 07:21 PM

Quote:

Originally Posted by iardon (Post 1134761)
Great mod! Anybody have any ideas as how to present this to my members? I'd rather not put up a sticky and point members to the cv_rss_feeds.php page. Maybe a button or link somewhere.

i.e. cmps navigations box

KW802 12-08-2006 07:26 PM

Quote:

Originally Posted by iardon (Post 1134761)
Great mod! Anybody have any ideas as how to present this to my members? I'd rather not put up a sticky and point members to the cv_rss_feeds.php page. Maybe a button or link somewhere.

For Cool SciFi I just put the RSS image in my footer template as a link. The code to insert would be...
Code:

<a href="$vboptions[bburl]/cv_rss_feeds.php" target="_self" title="$vboptions[hometitle] RSS Feeds"><img src="$vboptions[bburl]/images/cinvin_forum_feed_listing/rss.gif" border="0" alt="$vboptions[hometitle] RSS Feeds" /></a>

abramelin 12-08-2006 07:48 PM

this is not working on me :(
check out
http://www.9nokta2.com/cv_rss_feeds.php

what is the problem ?

KW802 12-08-2006 08:05 PM

Quote:

Originally Posted by abramelin (Post 1134773)
this is not working on me :(
check out
http://www.9nokta2.com/cv_rss_feeds.php

what is the problem ?

Did you upload the images folder to your server?

Do guests have permissions to view your forums?

Kihon Kata 12-09-2006 01:41 AM

So, KW802, where are we at with this? Just wonderin' :)

iardon 12-09-2006 01:54 AM

Quote:

Originally Posted by KW802 (Post 1134767)
For Cool SciFi I just put the RSS image in my footer template as a link. The code to insert would be..

Thanks, I used that idea.

abramelin 12-09-2006 06:11 AM

i have corrected the image path now the images are showing but there is still mistake. there is no forum to display
http://www.9nokta2.com/cv_rss_feeds.php

by the way yes my guests have permission to see the forums
also should i have to set the rss for each forum if yes how?

KW802 12-09-2006 04:47 PM

Quote:

Originally Posted by Kihon Kata (Post 1134922)
So, KW802, where are we at with this? Just wonderin' :)

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.

Quote:

Originally Posted by iardon (Post 1134926)
Thanks, I used that idea.

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.

Quote:

Originally Posted by abramelin (Post 1135018)
i have corrected the image path now the images are showing but there is still mistake. there is no forum to display
http://www.9nokta2.com/cv_rss_feeds.php

by the way yes my guests have permission to see the forums
also should i have to set the rss for each forum if yes how?

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?

iardon 12-09-2006 04:52 PM

Quote:

Originally Posted by KW802 (Post 1135243)
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.

What's the branding free option?

JD45 12-09-2006 06:37 PM

Quote:

Originally Posted by JD45 (Post 1134711)
done, its odd how some show and some dont. I know certain forums have activity and they're showing blank?


bump

Kihon Kata 12-09-2006 07:28 PM

Ok, I did what you said, hit me on MSN. Thanks for your time again.
Quote:

Originally Posted by KW802 (Post 1135243)
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.


pedrambayat 12-09-2006 08:07 PM

thanks

abramelin 12-09-2006 09:16 PM

Quote:

Originally Posted by KW802 (Post 1135243)
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 :)

meera 12-10-2006 05:02 PM

hello..

Is there way create to use rss.xml for each forum?

SaN-DeeP 12-10-2006 06:37 PM

wonderful stuff, I would however wish to rename the file to rss.php for ease. :)

KW802 12-10-2006 08:13 PM

Quote:

Originally Posted by abramelin (Post 1135375)
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 (Post 1135784)
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 (Post 1135860)
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).

abramelin 12-10-2006 08:25 PM

before using this mod. do we have to set rss or xml feed for each forum? if yes, how?

chorton 12-10-2006 10:52 PM

I installed this latest version on my site http://www.versionist.com/cv_rss_feeds.php

debug mode set to "1" and this is the error i get DEBUG MODE IS TURNED ON! :) Not much help there

I do not have this installed in a http://www.versionist.com/forums directory.

The urls for the links are a bit messed up. I am running vbseo.
External php does appear to work
http://www.versionist.com/external.php

http://www.versionist.com/<!--%20BEGIN%20TEMPLATE:%20cv_ffl_forum_feed_link%20-->%20http://www.versionist.com/external.php

KW802 12-10-2006 11:34 PM

Quote:

Originally Posted by abramelin (Post 1135936)
before using this mod. do we have to set rss or xml feed for each forum? if yes, how?

ACP => vBulletin Options => External Data Provider => Enable RSS Syndication

Quote:

Originally Posted by chorton (Post 1136017)
... debug mode set to "1" and this is the error i get DEBUG MODE IS TURNED ON! :) Not much help there ...

The debug mode is really meant for helping to see why a forum is not being listed, not for a forum being listed but with a bad URL.
Quote:

Originally Posted by chorton (Post 1136017)
The urls for the links are a bit messed up. I am running vbseo.

I have to get my test site with vBSEO on it up updated to test it on. I haven't played with vBSEO for some time so off the top of my head I'm not sure why you'd be seeing the template names like that instead of the link.

JD45 12-11-2006 03:14 PM

Some forums have activity and they're still showing blank?

KW802 12-11-2006 03:19 PM

Quote:

Originally Posted by JD45 (Post 1136397)
Some forums have activity and they're still showing blank?

Give an explicit example. :)

(Also, remember, the blank screen is related to what the stock "external.php" script is doing, not this hack. ;) )

Kihon Kata 12-11-2006 04:05 PM

Didja forget me? :)

JD45 12-11-2006 08:59 PM

Quote:

Originally Posted by KW802 (Post 1136403)
Give an explicit example. :)

(Also, remember, the blank screen is related to what the stock "external.php" script is doing, not this hack. ;) )


Like my admin area. I KNOW there are posts there, but the page is showing up blank still.

But General Chat is showing up just fine....:confused:

KW802 12-11-2006 09:09 PM

Quote:

Originally Posted by Kihon Kata (Post 1136425)
Didja forget me? :)

No, just not a chance to install vBSEO yet. Been a bit of a hectic few days.

Quote:

Originally Posted by JD45 (Post 1136595)
Like my admin area. I KNOW there are posts there, but the page is showing up blank still.

But General Chat is showing up just fine....:confused:

Which forum explicitly? As a guest viewing your forums I don't see an "admin" area (which, I'm assuming, is a good thing).

JD45 12-11-2006 10:36 PM

Quote:

Originally Posted by KW802 (Post 1136599)
No, just not a chance to install vBSEO yet. Been a bit of a hectic few days.

Which forum explicitly? As a guest viewing your forums I don't see an "admin" area (which, I'm assuming, is a good thing).

Yes, the admin area is not visible to guests, but as an admin myself, shouldn't I be seeing it so I can use the RSS fee myself?

heynurse 12-11-2006 11:03 PM

Kevin,

Thanks so much for responding to my request to make this! You did a great job!

leedjc 12-14-2006 07:33 PM

I know that this isn't exactly related to this hack, but is it possible to limit the text of each post in the feed? So it creates a link directing the user to my forums to read the rest of the post?

Also, can you turn off feeds for individual forums?

Thanks

KW802 12-14-2006 08:24 PM

Quote:

Originally Posted by JD45 (Post 1136680)
Yes, the admin area is not visible to guests, but as an admin myself, shouldn't I be seeing it so I can use the RSS fee myself?

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.

Quote:

Originally Posted by heynurse (Post 1136701)
Kevin,

Thanks so much for responding to my request to make this! You did a great job!

:) Glad to help out.


Quote:

Originally Posted by leedjc (Post 1138682)
I know that this isn't exactly related to this hack, but is it possible to limit the text of each post in the feed? So it creates a link directing the user to my forums to read the rest of the post?

By default vBulletin will use the 'threadpreview' value as the feed description. You could either change that or try this hack.

Quote:

Originally Posted by leedjc (Post 1138682)
Also, can you turn off feeds for individual forums?

In this hack or do you mean in general? In this hack, no; it will show all forums that the person who is viewing the page has access to. In general, you can change the external.php to only include certain forums but as far as I know there are no vBulletin options to exclude forums.

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.01607 seconds
  • Memory Usage 1,869KB
  • 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
  • (9)bbcode_code_printable
  • (34)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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