Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
RSS items as posts Details »»
RSS items as posts
Version: 0.6, by zCarot zCarot is offline
Developer Last Online: May 2020 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.7.6 Rating:
Released: 04-23-2008 Last Update: 06-27-2008 Installs: 99
DB Changes Uses Plugins
Re-useable Code Code Changes Additional Files Translations  
No support by the author.

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 06-30-2008, 04:27 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it will work on 3.7.2?
Reply With Quote
  #53  
Old 06-30-2008, 06:15 AM
zCarot's Avatar
zCarot zCarot is offline
 
Join Date: Jul 2007
Location: Lol'sk
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<font color="DarkSlateBlue">Goomzee
I have not tested, but why not?</font>
Reply With Quote
  #54  
Old 07-05-2008, 10:36 AM
Kagemaru Kagemaru is offline
 
Join Date: Apr 2004
Location: Basel, Switzerland
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea for a hack!

[high]* Kagemaru installs[/high]

Edit: some problems I've encountered:

Code:
Then FIND: 

	print_description_row('<label for="rb_itemtype_thread"><input type="radio" name="itemtype" value="thread" id="rb_itemtype_thread"' . $checked['itemtype']['thread'] . "  />$vbphrase[post_items_as_threads]</label>", false, 2, 'thead', 'left', 'itemtype');

Add this AFTER:

	($hook = vBulletinHook::fetch_hook('zrssposts_admincp')) ? eval($hook) : false;
should actually be "Add BEFORE:" or you get very weird results. =P (at least on 3.7.2)

and in the AdminCP, you have the option:
Code:
Unstick old thread
but no option to sticky the thread.

Also it seems that the first title in the post is cut off (only the description shows). I don't know if that's only in the very first post or if it happens with every new post yet though.
Reply With Quote
  #55  
Old 07-06-2008, 11:24 AM
wouta wouta is offline
 
Join Date: Jan 2008
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe a stupid qeustion. But where can i find the settings in the admincp for this mod ?

Nevermind i had some cach problems...
Reply With Quote
  #56  
Old 08-10-2008, 04:05 PM
stuartn stuartn is offline
 
Join Date: Apr 2006
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It ran once then even though it say's itss running its doing nothing....no threads updating !! or new ones being created so I'm lost here
Reply With Quote
  #57  
Old 08-10-2008, 04:29 PM
stuartn stuartn is offline
 
Join Date: Apr 2006
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've found in the task log that even though I keep telling it to run its not actually running the cron. !!
Reply With Quote
  #58  
Old 08-28-2008, 08:44 AM
daddel80 daddel80 is offline
 
Join Date: Jan 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way of getting the WHOLE list of the RSS Feed. VB only passes the new or changed topics. As i want to read a complete Top Ten list i'm getting always gaps in the numeration.

Is it possible to implement this in this hack as an additional function?
Reply With Quote
  #59  
Old 09-03-2008, 11:10 PM
birdie birdie is offline
 
Join Date: Aug 2007
Location: Australia
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this mod! use it to bring RSS feed from eBay with my affiliate code. It works find on one site (vB 3.6 still); but just installed it on another site (3.7) and work fine, except the content of each message is posted to the right! (see attached).

I not sure if the problem is
1. Could be the nature of the feed from eBay (I can change what options is provided by eBay - but that is a lot of leg work and would rather get some quick input before going through that process)

2. Could be a problem with the skin? (other posts on the forum that come via RSS and are posted as new thread are not a problem - but they also not from eBay)

3. Did I do something wrong with this mod?

Anyone with an idea would be much appreciated.
Reply With Quote
  #60  
Old 09-03-2008, 11:35 PM
birdie birdie is offline
 
Join Date: Aug 2007
Location: Australia
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I probably should ask that the above message be deleted to avoid making a fool of myself, but then others might have the same problem....

I set the posts to moderate first as there is some rubbish on ebay. The posts look normal after I approved them!. .... talk about a duh! moment.
Reply With Quote
  #61  
Old 09-04-2008, 10:28 AM
TalkPhotography's Avatar
TalkPhotography TalkPhotography is offline
 
Join Date: May 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

zCarot, thanks for this, duly installed.

However, in the AdminCP / RSS Feed Manager, I select "Post items as posts", enter all the details, click save..

All the details are still there, except it reverts to the option "Post items as threads" instead., and just wont save my choice there.

Any ideas?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:38 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05408 seconds
  • Memory Usage 2,302KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete