Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Rssfeeds for cms 4 VB4 Details »»
Rssfeeds for cms 4 VB4
Version: 1.0.4, by almannai almannai is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.8 Rating:
Released: 10-01-2011 Last Update: 12-07-2011 Installs: 50
DB Changes
Additional Files  
No support by the author.

vbfixer.com

Current version:
1.0.4


Review:
This mod allows VB4 owners to easily add an Rssfeed from you admincp where it has the option to target cms as a destination of the feeds. This mod is build and tested on 4.1.5 so it should work on this version or any versions afterwards. But it is not supported for any version after 4.1.8.

I build this mod because a lot of people where asking for it in several post here and there.

I tried my best to avoid file replacing in your forum so you will have no trouble when upgrading for newer vbulletin version so no worries.












03-10-2011: ver 1.0.1
  • -Bug fixed in 1.0.1

06-10-2011: ver 1.0.2
  • - "Invalid Action Specified" Bug when hitting run scheduled task now fixed in 1.0.2
  • - "Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /home/..../public_html/includes/cron/rssposter_cms.php" error when running RSS Poster Robot (CMS) fixed in 1.0.2

10-10-2011: ver 1.0.3
  • - Will not run if the forum is not set fixed in 1.0.3
  • - Publish problem fixed in 1.0.3




08-12-2011: ver 1.0.4
  • - bug: Imagepreview is not shown on articles section.
  • - Add option to remove backlink to our website from the articles.
  • - New feature add where to set to set the minimum number of words in the article to be inserted.(paid version only)
  • - New feature add where to filter articles using negative words.(paid version only)
Installation
: (Upload the files before installing the product)
1. Download plugin and unzip.
2. Upload all the contents of the "upload" directory to your forum root.
3. Login to your vBulletin admincp.
4. Open "Plugins & Products", and go to "Manage Products".
5. Click on "[Add/Import Product]".
6. Import the XML file that you download. Make sure you set "allow overwrite" to "yes" when updating. Best practice for updating this mod is by uninstalling the old version and installing the new one.
7. After installing go to your admincp you will find "RSS Feeds For CMS"
use it to add you rssfeeds for cms and select "Post Items as Articles" and set the target section of the article.

************************************************** **

Un-Installation:

1. Login to your vBulletin admincp.
2. Disable all the rssfeeds entries from admincp.
3. Delete all the rssfeeds entries from admincp.
4. Open "Plugins & Products", and go to "Manage Products".
5. Uninstall the product.
6. Remove all the files you upload to your website as follows
admincp/rssposter_cms.php
includes/cron/rssposter_cms.php
includes/xml/cpnav_rssfeeds_cms.xml
includes/xml/bitfield_rssfeeds_cms.xml
7. Done

************************************************** **



Demo:
http://last24tech.com/content.php

References:



To Do:






Observation:
  • This Hack have copyright ad at the bottom of the page (visit my website for instruction on how to remove it).

To Get Support:
  • Hit Mark as Installed from top right.
  • You have to put your website link.
  • If you include a screenshot you will get a better support.
Updated
The latest version can be downloaded from my website at vbfixer.com

Download Now

File Type: zip rssfeeds_cms.zip (15.1 KB, 306 views)

Screenshots

File Type: gif New Bitmap Image.gif (26.4 KB, 0 views)
File Type: gif rssfeedscms-2newfeatures.gif (18.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
chocolate angel, hitboy, ngphuc2k, Toorak Times

Comments
  #2  
Old 10-02-2011, 06:10 PM
mgcom's Avatar
mgcom mgcom is offline
 
Join Date: Apr 2009
Location: Dublin (Ireland)
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How much info will this pull into an article ?
Reply With Quote
  #3  
Old 10-03-2011, 04:15 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mgcom View Post
How much info will this pull into an article ?
This not related to the mod itself but to answer you question: that depends on how much information you want. More feeds more info. Also if you use for example
PHP Code:
{feed:description
you will get short description of the feeds it self
But if you used
PHP Code:
{rss:content:encoded
You will pull all the feed content

Again this depends on the source itself
Reply With Quote
  #4  
Old 10-03-2011, 06:53 AM
Fready Fready is offline
 
Join Date: Nov 2010
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Data Base error in the Admin CP when clicking on:
RSS Feed for CMS Manager:

Quote:
Database error in vBulletin 4.1.5:

Invalid SQL:

SELECT rssfeed.*, user.username, forum.title AS forumtitle, sections.title AS sectiontitle
FROM rssfeed AS rssfeed
LEFT JOIN user AS user ON(user.userid = rssfeed.userid)
LEFT JOIN forum AS forum ON(forum.forumid = rssfeed.forumid)
LEFT JOIN cms_nodeinfo AS sections ON(sections.nodeid = rssfeed.sectionid)
ORDER BY rssfeed.title;

MySQL Error : Unknown column 'rssfeed.sectionid' in 'on clause'
Error Number : 1054
Request Date : Monday, October 3rd 2011 @ 02:50:52 PM
Error Date : Monday, October 3rd 2011 @ 02:50:52 PM
Script : http://wwwxxxxx/admincp/rssposter_cms.php
Referrer : http://www.xxxxx/admincp/index.php?do=nav
IP Address : 124.120.3.57
Username : xxxxxxx
Classname : vB_Database
MySQL Version : 5.1.56-log
And yes I had uploaded every file in the Upload folder to the correct place/places.
Reply With Quote
  #5  
Old 10-03-2011, 10:29 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fready View Post
Data Base error in the Admin CP when clicking on:
RSS Feed for CMS Manager:


And yes I had uploaded every file in the Upload folder to the correct place/places.
Yes you are right

I forget to insert this column in the product

I will update it within an hour
Reply With Quote
  #6  
Old 10-03-2011, 10:57 AM
Fready Fready is offline
 
Join Date: Nov 2010
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please let us know once you have updated it.
Reply With Quote
  #7  
Old 10-03-2011, 11:37 AM
hitboy hitboy is offline
 
Join Date: Jan 2007
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awaiting update as well looking forward to this mod =)
Reply With Quote
  #8  
Old 10-03-2011, 12:13 PM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fready View Post
Please let us know once you have updated it.
Quote:
Originally Posted by hitboy View Post
Awaiting update as well looking forward to this mod =)
Ok done

Please try it now and let me know how it goes

If you uploaded the files before no need to upload it again the changes only in the produc xml installation file. So just uninstall the old product and install the new one.
Reply With Quote
  #9  
Old 10-03-2011, 05:22 PM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fready View Post
Please let us know once you have updated it.
Please let me know once you try it
Reply With Quote
  #10  
Old 10-06-2011, 05:18 AM
davio33 davio33 is offline
 
Join Date: May 2007
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant get it to work.

when trying manually I get this message

Quote:
Invalid Action Specified
if i go to Scheduled Task Manager and try to run it that way i get this message

Quote:
RSS Poster Robot (CMS)


Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /home/orinje/public_html/includes/cron/rssposter_cms.php on line 347
Reply With Quote
Reply


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:55 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.05179 seconds
  • Memory Usage 2,343KB
  • Queries Executed 24 (?)
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_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete