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)

VaaKo 10-20-2005 09:20 AM

anyone found the fix to the duplicated posts?

Totti 10-20-2005 04:37 PM

ho mate,

does this mean that if my news-script supports rss i can automatically create threads with this news inside with this extension?

NxTek 10-20-2005 05:14 PM

Can anyone get http://www.lasvegasvegas.com/pokerblog/index.xml working?

hillbilly_jim 10-21-2005 04:46 AM

Quote:

Originally Posted by NxTek

Code:

http://www.lasvegasvegas.com/pokerblog/index.xml
Parent RSS Tag Name: channel
Items RSS Tag Name: item
Thread Title RSS Tag Name Choose one of the following: title
Available RSS Post Construct Tags
{XML[title]}
{XML[description]}
{XML[link]}
{XML[guid]}
{XML[category]}
{XML[pubDate]}

This worked for me.

deathemperor 10-21-2005 09:57 AM

Quote:

Originally Posted by GrendelKhan{TSU
once I again.... tons of repeat questions....

PLEASE check this post:
OVERVIEW OF BUGS AND PROBLEMS
here:
https://vborg.vbsupport.ru/showpost....&postcount=342
post # 342

I'll try to keep it updated with the most common questions/problems.

That said....
in future maybe ppl could just link to that post for replies to common questions.

No, that'a not self-promotion, I don't get anything out of it besides not having to repeat myself and read the same questions over and over again. ;)

lata.

the problem is I have

CURL enabled

Code:

curl
CURL support        enabled
CURL Information        libcurl/7.13.2 OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13

but still I can't add ress feed url.

perhaps the author can answer this.

NxTek 10-21-2005 01:55 PM

Quote:

Originally Posted by hillbilly_jim
Code:

http://www.lasvegasvegas.com/pokerblog/index.xml
Parent RSS Tag Name: channel
Items RSS Tag Name: item
Thread Title RSS Tag Name Choose one of the following: title
Available RSS Post Construct Tags
{XML[title]}
{XML[description]}
{XML[link]}
{XML[guid]}
{XML[category]}
{XML[pubDate]}

This worked for me.

Yeah that's what I have except for my Construct Tags are
{XML[title]}
{XML[description]}
{XML[link]}

but it doesn't pull any new items :(

hillbilly_jim 10-21-2005 02:57 PM

Quote:

Originally Posted by NxTek
Yeah that's what I have except for my Construct Tags are
{XML[title]}
{XML[description]}
{XML[link]}

but it doesn't pull any new items :(

Did you go to Control Forum feed and update? It is the cleanest looking feed I have found I ddnt have any improper html items or anything. The cron job even pulled the feeds for me this morning.

jluerken 10-21-2005 05:36 PM

Hi, I installed this hack and had a small problem.

The NEW POSTS option from the navbar shows a long list with the posts from my RSS forum. I do not want this cause I only want message from users and not from RSS bots there.

I asked Andreas (KirbyDE) if he has an idea and he had (as always :D).

I want to share his solution with you.
@Zero Tolerance, maybe you can place this in the install description or the first post

Open your Plugin Manager and add a new Plugin (NOT Product)
Entry point is:
search_getnew_start
Code is:
PHP Code:

 $vbulletin->GPC['exclude'] .= (($vbulletin->GPC['exclude']) ? ',X' 'X'); 

where X is the forumid from the forum you want to exclude from the NEW POSTS search.

If you want to thank someone please thank Andreas.
He is my new vB guru :D

eoc_Jason 10-21-2005 06:36 PM

If you didn't want to make it a plugin, I believe you could modify your navbar and add the &exclude=x,y,z in the URL for it.

jluerken 10-21-2005 07:17 PM

Quote:

Originally Posted by eoc_Jason
If you didn't want to make it a plugin, I believe you could modify your navbar and add the &exclude=x,y,z in the URL for it.

...but then you have to do it for every style.
With a plugin you only need to do it once :D


All times are GMT. The time now is 06:27 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.01577 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_php_printable
  • (5)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