![]() |
Quote:
Thanks for the update Zero, nice to see you've returned and do support your hacks... sorta. |
When uploading the files all went fine but still shows 1.5 after the product update, Any Ideas?
|
Quote:
SO I am curious to know if these are new files or not?? |
Quote:
On another note, is anyone experiencing a case of Deja Vu with the RSS 1.6 version? |
Quote:
When I look at the xml, it is still showing 1.5???? |
Quote:
But what's offtopic about it? We are discussing rss feeds 1.6 arent we? and the new update isnt showing 1.6 so I think i'm on topic and lost. LOL you too. yea I'm curious too. :D |
Quote:
Trying to figure out if the new files are 1.5 or 1.5 is completely on-topic :) |
Quote:
Ahhhh right on I was really cornfused for a few. :nervous: |
Yes, Apparently a bug exists.
RSS Feeds reposts OLDER items even though it's posted about them previously. |
too funny
|
did the upgrade update the version number? it shows 1.5 in my product manager
|
I found that if I make the ficticious user a supermod I can get it to work.
Just letting you guys know, those with the Quote:
|
Quote:
|
I'm trying to get this stream to work
http://steampowered.com/rss.xml But it doesn't seem to understand rdf, rdf:RDF or rdf: as the parent tag. Anyone got any suggestions? |
Thanks for the hack ! It's very useful !
|
I noticed that too. I too have an rss link whose parent tag is RDF:rdf but also ends in xml.
Quote:
|
the dupe problem is still present :\
|
http://www.prowrestling.com/index.ph...n=other&id=rss
how do i add the 'main headlines' to it? EDIT: NM! works great! http://www.hulkforum.com/forum/forumdisplay.php?f=28 |
Quote:
http://prowrestling.com/php-bin/rss/....php%3Fid=news It should tell you what to do. |
hahah yeah i got it! i edited my post :)!
|
ok, please excuse my lame-ness, but I only understand things from an 'end user' perspective. Do I understand how this extension works?
- This works with the most recent version of VB - I can use it have posts from my WordPress blog, appear as posts in my vB in whatever forum I designate Did I get that right? If so, I am so in love with whomever created this. Love, love, love! :) |
If your Wordpress blog spits out RSS feeds, then sure, this will do that.
|
Quote:
A link to the feed, or all of the text in a specific article? |
I think it depends on what you configured to output in your RSS feed.
Check out one of my RSS Feed posts from Roger Ebert: http://www.trilliummud.com/holos/showthread.php?t=375 |
Sweet!... thank you sir..
|
I made kind of a hacky bounce script to solve the rdf:RDF problem.
It's probably better that the plugin is fixed but this will tide us over until then.. Make a php file with this in it.. Code:
<? |
need help
On update I get this While attempting to parse the document located at the system encountered the following error: The system could not find the "parent" tag you specified () Please check settings related to this issue. What need to be added to make this work Please tell me where and what to add in every box so I can learn from my mistake |
error on detect
|
another error playing around
Code:
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 |
I am lost
I have tried several different ways but nothing works I had it take the feed but no new posts |
fixed after playing around a bit
|
This script has the passed variables error that PHP 5.0.4 "fixed" and is also present in 5.0.5, resulting in the following error:
Code:
Fatal error: Only variables can be passed by reference in /path-snipped-by-ixian/htdocs/forums/includes/class_ffrss.php on line 371 Code:
$ThreadDM->setr('dateline', $this->get_dateline()); |
Amazing hack but i seem to have a problem with the links.
Every feed posted returns the link with the tags (as shown below) http://<br />http://www.someurl.com/feed.rss<br /> I use this code in the "Thread Post RSS Construct" window Code:
Published: {XML[pubDate]} |
Code:
[urI={XML[link]}]Read More...[/url] |
Was wondering how long it would take for someone to notice
Point was - the code is identical to the creators example. vB translates that bbcode into a link and hides the code behind the output. Original problem still unsolved |
I'm having a problem with duplicates now :(
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=289 |
Quote:
join the club. |
Well, thanks to The Geek, coder extraordinare of such addons as Geek Article System and Geek Mark, I got the variables problem fixed with PHP 5.0.5 and here's the thing - it might take care of the duplicate post problem some of you are experiencing as well.
In a nutshell, PHP 5.0.4 and above "fixed" a bug with passing variables as part of a string. You aren't supposed to be able to do that and in fact in a lot of cases it won't work if you do, but PHP previously wouldn't report an error message when it happened. Now it does and in fact stops the script from running further. This has caused some consternation as a lot of scripts which previously "worked" ended up breaking because of this fix, but in fact it's really a good thing long term since it exposes errors in code people never realized were there. Case in point, this script: With PHP 5.0.5 the class_ffrss.php file errors out with the message I posted earlier. The string in question is on line 371: Code:
$ThreadDM->setr('dateline', $this->get_dateline()); To fix this error, replace line 371 shown above with: Code:
$dateline = $this->get_dateline(); This works just fine for me and as an added bonus I have yet to see a duplicate post, although I can't guarentee this is the fix for that issue. And be sure to thank The Geek and vote for his hacks because that guy is a genius. :) |
edited the file as mentioned, gonna test it for dupes.....
works so far... forcing a feed update pulls zero new posts.... il try later, and post back here.... |
All times are GMT. The time now is 05:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|