vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - RSS items as posts (https://vborg.vbsupport.ru/showthread.php?t=177034)

zCarot 04-23-2008 10:00 PM

RSS items as posts
 
NAME: RSS items as posts v0.6
DESCRIPTION: RSS items are added as the posts of the choosen topic.
AUTHOR and IDEA: zCarot (www.zcarot.com)
INSTALLATION TIME: 2-5 minutes
DIFFICULTY: average

YOU CAN DOWNLOAD IT HERE: https://vborg.vbsupport.ru/showthread.php?t=261003

--------------------------------- DESCRIPTION ---------------------------------

By default vBulletin 3.6, 3.7, 3.8, 4.0 and 4.1 can import RSS elements as threads and announcements.
This mod allows you to import them as messages as well!
It can be convenient for RSS with the important information which doesn't required to be discussed.

----------------------------------- REMARKS -----------------------------------

If the thread ID does not set, than the name of RSS feed will be the used as title of the topic.
If the topic still does not exist in the specified forum, it will be created with first item of RSS.
Practically all adjustments for display of RSS items as topics will influence on their display as posts.

---------------------------- INSTALL & UPGRADE ----------------------------

See at readme.txt

------------------------------------ HISTORY -----------------------------------

0.6 (2011/03/27)
- Small fix for full support of vBulletin 4.0.x and 4.1.x
- NEW: Support for reversing order of RSS feed
- FIXED: DB error with merging posts

YOU CAN DOWNLOAD IT HERE: https://vborg.vbsupport.ru/showthread.php?t=261003

gwerzal 04-24-2008 12:51 PM

Very useful. Will have a play with it later

KURTZ 04-24-2008 01:09 PM

demo, shots? nothing? :)

atrljoe 04-24-2008 01:39 PM

Thanks Been Waiting For This :)

zCarot 04-24-2008 01:43 PM

<font color="DarkSlateBlue">KURTZ
Ok. Screenshots in first post</font>

atrljoe 04-24-2008 01:57 PM

Is there any way to make it so that all the RSS feed info is published into one Post? Then it just creates a new post the next time it gets the RSS Feed? Is this possible?
Thanks I luv the hack!!!

zCarot 04-24-2008 02:04 PM

<font color="DarkSlateBlue">atrljoe
Good idea. I will add this function in next version.</font>

iogames 04-24-2008 03:10 PM

I'm PMing you :)

bugzy 04-24-2008 03:29 PM

wonder if RSS could turn into new threads

then you can setup a forum for CMPS VB Advanced as news articles on the front page

furst 04-24-2008 04:00 PM

I've been waiting for something like this forever. Thanks a bunch.

Jasem 04-25-2008 07:37 AM

useful. Thanx

kollam003 04-30-2008 09:05 AM

can we get the full messgaes from the Feeds other than quoting Read for More.....

zCarot 05-01-2008 10:12 AM

kollam003
If you are using RSS feed from vBulletin forums then try to add "&fulldesc=1" to the end of the link.
For example:
http://www.vbulletin.com/forum/exter...s=1&fulldesc=1

thompson 05-01-2008 12:08 PM

i think it doesnt work with vbseo. it dont accept the thread id.

peterska2 05-06-2008 11:49 PM

Nice idea. It doesn't work properly on my site though. :(

I want to specify thread id's starting from 2722286 but the max that can be specified is 65535 so it is posting everything from all my feeds into one thread. Looking into the possibility of fixing this now though, if I get a fix I'll post it up in case anyone else has similar issues.

[edit 1]
I've changed the threadid field in the rssfeed table added by this product to an INT(11). I'll report back if this gets it working.

[edit 2]
Yup - that worked. I suggest you update the installation query in the XML to make the field an INT(11) instead so that it will work for people with larger forums/more threads than 65535

dcw 05-08-2008 04:33 AM

Hmm some reason it is missing the admincp\rssposter.php or atleast in what I just downloaded there isn't one in it, I downloaded 3tiems and stilll nothing. I just get the include folder.

TheInsaneManiac 05-08-2008 09:17 PM

Anyway to make the More thing go away and just post the whole topic instead of a More link?

jerrygad 05-09-2008 12:09 PM

Quote:

Originally Posted by dcw (Post 1512334)
Hmm some reason it is missing the admincp\rssposter.php or atleast in what I just downloaded there isn't one in it, I downloaded 3tiems and stilll nothing. I just get the include folder.

It is not in his zip file, but you can find it in your admincp\rssposter.php, I think.

netzrate 05-18-2008 08:23 AM

Works fine!
Thank you :)

peterska2 05-18-2008 12:12 PM

One request that would make this perfect:

- Start a new thread after x replies

Also, a bug:

- If the threadid is set to 0 and the RSS bot runs two or more feeds at the same time it jumbles the replies with the other feeds running at the same time. It doesn't set a threadid in these cases and continues for ever jumbling the posts with other threads created by other feeds. In these cases the forum settings for the feeds are also ignored.

