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 after4.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.
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
Check if bymistake you have two rss entries having same source, cause I'm using same mod and it is not doing this. To make sure disable all ss and only activate one of them.
I didn't told you to re-install the mod the installation is ok. No need to re-install the product cjust check uploaded files.
dude I'm tring to help here and doing this for the community for free, so at least use a better language...
Pretty Please, will you offer a worthwhile suggestion? Something other than "you didn't install it" or "you don't have the files in the correct place".
After running for 24 hrs I could not find any duplicates, but I saw some posts on vbulletin complaining about duplicates posts from standard rssfeeds.
This can be overcome by using "Delete Duplicate Threads " from time to time..
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 : Table 'mkanznet_rsss4.cms_nodeinfo' doesn't exist
Error Number : 1146
Request Date : Saturday, November 26th 2011 @ 12:36:49 PM
Error Date : Saturday, November 26th 2011 @ 12:36:49 PM
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 : Table 'mkanznet_rsss4.cms_nodeinfo' doesn't exist
Error Number : 1146
Request Date : Saturday, November 26th 2011 @ 12:36:49 PM
Error Date : Saturday, November 26th 2011 @ 12:36:49 PM
MySQL Version : 5.0.51b-community-nt-log
My friend have you downloaded the mod from here or from someother place?or have you edited the mod?
The error is saying there is no 'mkanznet..' table and the mod dose not use such table!