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)

Netaudio 11-25-2007 07:03 PM

Quote:

Originally Posted by Neal-UK (Post 1383624)
I've just upgraded to vBSEO 3.1.0 GOLD on both my sites, and when I try to view the feed page now I get this:

I have same problem, please Help me.

Thx

Ohiosweetheart 11-25-2007 09:24 PM

Looks like support is sparse. :( I guess I'll have to uninstall it... again...

KW802 11-26-2007 02:38 PM

Quote:

Originally Posted by Saviour (Post 1387832)
I have only two issues with this hack...
  1. Why does BB code show in the feed?
  2. Why isn't all the content of the thread post showing in the feed?
If you can help me out with this...I'd greatly appreciate it...

Update...

Anyone at all? This post is three days old...

When you say feed, do you mean in the output page of this script or your actual external.php RSS feed?

Quote:

Originally Posted by Netaudio (Post 1389280)
I have same problem, please Help me.

Thx

See the responses a few above yours about vBSEO 3.1 and the function name that was changed. You can either do a manual edit on the file or wait until the next release.

Quote:

Originally Posted by Ohiosweetheart (Post 1389342)
Looks like support is sparse. :( I guess I'll have to uninstall it... again...

Considering that it was a holiday week (I prefer spending time with the family & friends, not being online) and that both issues (vBSEO 3.1 gold and the link problems) have been addressed your criticism is a bit unfounded. Heck, Peggy, you yourself posted what the issue is with the links over at vBFAQ. :erm:

For the links problem turn off the option to include the template names in your HTML output in your ACP (shouldn't be turned on anyway in a production environment).

Saviour 11-26-2007 03:18 PM

Quote:

Originally Posted by KW802 (Post 1389684)
When you say feed, do you mean in the output page of this script or your actual external.php RSS feed?

Go to this link: http://www.saviour-pc.com/forums/cv_rss_feeds.php

That will bring you to my feeds page on my forum...

Now clcik the RSS button next to Saviour PC Forum...

Look for the link to "Interested in making a website" and click it...

Do you see the BBCode? That's what I'm talking about...

My other question is why doesn't all the content from the post show up in the feed?

Thanks for your quick reply...I appreciate that.

KW802 11-26-2007 03:56 PM

Quote:

Originally Posted by Saviour (Post 1389716)
Go to this link: http://www.saviour-pc.com/forums/cv_rss_feeds.php

That will bring you to my feeds page on my forum...

Now clcik the RSS button next to Saviour PC Forum...

Look for the link to "Interested in making a website" and click it...

Do you see the BBCode? That's what I'm talking about...

OK, gotcha' now. That is the actual RSS code that is generated by the stock "external.php" script that comes with vBulletin (eg: http://www.saviour-pc.com/forums/external.php).

The BB code showing is a good question since the external.php script is supposed to strip out the BB code tags. When vB.com is back up (they're down at the moment for the vB 3.7.x beta upgrade) ask them to take a look at http://www.saviour-pc.com/forums/external.php?forumids=54 to see if they would know why your BB codes are not being stripped. The external.php is a stock vBulletin script and the cv_rss_feeds.php script does not have any affect on it.

Quote:

Originally Posted by Saviour (Post 1389716)
My other question is why doesn't all the content from the post show up in the feed?

By default the amount of the output shown is the same length as the thread preview (when you hover over a thread title in the forum thread listing). That is set in ACP => vBulletin Options => Forum Display Options (forumdisplay) => Length of Thread Preview Text with a default length of 150 characters. If you change that value then take note that it will also affect when you hover over the thread title. If you want just your RSS feeds from external.php to display the entire thread instead of just the thread preview then you can add an option like "fulldesc=1" to the URL. For example, http://www.saviour-pc.com/forums/ext...hp?forumids=54 versus http://www.saviour-pc.com/forums/ext...=54&fulldesc=1. I personally wouldn't give the full feed since then it doesn't give the reader motive to click the link and visit the site since but if you want to change it then modify your "cv_ffl_forum_feed_link" template and change it from...
Code:

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

$vboptions[bburl]/external.php?fulldesc=1<if condition="$forumid">&forumids=$forumid</if>
... instead. Note that besides adding the fulldesc=1 option the "?" in the if condition changes to an ampersand "&" as well.

Saviour 11-26-2007 06:37 PM

Well...bad news...

vbulletin.com does not support modified versions. So they want me to backup all my data...and re-install the product...ain't gonna happen.

I finally got my forum the way I want it...and had no problems...up until now...

So...needless to say...I have uninstalled your product.

Thanks, anyway...

KW802 11-26-2007 06:57 PM

Quote:

Originally Posted by Saviour (Post 1389800)
Well...bad news...

vbulletin.com does not support modified versions. So they want me to backup all my data...and re-install the product...ain't gonna happen.

I finally got my forum the way I want it...and had no problems...up until now...

So...needless to say...I have uninstalled your product.

Thanks, anyway...

Um... this script does not modify external.php in any way shape or form, it simply points to it.

After you uninstalled it, does the BB codes still show?

Saviour 11-26-2007 07:00 PM

Quote:

Originally Posted by KW802 (Post 1389810)
Um... this script does not modify external.php in any way shape or form, it simply points to it.

After you uninstalled it, does the BB codes still show?

I'm not trying to be a wise guy...but if I uninstalled it...how will I get it to show?

KW802 11-26-2007 07:13 PM

Quote:

Originally Posted by Saviour (Post 1389815)
I'm not trying to be a wise guy...but if I uninstalled it...how will I get it to show?

The links to external.php in your /forums folder is part of vBulletin and comes with it. When you view your RSS feeds the generic link would be http://www.saviour-pc.com/forums/external.php. You can then pass parameters into the script by putting them in the URL. For example, if your forum visitors knew that your Other forum had a forum ID of 54 then they could see the RSS feeds only from that forum by using a URL like http://www.saviour-pc.com/forums/ext...hp?forumids=54 directly.

This script (the "CinVin vB Forum Feed Listing") is simply a listing of all of your forums that links to the external.php script that comes with vBulletin. Think of it is as a mini 'site-map' with a quick link to the individual forum RSS feeds.

That is why if you said you were having a problem while viewing cv_rss_feeds.php then it is a problem with this script but if you are seeing strange results while viewing the actual RSS feed that it links to, (eg: http://www.saviour-pc.com/forums/ext...hp?forumids=54) then it is unrelated to this script so it does nothing more than points to it. For example, when somebody mentioned earlier that when they changed the name of cv_rss_feeds.php in the ACP but the automatic button in the footer didn't change as well then that is a problem that I missed but seeing BB codes in the actual RSS feeds is unrelated to anything with this script (cv_rss_feeds.php) since the feeds are generated by external.php and is a stock vBulletin script.

I try to help out with any questions that people might have with problems/issues related to the stuff I release but when it comes time for stuff like "Why are BB codes showing up in the RSS feeds generated by external.php?" then that is something that the vBulletin support guys should really be handling.

Saviour 11-26-2007 07:33 PM

Okay...I went to the URL of the external PHP file and they still show up...

I hope you continue to give me support on this...if I can get this issue resolved...I'll be more than happy to reinstall your product...I love it.

Attached is the code from my external.php file. Hopefully you can take a look at it and tell me what the issue is.

Like I said...I'd love to have this installed and working properly.

Update...

I've decided to give this another try...I think it may be something I'm doing...will play the waiting game.

Installed!


All times are GMT. The time now is 09:04 AM.

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.01484 seconds
  • Memory Usage 1,761KB
  • 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
  • (10)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