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)

Dream 09-14-2005 06:05 PM

Quote:

Originally Posted by Jenta
tried it and didnt work for me :(

you gotta make both changes from both posts I made jenta

Vizionz 09-15-2005 03:01 AM

Quote:

Originally Posted by FASherman
I think the real problem is the way VB.Org manages hacks. If I were to take this code, find the problem and re-release it, I'd get jumped all over, asking if I received permission.

What we have is a buggy hack that has been orphaned. The author hasn't been around to fix it and hasn't shown any signs of doing so, age or any other personal issue not withstanding. The hack clearly indicates that it isn't supported, so there is no reasonable expectation that anything ever will get fixed.

There should be a way for someone interested in fixing and supporting a hack to take it over. A released hack filled with bug and logic errors with no support isn't a hack at all.

all u have to do is contact a hacker and ask if you can help the real problem with rereleasing hacks is that people tend to take full credit for the hack.

and there is no need to rerelease the code you can attach your fixes already to the post. or add the coding necessary to fix the problem.

then when the hacker notices the additions he will accknowledge your help ya know

SEbasic 09-15-2005 03:00 PM

(I think this is the right place to post this)

Sorry for reviving this old thread...

I've been getting my head around this Mod over the last few hours, and at one point actually had it working well.

The only problem I initially, is that the DB Table wasn't created automatically, so I did it by hand (Not really a big deal, but clearly not how it's supposed to work).

After a few hours of playing around with it, I managed to succesfully syndicate my first 10 posts, and the results were good, but needed tweaking...

So I edited the way the feed was presented and was happy that it would look the way I wanted.

Now, I'm in the situation that the actual RSS settings don't seem to be logged by vB...

I can go into the DB and see the records there, but for whatever reason when I go into the admincp and attempt to manually update the feed or edit the settings, all the work I've done is no longer there.

It's a really weird one, because like I say, I can see the entries in the DB, they just don't seem to be recognised in the vB back end.

Have you got any idea why this might be?

As a side note, many of the titles have got HTML formatting in them, which output, completly unparsed in the post title after the feed is syndicated (I have HTML switched on in these categories).

Again, sorry for dragging up the old(ish) thread, but I would *love* to have this working, as I've been looking for something like this for a while...

Cheers, and I hope someone can point me in the right direction.

Oliver

(added)
Just for the record, this is the error message I recieve when I try to update the feed.

While attempting to parse the document located at "FEED URL HERE" the system encountered the following error:
The system could not find the "parent" tag you specified ()

Please check settings related to this issue.

thetoolman 09-15-2005 08:53 PM

Hi

I'm having a problem with the construct box field.. when i enter a link so it links to the whole story page on the original news site, it deletes all the settings after i submit. This is what i'm using:

<b>{XML[title]}</b>

{XML[description]}
<b>Date: {XML[pubDate]}</b>

<a href="{XML[link]}">Read Entire Article</a>

How am i supposed to link to the site?
any ideas?

thetoolman 09-21-2005 01:49 PM

anyone? it works by using just {XML[link]} but not in a link tag.

thetoolman 09-22-2005 08:46 PM

not to worry, i've worked it out.

Carl Anderson 09-23-2005 05:37 AM

@Dream Thanks this did get it to parse my urls - worked like a charm.. I put both of your messages together below.. Make it easier to follow ...


Edit: class_ffrss.php

Find and replace

PHP Code:
PHP Code:

$newpost['message'] = $message

To

PHP Code:
PHP Code:

$newpost['message'] = convert_url_to_bbcode($message); 


added

PHP Code:

require_once(DIR '/includes/functions_newpost.php'); 

after

PHP Code:

require_once(DIR '/includes/functions_databuild.php'); 


One other thing someone was asking how not to exclude these posts in new posts or todays posts - do this.. if you have rss feeds in 16 15 and 23

just add &exclude=6,15,23 to the end of the do=getnew url and it'll exlude the forums with the forumids 6, 15 and 23.

Thanks Zero another great hack...

hardgainer 09-23-2005 11:08 AM

Quote:

Originally Posted by Carl Anderson
One other thing someone was asking how not to exclude these posts in new posts or todays posts - do this.. if you have rss feeds in 16 15 and 23

just add &exclude=6,15,23 to the end of the do=getnew url and it'll exlude the forums with the forumids 6, 15 and 23.

Thanks Zero another great hack...

Can you clarify this just a little more please?

Do you modify the NavBar template for this or an actual file?

Thanks,

trancetopia 09-23-2005 11:54 AM

Has anyone managed to fix the "Invalid URL To RSS Feed Given" issue yet?

The URLs are correct, it's not accepting anything when manually adding feeds or using the autodetect function.

Are there some prequisits that I need to enable on my server before this can work?

yitzklein 09-23-2005 01:32 PM

I need help? I'm getting duplicate threads.


All times are GMT. The time now is 09:30 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.01586 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_php_printable
  • (3)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