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
  #82  
Old 12-22-2011, 02:43 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr.Danko Jones View Post
I am hoping to import multiple feeds simultaneously -- so if I have 100 ~ 1000 feeds, I'd like to just copy and paste the feeds in without having to manually add each one.

I was also hoping to grab all of my Youtube videos similarly with tags and all information if that's possible:

https://vborg.vbsupport.ru/showthread.php?t=275705
Ok I see i want that as well
I will think of adding that when I have sometime

Quote:
Originally Posted by jasonledford View Post
I still get the same database error. Can you send me the sql dump for the proper database structure for this please?
Your error is somewaht weird. It is saying that "cms_node" table is missing which is a must table that comes with the suite package.

Maybe you need to create some demo article and see if that is created.

Also your version is 4.1.7 why you don't upgrade.
Reply With Quote
  #83  
Old 12-23-2011, 12:13 AM
jasonledford jasonledford is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I actually upgraded the day that I had the first error, I am now running 4.1.9. I am getting the following error.

Code:
Database error in vBulletin 4.1.9:

Invalid SQL:
SELECT DB_contentid FROM cms_node WHERE nodeid = 578;

MySQL Error   : Table 'DB.cms_node' doesn't exist
Error Number  : 1146
Request Date  : Friday, December 23rd 2011 @ 01:52:58 AM
Error Date    : Friday, December 23rd 2011 @ 01:53:03 AM
I have no idea what is going on here?!?
Reply With Quote
  #84  
Old 12-23-2011, 12:32 AM
jasonledford jasonledford is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I figured it out, It is not recognizing my table prefix on my database tables.
Reply With Quote
  #85  
Old 12-23-2011, 12:45 AM
jasonledford jasonledford is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats exactly what the problem was. I created a new database, imported the old tables without the prefix, and it works like a dream. Thats what the problem was. Will you let me know when you update it to recognize table prefix so that I can use it in the future?

Thanks, and I hope my errors help you in a positive way.
Reply With Quote
  #86  
Old 12-23-2011, 02:35 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jasonledford View Post
I think I figured it out, It is not recognizing my table prefix on my database tables.
Quote:
Originally Posted by jasonledford View Post
Thats exactly what the problem was. I created a new database, imported the old tables without the prefix, and it works like a dream. Thats what the problem was. Will you let me know when you update it to recognize table prefix so that I can use it in the future?

Thanks, and I hope my errors help you in a positive way.
hmmm ok

I should take care of that.

Sure everyone hits installed button will be notified when this mod is updated.

Don't forget to hit install!!

Regards,
Reply With Quote
  #87  
Old 12-23-2011, 02:53 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good idea allowing rss feeds into the cms, this should be a core feature along with feeds into the blogs. The forums have had this option for ever.

Thanks for sharing
Reply With Quote
  #88  
Old 01-22-2012, 04:54 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon Sheley View Post
Good idea allowing rss feeds into the cms, this should be a core feature along with feeds into the blogs. The forums have had this option for ever.

Thanks for sharing
you are welcome
Reply With Quote
  #89  
Old 04-13-2012, 01:58 PM
wickedpuppy wickedpuppy is offline
 
Join Date: Apr 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry but one question. I have installed it. And then uninstalled it , for personal reason nothing to do with the software , but I am still seeing "RSS Feeds For CMS" on my left menu? How can I remove it? Thanks

*EDIT : In case someone else has the same question , what I did was to remove the two xml files from includes/xml , cpnav_rssfeeds_cms.xml and bitfield_rssfeeds_cms.xml.
Reply With Quote
  #90  
Old 04-16-2012, 05:40 AM
almannai almannai is offline
 
Join Date: Oct 2007
Posts: 889
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wickedpuppy View Post
Sorry but one question. I have installed it. And then uninstalled it , for personal reason nothing to do with the software , but I am still seeing "RSS Feeds For CMS" on my left menu? How can I remove it? Thanks

*EDIT : In case someone else has the same question , what I did was to remove the two xml files from includes/xml , cpnav_rssfeeds_cms.xml and bitfield_rssfeeds_cms.xml.
Ok ..

Thanks for sharing
Reply With Quote
  #91  
Old 04-24-2012, 06:26 PM
ZCDW9 ZCDW9 is offline
 
Join Date: Jan 2012
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have had this installed on my site for a few months. Lately it has started duplicating blog updates. I am slightly confused as to why this has started happening.
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 07:15 PM.


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.06176 seconds
  • Memory Usage 2,352KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (6)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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
  • 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