vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [v1.6] Inferno RSS Forum Feeds Technology (https://vborg.vbsupport.ru/showthread.php?t=94510)

b6gm6n 11-23-2005 11:27 PM

how do you remove the 'RSS Forum Feeds' ACP menu controls, i've uninstalled...

EDIT : remove the custom xml from includes/xml/

-b6

tomf 11-27-2005 04:16 PM

I don't know if there is allready a better fix for rdf feeds, but here is mine:

I used the fix from garrynewman
https://vborg.vbsupport.ru/showpost....&postcount=306

open class_ffrss.php

add at the top
Code:

require_once(DIR . '/includes/class_core.php');
find
Code:

$this->XML_Parse =& new XMLparser(false, $vbulletin->GPC['feed_location']);
comment it out and add this
Code:

//##### START MODIFICATION #####
$rss = @file_get_contents($vbulletin->GPC['feed_location']);
$searchresult = strpos($rss,'</rdf:RDF>');
if($searchresult !== false)
{
  $rss = str_replace( "</channel>", "", $rss );
  $rss = str_replace( "</rdf:RDF>", "</channel>\n</rdf:RDF>", $rss );
  $rss = str_replace( "content:encoded", "content", $rss );
}
               
$this->XML_Parse =& new XMLparser($rss);
//##### END MODIFICATION #####


jesus likes pie 11-28-2005 11:59 PM

What did I do wrong?

Quote:

RSS Feeds Update

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 758
RSS Feed:
http://www.pcgamer.com/atom.xml

Parent RSS Tag Name: title (had to guess on that one)
Items RSS Tag Name: content
Thread Title RSS Tag Name: title
Thread Post RSS Construct: (left empty)

FASherman 11-29-2005 12:12 AM

Quote:

Originally Posted by jesus likes pie
What did I do wrong?



RSS Feed:
http://www.pcgamer.com/atom.xml

Parent RSS Tag Name: title (had to guess on that one)
Items RSS Tag Name: content
Thread Title RSS Tag Name: title
Thread Post RSS Construct: (left empty)

1. Its not an RSS format feed, its an ATOM feed. Two different animals.
2. You've installed this hack instead of ArticleBot.

NineToez 11-29-2005 05:41 PM

Any news lately on fixing double posting perhaps? Is it in the cron job?

DjTaz 11-30-2005 09:44 AM

Im having a problem where the newsfeed posts the first time no problem - it gets 27 posts and puts them up ... and then thats it ?

I need to delete that feed , and put in another one manually for it to work again - and still the same thing when i do that - even update feed doesnt work

any suggestions ?

FASherman 11-30-2005 10:47 PM

Quote:

Originally Posted by DjTaz
Im having a problem where the newsfeed posts the first time no problem - it gets 27 posts and puts them up ... and then thats it ?

I need to delete that feed , and put in another one manually for it to work again - and still the same thing when i do that - even update feed doesnt work

any suggestions ?

ArticleBot for 3.5

DjTaz 12-05-2005 11:58 AM

So your suggesting uninstall this and install ArticleBot 3.5 instead ?

I was hoping for an easier answer to get this one working to be honest

NineToez 12-06-2005 05:41 AM

Quote:

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_thread_firstpost in /includes/class_dm.php on line 758
Got the same error as jesus likes pie and I don't wanna hear about ArticleBot. How do I fix this? I have four feeds my vB scans twice a day for; two are fine and the other two give me this error when I run it manually.

NineToez 12-07-2005 04:11 AM

^^ Anyone have any insight on this?


All times are GMT. The time now is 03:24 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.01762 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (4)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