zCarot 05-18-2008 12:32 PM

Kerry-Anne
Thanks. The new version will be not earlier than in 10 days (examinations :( )

peterska2 05-18-2008 12:42 PM

Cheers zCarot :D

I'm looking forward to it - you would not believe how much of a godsend this is for me.

vmacedonia 05-23-2008 10:47 PM

Very, very useful.
Thanks, installed.

zCarot 05-24-2008 12:16 PM

0.5.1 (2008/05/24)
- FIXED: another bug when thread ID was not set up, or thread ID = 0 (thx. Kerry-Anne)

0.5 (2008/05/24)
- NEW: now you have an option to merge many RSS items to one post (atrljoe's idea)
- NEW: now you have an option to close old thread after X posts (Kerry-Anne's idea)
- FIXED: if you choose "preview" or you have some errors in settings then your thread ID is set up to 0
- FIXED: if thread ID was not set up, or thread ID = 0, then mod will not work sometimes
- FIXED: bug then thread ID > 65535 (thx. Kerry-Anne)

TheInsaneManiac 05-24-2008 03:51 PM

Anyway to make the More thing go away and just post the whole topic instead of a More link?

zCarot 05-24-2008 04:23 PM

<font color="DarkSlateBlue">TheInsaneManiac
Script take all content from RSS feed. Link "more" is just a link from RSS feed from field named 'link'. If you want to take more, then you need a RSS feed with more info.</font>

peterska2 05-31-2008 12:37 AM

Perfect! It's running a dream for me now.

I'm one very happy bunny right now :)

luckid 05-31-2008 08:28 AM

Little answer... how to add ( parametr ) rss on vb :-(

tnx in advance... luckid

Roi Danton 06-02-2008 08:27 PM

Works excellent! :up:

red-dna 06-13-2008 08:37 PM

Great Mod !
I will install it soon

Chicken Racer 06-13-2008 10:25 PM

Ive been using a similar feed and unable to find full feeds.
Any one know of full feeds sites?

Please do not start the partial vs full feed debate..lol

hobbybox 06-17-2008 01:43 PM

I just cant see what this does that the regular RSS feed doesnt do...can anyone clarify?

slabuda 06-18-2008 03:09 PM

I am receivin this error after installing this MOD.

Code:

Fatal error: Cannot pass parameter 2 by reference in /home/consili/public_html/home/forums/includes/cron/rssposter.php(311) : eval()'d code on line 95

Aden 06-18-2008 05:00 PM

Not working.. apparently i dont have a ffrss.php file?

intrigue 06-18-2008 05:38 PM

Although i have this set to threads it still posts the RSS feeds as i item per post in 1 thread labelled with the label that i set the feed to.

Please can you tell me how i set it to threads other then simply setting it on the radio control button as this has me confused

Thanks

matt

intrigue 06-18-2008 05:39 PM

cant remember it asking for ffrss.php aden?

jipjip 06-19-2008 07:20 PM

<a href="http://freeastroempires.co.uk/forumdisplay.php?f=31" target="_blank">http://freeastroempires.co.uk/forumdisplay.php?f=31</a>

dosnt seem to work

deneme2 06-20-2008 03:19 PM

thanks

pcoskat 06-21-2008 06:20 PM

I just want to make sure I understand this mod...

If I have it installed, and do NOT set a thread # for a particular feed, then posts from that feed will always start a new thread - is that correct?

I'm asking because I have one forum that I want each post to be a new thread, and another where the feed items should post to the same thread - this is possible, yes?

eta

From the OP:

Quote:

----------------------------------- REMARKS -----------------------------------

If the thread ID does not set, than the name of RSS feed will be the used as title of the topic.
On my site, I do not have this mod installed, however, the "name of the rss feed" is not used at the title topic. Instead the name of the 'feed item' is used. How are you getting the actual 'feed name' to be used as the topic title?

I posted about this here, and on vBulletin.com: https://vborg.vbsupport.ru/showthread.php?t=183141

zCarot 06-22-2008 02:48 PM

Quote:

Originally Posted by pcoskat (Post 1555569)
If I have it installed, and do NOT set a thread # for a particular feed, then posts from that feed will always start a new thread - is that correct?

Nope. In this case the forum will check up, whether there is a thread with the specified name in this forum. If is not present, he will create it.
Quote:

Originally Posted by pcoskat (Post 1555569)
I'm asking because I have one forum that I want each post to be a new thread, and another where the feed items should post to the same thread - this is possible, yes?

Yes, it is possible. By default the forum gives two variants: to post as the announcement and as themes. The given module simply adds the third variant - to post as the post of the thread.
Quote:

Originally Posted by pcoskat (Post 1555569)
On my site, I do not have this mod installed, however, the "name of the rss feed" is not used at the title topic. Instead the name of the 'feed item' is used. How are you getting the actual 'feed name' to be used as the topic title?

This function extends only on this module.


All times are GMT. The time now is 05:20 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.01466 seconds
  • Memory Usage 1,810KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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