View Full Version : Add-On Releases - Rssfeeds for cms 4 VB4
almannai
10-01-2011, 10:00 PM
vbfixer.com (http://vbfixer.com/viewtopic.php?f=4&t=1382)
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 (http://vbfixer.com/ucp.php?mode=login) 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 (http://vbfixer.com/viewtopic.php?f=4&t=1382)
mgcom
10-02-2011, 06:10 PM
How much info will this pull into an article ?
almannai
10-03-2011, 04:15 AM
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
{feed:description}
you will get short description of the feeds it self
But if you used
{rss:content:encoded}
You will pull all the feed content
Again this depends on the source itself
Fready
10-03-2011, 06:53 AM
Data Base error in the Admin CP when clicking on:
RSS Feed for CMS Manager:
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.
almannai
10-03-2011, 10:29 AM
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
Fready
10-03-2011, 10:57 AM
Please let us know once you have updated it.
hitboy
10-03-2011, 11:37 AM
Awaiting update as well looking forward to this mod =)
almannai
10-03-2011, 12:13 PM
Please let us know once you have updated it.
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.
almannai
10-03-2011, 05:22 PM
Please let us know once you have updated it.
Please let me know once you try it
davio33
10-06-2011, 05:18 AM
I cant get it to work.
when trying manually I get this message
Invalid Action Specified
if i go to Scheduled Task Manager and try to run it that way i get this message
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
almannai
10-06-2011, 05:33 AM
I cant get it to work.
when trying manually I get this message
Invalid Action Specified
if i go to Scheduled Task Manager and try to run it that way i get this message
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
You need to upgrade your vbulletin version to 4.1.5 or higher
davio33
10-06-2011, 05:35 AM
You need to upgrade your vbulletin version to 4.1.5 or higher
thanks for your reply
im at 4.1.6
almannai
10-06-2011, 05:44 AM
thanks for your reply
im at 4.1.6
ok one moment please I will check it out
almannai
10-06-2011, 05:51 AM
ok one moment please I will check it out
ok
open "rssposter_cms.php" in include/cron directory
find
convert_wysiwyg_html_to_bbcode
replace it with
$html_parser->parse_wysiwyg_html_to_bbcode
or upload the files from the thread after I update the mod for ver 1.0.2
hitboy
10-06-2011, 12:37 PM
I havent been able to get this to work yet when i try to pull content nothing happens. I tried with multiple rss feeds.
Also is there anyway to do this for category and not just the section?
almannai
10-06-2011, 02:06 PM
I havent been able to get this to work yet when i try to pull content nothing happens. I tried with multiple rss feeds.
Also is there anyway to do this for category and not just the section?
No worries Just give it sometime maybe there is no new feeds; it will work.
Or add new feed as test from new high quality source.
For category thing not on this version but may be in the next update.
Give it sometime try it and let us know how it goes
If you still have trouble try to disable "RSS Poster Robot" task
Updated
Ok I found a nother bug:
When setting your feed you need to set the forum name to any forum it does not matter as it will be inserted as an article in the section you choose.
This is a temporary overcome until I update the mod.
hitboy
10-06-2011, 06:26 PM
Updated
Ok I found a nother bug:
When setting your feed you need to set the forum name to any forum it does not matter as it will be inserted as an article in the section you choose.
This is a temporary overcome until I update the mod.
Looks like this was the problem. Works fine now. The only thing now is I wish this mod would do this for categories as it wont really be useful for me until then.
almannai
10-07-2011, 05:12 PM
Looks like this was the problem. Works fine now. The only thing now is I wish this mod would do this for categories as it wont really be useful for me until then.
You can get the last update from my website at
http://vbfixer.com/viewtopic.php?f=4&t=1840
davio33
10-08-2011, 02:12 AM
this is an awesome mod. Nominated for mod of the month.
I filled out the form on your site for a branding free version, hope to hear from you soon
almannai
10-08-2011, 10:01 AM
this is an awesome mod. Nominated for mod of the month.
I filled out the form on your site for a branding free version, hope to hear from you soon
What is the website address you entered in the order form?
claystation
10-11-2011, 09:47 PM
Is there a way to moderate the feed into the cms?
almannai
10-12-2011, 04:47 AM
Is there a way to moderate the feed into the cms?
Yes you can set it to not publish.
sweetpotato
10-12-2011, 10:03 AM
Is this possible to make a forum as destination for feed?
almannai
10-12-2011, 10:39 AM
Is this possible to make a forum as destination for feed?
of course
you set the forum name then select post item as thread
https://vborg.vbsupport.ru/attachment.php?attachmentid=133405&d=1317579889
sweetpotato
10-13-2011, 06:07 AM
Thank you very much for the nice Mod and your kind help. It saves me a lot of time to build content for my site
clutchthese
10-14-2011, 08:20 PM
All i get in ACP is a 404 error when clicking on the rss on cms link.
I'm on 4.1.5
almannai
10-15-2011, 05:24 AM
Thank you very much for the nice Mod and your kind help. It saves me a lot of time to build content for my site
:)
All i get in ACP is a 404 error when clicking on the rss on cms link.
I'm on 4.1.5
This means you didn't upload all the files to their correct places
joerod77
10-15-2011, 03:36 PM
Its not letting me import the product, says "Invalid File Specified"
joerod77
10-15-2011, 03:41 PM
I also notice there's a database error:
Database error in vBulletin 4.1.7:
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
almannai
10-15-2011, 03:56 PM
Its not letting me import the product, says "Invalid File Specified"
I also notice there's a database error:
Database error in vBulletin 4.1.7:
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
If you don't install the product you will get database error
Just follow the installation steps
joerod77
10-15-2011, 04:17 PM
I followed these directions:
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.
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.
almannai
10-15-2011, 04:32 PM
I followed these directions:
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.
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.
more details
Import the Rssfeeds_cms_product_1.0.3.xml file through your Acp->Plugins & Products->Manage Products->[Add/Import Product]->EITHER upload the XML file from your computer. Click the browse button, locate the mod xml file (Rssfeeds_cms_product_1.0.3.xml) and hit the Import button. This file is located outside the upload folder
davio33
10-16-2011, 09:07 AM
I dont know if its this product, or just how VB works, but it is grapping feeds and then grapping the same feeds again, which results in duplicate articles. Is there a way to make it not grap the same content twice?
Its not the rss feeds im fetching that have duplicate content, but when the rss for cms bot goes to the rss feed, it will take feeds that it already posted and post them again
almannai
10-16-2011, 10:10 AM
I dont know if its this product, or just how VB works, but it is grapping feeds and then grapping the same feeds again, which results in duplicate articles. Is there a way to make it not grap the same content twice?
Its not the rss feeds im fetching that have duplicate content, but when the rss for cms bot goes to the rss feed, it will take feeds that it already posted and post them again
Could you please disable the "RSS Poster Robot" task and let us know if that fix it
chocolate angel
10-16-2011, 04:30 PM
thank you for this mod! :)
davio33
10-16-2011, 04:58 PM
Could you please disable the "RSS Poster Robot" task and let us know if that fix it
The "RSS Poster Robot (CMS)", disable that? Then run it manually?
Thanks for your reply
almannai
10-16-2011, 05:04 PM
The "RSS Poster Robot (CMS)", disable that? Then run it manually?
Thanks for your reply
No no no
Not "RSS Poster Robot (CMS)" task
The one to disable is "RSS Poster Robot " task
hakkuo23
10-16-2011, 05:07 PM
Will there be support so I could add 3 RSS feeds and each goes to its own section?
EDIT:
nvrmnd :D
almannai
10-16-2011, 05:30 PM
Will there be support so I could add 3 RSS feeds and each goes to its own section?
EDIT:
nvrmnd :D
you figured it out :cool:
davio33
10-16-2011, 06:01 PM
No no no
Not "RSS Poster Robot (CMS)" task
The one to disable is "RSS Poster Robot " task
OK, I already had that disabled
clutchthese
10-17-2011, 12:49 AM
:)
This means you didn't upload all the files to their correct places
Really? cause, yes i did.
almannai
10-17-2011, 05:14 AM
OK, I already had that disabled
Does that help you with the prob you are getting?
Really? cause, yes i did.
do this works?
http://yourdomain.com/admincp/rssposter_cms.php
Did you renamed your admincp to something else?
davio33
10-17-2011, 07:14 AM
Does that help you with the prob you are getting?
No. The rssfor cms bot will grab content from a feed and post it, then go back and grap the same content and post it again. The defualt VB rssbot doesnt do this. Perhaps there is something simple missing in the rssforcms bot code which is in the defualt rssbot.
clutchthese
10-17-2011, 10:18 AM
Does that help you with the prob you are getting?
do this works?
http://yourdomain.com/admincp/rssposter_cms.php
Did you renamed your admincp to something else?
No, it doesn't work. I've uninstalled it and reinstalled it about three times. I've deleted the files and reinstalled them the same amount. Went back meticulously made sure they were in the correct folder. I'm at a loss.
As a caveat, when i uninstall the mod, the admincp link (on left bar) stays. it doesn't get deleted. So i'm assuming something is messed.
almannai
10-17-2011, 10:55 AM
No. The rssfor cms bot will grab content from a feed and post it, then go back and grap the same content and post it again. The defualt VB rssbot doesnt do this. Perhaps there is something simple missing in the rssforcms bot code which is in the defualt rssbot.
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.
No, it doesn't work. I've uninstalled it and reinstalled it about three times. I've deleted the files and reinstalled them the same amount. Went back meticulously made sure they were in the correct folder. I'm at a loss.
As a caveat, when i uninstall the mod, the admincp link (on left bar) stays. it doesn't get deleted. So i'm assuming something is messed.
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.
If this is not working
http://yourdomain.com/admincp/rssposter_cms.php
this means you didn't upload the files correctly to its locations
BTW the left pan will change only after you delete the uploaded files.
davio33
10-17-2011, 06:58 PM
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 checked everything, including if the rss feed itself had duplicate content. Basically it is grapping some content twice. Thanks for your help
almannai
10-18-2011, 02:48 AM
I checked everything, including if the rss feed itself had duplicate content. Basically it is grapping some content twice. Thanks for your help
Try it on another rss source (link)
Also if you can send to me the rss link and your settings so I can test it on my site
Nice mod! Anyway that I can post to an article AND a forum threw the same feed?
almannai
10-18-2011, 05:16 AM
Nice mod! Anyway that I can post to an article AND a forum threw the same feed?
I doubt this is possible since each feed is logged so it will not be inserted again.
davio33
10-18-2011, 07:49 AM
Try it on another rss source (link)
Also if you can send to me the rss link and your settings so I can test it on my site
Thanks for the reply.
I have tried different setting, such as setting the amount to grap from 0 to 5 etc.
Here is one rssfeed. The duplication is random, so you might have to run it for a good twenty fours hours to see the duplication results im getting
http://www.rssmix.com/u/2400416/rss.xml
Thanks again.
clutchthese
10-18-2011, 01:50 PM
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.
If this is not working
http://yourdomain.com/admincp/rssposter_cms.php
this means you didn't upload the files correctly to its locations
BTW the left pan will change only after you delete the uploaded files.
I know you didn't tell me to reinstall it. But i did.
I've also made sure that i've uploaded the files correctly. Any worthwhile suggestions?
https://vborg.vbsupport.ru/external/2011/10/34.png
almannai
10-18-2011, 02:42 PM
Thanks for the reply.
I have tried different setting, such as setting the amount to grap from 0 to 5 etc.
Here is one rssfeed. The duplication is random, so you might have to run it for a good twenty fours hours to see the duplication results im getting
http://www.rssmix.com/u/2400416/rss.xml
Thanks again.
Ok I will check it out
I know you didn't tell me to reinstall it. But i did.
I've also made sure that i've uploaded the files correctly. Any worthwhile suggestions?
https://vborg.vbsupport.ru/external/2011/10/34.png
dude I'm tring to help here and doing this for the community for free, so at least use a better language...
clutchthese
10-18-2011, 05:02 PM
Ok I will check it out
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".
Thank you kindly. :)
almannai
10-19-2011, 12:41 PM
Thanks for the reply.
I have tried different setting, such as setting the amount to grap from 0 to 5 etc.
Here is one rssfeed. The duplication is random, so you might have to run it for a good twenty fours hours to see the duplication results im getting
http://www.rssmix.com/u/2400416/rss.xml
Thanks again.
Sorry for the delay I will check it soon!
almannai
10-20-2011, 12:25 PM
Thanks for the reply.
I have tried different setting, such as setting the amount to grap from 0 to 5 etc.
Here is one rssfeed. The duplication is random, so you might have to run it for a good twenty fours hours to see the duplication results im getting
http://www.rssmix.com/u/2400416/rss.xml
Thanks again.
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..
scfhs
11-26-2011, 07:37 PM
Database error in vBulletin 4.1.8:
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 : 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
scfhs
11-26-2011, 07:38 PM
admincp/rssposter_cms.php on line 392
almannai
11-27-2011, 05:09 AM
Database error in vBulletin 4.1.8:
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 : 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!
admincp/rssposter_cms.php on line 392
Where do you see this error?
scfhs
11-27-2011, 09:07 AM
Can I give you the login information for the control panel until you see yourself
almannai
11-27-2011, 01:55 PM
Can I give you the login information for the control panel until you see yourself
Ok I will be more than happy to help.Please pm the login's
I have noticed that the preview images don't show up in the created articles unless you go into each one indvidually and save the articles one at a time. Please help.
Loversama
11-28-2011, 11:46 AM
I have noticed that the preview images don't show up in the created articles unless you go into each one indvidually and save the articles one at a time. Please help.
I have noticed this bug also, its pretty important as my Articles are all about the images :D
Also this other RSS
<g4:image>
<g4:imgtitle><![CDATA[Skyrim Alchemy Guide -- The Potions, Poisons And Ingredients Of The Elder Scrolls 5]]></g4:imgtitle>
<g4:imgwidth>0</g4:imgwidth>
<g4:imgheight>0</g4:imgheight>
<g4:imglink><![CDATA[http://www.g4tv.com/thefeed/blog/post/718598/skyrim-alchemy-guide-the-potions-poisons-and-ingredients-of-the-elder-scrolls-5/]]></g4:imglink>
<g4:imgurl><![CDATA[http://files.g4tv.com/ImageDb3/288564_S/skyrim-alchemy-guide-the-potions-of-the-elder-scrolls-5.jpg]]></g4:imgurl>
</g4:image>
How would I go about displaying the image files from the XML?
I have tried {feed:g4:imdurl} but no luck ^___^
scfhs
11-29-2011, 06:47 AM
Ok I will be more than happy to help.Please pm the login's
I want to thank you for support and I knew the problem and worked to resolve it Thanks
CoZmicShReddeR
12-04-2011, 02:55 AM
Why in the world does this mod hijack my forums rss which is from vbulletin which I loaded feeds up way before I installed this crap and add a links to your website??? No warnings anywhere here stating it was going to post links back to your website??? WHY?
Now please explain to me now there are about 300+ links back to your website can I remove it from my forums without having to edit every post??
almannai
12-04-2011, 03:12 AM
Why in the world does this mod hijack my forums rss which is from vbulletin which I loaded feeds up way before I installed this crap and add a links to your website??? No warnings anywhere here stating it was going to post links back to your website??? WHY?
Now please explain to me now there are about 300+ links back to your website can I remove it from my forums without having to edit every post??
it is mentioned in the thread
Observation:
This Hack have copyright ad at the bottom of the page (visit my website (http://vbfixer.com/ucp.php?mode=login) for instruction on how to remove it).
Why is it that I have posted in your website and on here that your code is not functioning that the images are not showing on auto posts ........and I also bought your non-branded version and you skip over my questions and the other people that are having the same problem? If you are not going to support what you release than atleast say so and don't offer it on your site for sale.
almannai
12-04-2011, 06:55 AM
Why is it that I have posted in your website and on here that your code is not functioning that the images are not showing on auto posts ........and I also bought your non-branded version and you skip over my questions and the other people that are having the same problem? If you are not going to support what you release than atleast say so and don't offer it on your site for sale.
I did replied to your email on my website but your response was late. Anyhow I've pm's to you my eamil to contact you directly to fix the problem if any.
Thank you
CoZmicShReddeR
12-04-2011, 01:10 PM
it is mentioned in the thread
Observation:
This Hack have copyright ad at the bottom of the page (visit my website (http://vbfixer.com/ucp.php?mode=login) for instruction on how to remove it).
The issue is I could see if I made a RSS feed with your hack and it added your website advertisements afterwards but for it to hijack pre-existing feeds is un-except-able practice!
This is more then just a single advertisement at the bottom of a webpage this is out right spam! I would suggest you remove that and place a single add at the bottom of the page like 90% of the rest of the coders do or be willing to face a lot of hate here!
almannai
12-04-2011, 01:46 PM
The issue is I could see if I made a RSS feed with your hack and it added your website advertisements afterwards but for it to hijack pre-existing feeds is un-except-able practice!
This is more then just a single advertisement at the bottom of a webpage this is out right spam! I would suggest you remove that and place a single add at the bottom of the page like 90% of the rest of the coders do or be willing to face a lot of hate here!
No prob.
I will try to make it optinal in the next update.
Have agood day
I just want to thank you again for your help on this and you sticking with me. The mods working great and so are the updated options
almannai
12-11-2011, 03:54 PM
I just want to thank you again for your help on this and you sticking with me. The mods working great and so are the updated options
Thank you
jasonledford
12-17-2011, 02:52 AM
I get database error....
Database error in vBulletin 4.1.7:
Invalid SQL:
SELECT DB_contentid FROM cms_node WHERE nodeid = 578;
MySQL Error : Table 'DB_DB.cms_node' doesn't exist
Error Number : 1146
Request Date : Saturday, December 17th 2011 @ 04:49:07 AM
Error Date : Saturday, December 17th 2011 @ 04:49:14 AM
Thanks for the help......
almannai
12-17-2011, 03:41 AM
I get database error....
Database error in vBulletin 4.1.7:
Invalid SQL:
SELECT DB_contentid FROM cms_node WHERE nodeid = 578;
MySQL Error : Table 'DB_DB.cms_node' doesn't exist
Error Number : 1146
Request Date : Saturday, December 17th 2011 @ 04:49:07 AM
Error Date : Saturday, December 17th 2011 @ 04:49:14 AM
Thanks for the help......
This mod is for vb suite are installing it on vb suite? If so please un-install the mod then install it again.
nice mod. I may try it out momentarily :-)
jasonledford
12-18-2011, 02:34 AM
This mod is for vb suite are installing it on vb suite? If so please un-install the mod then install it again.
Yes, this mod is installed in vb suite and I get the database error.
almannai
12-19-2011, 03:10 AM
Yes, this mod is installed in vb suite and I get the database error.
Have you tried un-install and install back?
Mr.Danko Jones
12-20-2011, 04:31 PM
How come there aren't any RSS Feed programs that would get multiple feeds at once? I've looked back at older articles and there seems to be a demand for such a feature. :)
almannai
12-21-2011, 07:07 AM
How come there aren't any RSS Feed programs that would get multiple feeds at once? I've looked back at older articles and there seems to be a demand for such a feature. :)
I think this will do what you asked for! Can you explain more?
Mr.Danko Jones
12-21-2011, 10:57 PM
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
jasonledford
12-22-2011, 01:38 AM
I still get the same database error. Can you send me the sql dump for the proper database structure for this please?
almannai
12-22-2011, 02:43 AM
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
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.
jasonledford
12-23-2011, 12:13 AM
I actually upgraded the day that I had the first error, I am now running 4.1.9. I am getting the following error.
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?!?
jasonledford
12-23-2011, 12:32 AM
I think I figured it out, It is not recognizing my table prefix on my database tables.
jasonledford
12-23-2011, 12:45 AM
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.
almannai
12-23-2011, 02:35 AM
I think I figured it out, It is not recognizing my table prefix on my database tables.
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,
Brandon Sheley
12-23-2011, 02:53 AM
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
almannai
01-22-2012, 04:54 AM
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
wickedpuppy
04-13-2012, 01:58 PM
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.
almannai
04-16-2012, 05:40 AM
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
ZCDW9
04-24-2012, 06:26 PM
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.
almannai
04-25-2012, 04:31 AM
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.
To Get Support:
Hit installed link (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=271295).
You have to put your website link.
If you include a screenshot you will get a better support.
ZCDW9
04-26-2012, 05:47 PM
To Get Support:
Hit installed link (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=271295).
You have to put your website link.
If you include a screenshot you will get a better support.
Your "hit installed link" link does not work for me as I do not have permissions.
Website:
http://www.officercadet.com/content.php
See http://www.officercadet.com/content.php/134-blogs
For example of multiple posting of same RSS.
ZCDW9
04-29-2012, 09:15 AM
Bump
BF777
04-30-2012, 10:13 PM
How is this mod different than the default RSS feeds that come with VB4?
I installed it but it won't create a feed. What feed url am I suppose to use? It won't let me make one up.
almannai
05-02-2012, 03:36 PM
Your "hit installed link" link does not work for me as I do not have permissions.
Website:
http://www.officercadet.com/content.php
See http://www.officercadet.com/content.php/134-blogs
For example of multiple posting of same RSS.
Bump
Sorry for the delay
Go to my website http://vbfixer.com/
Get rssfeeds_cms_105.zip
upload and replace rssposter_cms.php no need to re-install the product.
If this fix it please reply so that everybody will share the new update.
How is this mod different than the default RSS feeds that come with VB4?
I installed it but it won't create a feed. What feed url am I suppose to use? It won't let me make one up.
The default wont send feeds to cms as articles this does.
ZCDW9
05-02-2012, 05:11 PM
Still same problem
almannai
05-02-2012, 05:28 PM
Still same problem
You need to give it sometime! and it wont remove old duplicates if exist.
ZCDW9
05-03-2012, 10:00 PM
Well I left it on, and it managed to generate over 20 duplicates of the same content.
almannai
05-04-2012, 05:56 AM
Well I left it on, and it managed to generate over 20 duplicates of the same content.
Anything created before will be duplicated here since it is using different type of post identity for each feed. What it should not duplicate is the feeds that is created after the update. I prefer to use new rich rss feed that is frequently updated for the test and swich off the old rssfeed source for a while.
ZCDW9
05-04-2012, 02:23 PM
So how do I stop it duplicating?
Even if it does not duplicate the newly created blog posts it will continue to duplicate all of the old ones.
almannai
05-04-2012, 03:17 PM
So how do I stop it duplicating?
Even if it does not duplicate the newly created blog posts it will continue to duplicate all of the old ones.
It shouldn't if you are using a very active and daily updated feed and you are setting your feed to get the last (let us say 5) feeds so the old feeds will not listed.
BF777
05-04-2012, 05:46 PM
Sorry for the delay
Go to my website http://vbfixer.com/
Get rssfeeds_cms_105.zip
upload and replace rssposter_cms.php no need to re-install the product.
If this fix it please reply so that everybody will share the new update.
The default wont send feeds to cms as articles this does.
I'm on the latest VB version and I do currently have an RSS feed for my CMS articles.
almannai
05-05-2012, 01:36 PM
I'm on the latest VB version and I do currently have an RSS feed for my CMS articles.
Realy!!!
am on 4.1.12 patch 1 which is the latest and can only select post as thread or announcment from the default "RSS Feed Manager".
:confused:
SwollenCranium
05-07-2012, 08:05 PM
Realy!!!
:confused:
I have no issue with a coder placing a link in the footer or somewhere else in his MOD. In fact I openly support via cash to the many great folks making VB a more robust end item.
But you not only put a LINK in each and every rss article but you also inject your info into the meta description for each article.
So for me today that means over 20 links to your site, as well as 20 mentions of your data injected into my site. ( I've since deleted them) FAR too much of an imposition in my view, especially since some RSS feeds are simply a few words and a link placed right above your link making it appear as if your link is part of the RSS itself.
Why link in each each article ... why inject into each meta description? Why not a simple footer link?
Valid questions, not a critical denouncement. :up:
almannai
05-08-2012, 04:46 AM
I have no issue with a coder placing a link in the footer or somewhere else in his MOD. In fact I openly support via cash to the many great folks making VB a more robust end item.
But you not only put a LINK in each and every rss article but you also inject your info into the meta description for each article.
So for me today that means over 20 links to your site, as well as 20 mentions of your data injected into my site. ( I've since deleted them) FAR too much of an imposition in my view, especially since some RSS feeds are simply a few words and a link placed right above your link making it appear as if your link is part of the RSS itself.
Why link in each each article ... why inject into each meta description? Why not a simple footer link?
Valid questions, not a critical denouncement. :up:
You should check the mod options first as you can switch it off.
It is also mentioned in the thread itself
I quote:
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.
SwollenCranium
05-08-2012, 09:51 AM
You should check the mod options first as you can switch it off.
It is also mentioned in the thread itself
I quote:
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.
Yup, seems I missed that.
My apologies, sir
ar15dcm
05-31-2012, 11:02 AM
Has this been used on 4.2?
almannai
05-31-2012, 11:55 AM
Has this been used on 4.2?
Yes
ar15dcm
06-02-2012, 07:19 AM
Okay I tried installing but it didn't complete. I see the mod in the list of products, but I do not see the RSS for CMS in the admincp menu on the left.
Thanks,
Dean
almannai
06-02-2012, 10:40 AM
Okay I tried installing but it didn't complete. I see the mod in the list of products, but I do not see the RSS for CMS in the admincp menu on the left.
Thanks,
Dean
Have you applied step No 2?
2. Upload all the contents of the "upload" directory to your forum root.
ar15dcm
06-02-2012, 11:06 AM
I actually upload the folder first. Then imported the xml.
Thanks, Dean
almannai
06-02-2012, 12:10 PM
I actually upload the folder first. Then imported the xml.
Thanks, Dean
Don't upload the upload folder itself, instead upload its content
ar15dcm
06-02-2012, 03:36 PM
Gotcha. Okay completed that. Now when I click on RSS Feed for CMS manager or Add News RSS for CMS I get page not found.
almannai
06-02-2012, 05:52 PM
Gotcha. Okay completed that. Now when I click on RSS Feed for CMS manager or Add News RSS for CMS I get page not found.
Still you didn't upload all files to their proper locations
for this error rssposter_cms.php has to go to admincp directory
ar15dcm
06-02-2012, 06:18 PM
It's there. I just verified it.
ar15dcm
06-02-2012, 06:19 PM
Should I rerun the import ?
ar15dcm
06-03-2012, 12:30 PM
Okay I completly uninstalled it, then performed a clean install. The error I get now is "page not found" when I go to the RSS Feed For CMS Manager and New RSS Feed For CMS.
Any ideas?
Naijasite
06-14-2012, 02:38 AM
Thanks alot, its works perfectly well on http://www.naijafinder.com/content/.
The rss feed is working well on Forum (http://www.naijafinder.com/content/)
GamerPerfection
06-16-2012, 04:27 PM
I have a question, might seem silly.
But I set up an RSS feed for future Xbox 360 releases from Amazon. I've used this Mod and chosen the CMS as the target destination. So when i set up the RSS and it does it's stuff it creates 10 articles of the top future releases. Now my question is when it does it's thing again does it create new articles on top of those previous ones even if the content is the same?
almannai
06-16-2012, 05:24 PM
I have a question, might seem silly.
But I set up an RSS feed for future Xbox 360 releases from Amazon. I've used this Mod and chosen the CMS as the target destination. So when i set up the RSS and it does it's stuff it creates 10 articles of the top future releases. Now my question is when it does it's thing again does it create new articles on top of those previous ones even if the content is the same?
Yes for the first Q
And it shouldn't if it has same content.
But you see it is using same mechnizm as vbulletin it will combine the title with the content hash it and log/save hashed value for the inserted article. So it wont insert that article again because it has same hashed value. Sometimes if the content is changed with even a space it might inserted again but that is rear.
GamerPerfection
06-16-2012, 05:28 PM
Ok thanks, I'll see how it goes.
australiaforum
06-19-2012, 06:37 AM
I installed this but I found moderating/removing the duplicate stories more work than selectively finding and adding stories to the forum. The problem now is I can't get it to stop posting stories.
I have tried deleting the feeds, disabling the scheduled tasks, uninstalling the product, reinstalling the product and disabling it, but I still keep getting stories posted on the forum.
It seems even if you uninstall the mod, the files remain. Can you tell me which file to delete to stop this from running?
almannai
06-19-2012, 11:52 AM
I installed this but I found moderating/removing the duplicate stories more work than selectively finding and adding stories to the forum. The problem now is I can't get it to stop posting stories.
I have tried deleting the feeds, disabling the scheduled tasks, uninstalling the product, reinstalling the product and disabling it, but I still keep getting stories posted on the forum.
It seems even if you uninstall the mod, the files remain. Can you tell me which file to delete to stop this from running?
Disabling the product should be enough.
After disabling it go to "RSS Feeds For CMS" and disable all the rssfeeds entries you have added / then remove them.
After that you can un-install then remove the uploaded files
australiaforum
06-21-2012, 10:42 AM
Unfortunately I am still getting articles posted even though I disabled and uninstalled it the mod. Does this create any table entries?
almannai
06-21-2012, 11:09 AM
Unfortunately I am still getting articles posted even though I disabled and uninstalled it the mod. Does this create any table entries?
Please read my reply again!!
mickknutson
06-21-2012, 11:41 AM
Please read my reply again!!
I also had to disable the CRON entry too.
mickknutson
06-21-2012, 11:45 AM
I have THREE issues with this plugin:
1. The plugin keeps posting the same exact entries over and over. I dont want that. I want only NEW entries to be posted.
2. The entries that are posted all contain Videos. But the video entry does NOT get parsed. So I have to manually edit each entry so the VIDEO tag puts the inline video in the posting.
Maybe this is a matter of changing the hook location for adding the video to allow the video tag to be parsed so I dont have to manually do it?
3. Some of the entries that are added are NOT editable as required in #2. When I go to edit them, I cannot save the changes. I am able to delete them, but not update.
australiaforum
06-22-2012, 07:23 AM
Please read my reply again!!
I followed your instructions, except for disabling the feeds before removing them. I just removed them thinking that would also stop them.
Yes, a mistake on my part, so now I don't know how to stop them, which is why I asked if there is anything else the mod does like put data into a table, as I have removed all of the files.
Or maybe now I need to try reinstalling the mod, recreate the RSS feed and then disable it, remove it etc.
almannai
06-22-2012, 09:24 AM
I followed your instructions, except for disabling the feeds before removing them. I just removed them thinking that would also stop them.
Yes, a mistake on my part, so now I don't know how to stop them, which is why I asked if there is anything else the mod does like put data into a table, as I have removed all of the files.
Or maybe now I need to try reinstalling the mod, recreate the RSS feed and then disable it, remove it etc.
No need to re-install go to "RSS Feeds" and you will find all the entries disable them
australiaforum
06-22-2012, 10:34 AM
When I click on the RSS manager I see: "No feeds are currently defined."
looker2010
06-26-2012, 01:18 AM
Ok so I installed this mod. Then followed yoru instructions on how to uninstall "to a T" like you ave 3 threads above and your mod is not uninstalling at all. Please reply back on exactly how to uninstall this (I have deleted the rss threads it created, disabled the mod, and then uninstalled it and CMS RXX Feed is still showing in my admin). Please advise.
almannai
06-26-2012, 05:37 AM
Ok so I installed this mod. Then followed yoru instructions on how to uninstall "to a T" like you ave 3 threads above and your mod is not uninstalling at all. Please reply back on exactly how to uninstall this (I have deleted the rss threads it created, disabled the mod, and then uninstalled it and CMS RXX Feed is still showing in my admin). Please advise.
You need also to remove all the files you uploaded to your website.
Please have a look at the un-install steps at the thread
australiaforum
06-28-2012, 12:50 AM
I have deleted all of the files also and still the thing keeps running. I upgraded to 4.2 but that didn't fix the problem also.
When I check the Scheduled Task Log, I see the entries are being run by the RSS poster robot.
I have disabled RSS poster robot to no effect. I tried changing the schedule to once a month also that didn't work.
The entries are being posted to the forum "vBCms Comments", which I think is inbuilt to VB.
I made it so all of posts are put into moderation, so at least people on the forum people can't see them, but it is getting annoying have to delete them all of the time and once I accidentally deleted a real thread.
almannai
06-28-2012, 05:14 AM
I have deleted all of the files also and still the thing keeps running. I upgraded to 4.2 but that didn't fix the problem also.
When I check the Scheduled Task Log, I see the entries are being run by the RSS poster robot.
I have disabled RSS poster robot to no effect. I tried changing the schedule to once a month also that didn't work.
The entries are being posted to the forum "vBCms Comments", which I think is inbuilt to VB.
I made it so all of posts are put into moderation, so at least people on the forum people can't see them, but it is getting annoying have to delete them all of the time and once I accidentally deleted a real thread.
ok I see. This not related to this mod whats so ever!!!
You need to disable vbcms comments from vbulletin options
GamerPerfection
06-28-2012, 04:43 PM
ok I see. This not related to this mod whats so ever!!!
You need to disable vbcms comments from vbulletin optionsI'd be surprised if his problem has nothing to do with this modification considering he installed this Mod to create RSS feeds and now he has removed it those RSS feeds won't stop.
If he disables vBCMS Comments won't that disable the ability for people to post comments to articles?
almannai
06-28-2012, 05:14 PM
I'd be surprised if his problem has nothing to do with this modification considering he installed this Mod to create RSS feeds and now he has removed it those RSS feeds won't stop.
If he disables vBCMS Comments won't that disable the ability for people to post comments to articles?
How you know that!!! Are you having same issue?
With each article created vbulletin will create new comment for that article. This the only way to disable auto comments created by the system. MAybe am wrong but this is what i know about vbcms comments.
GamerPerfection
06-28-2012, 05:20 PM
How you know that!!! Are you having same issue?
With each article created vbulletin will create new comment for that article. This the only way to disable auto comments created by the system. MAybe am wrong but this is what i know about vbcms comments.I'm sorry but if his site wasn't generating these RSS feeds before he installed this Mod and then after he installed this Mod it was egnerating these RSS feeds, and then after he removes the Mod completely it is still generating those same RSS feeds, only one can deduct that this Mod is the problem because it is the RSS feeds generated by this Mod that started those RSS feeds.
And no i'm not having same issue because i have not disabled or removed this mod.
almannai
06-28-2012, 05:41 PM
I'm sorry but if his site wasn't generating these RSS feeds before he installed this Mod and then after he installed this Mod it was egnerating these RSS feeds, and then after he removes the Mod completely it is still generating those same RSS feeds, only one can deduct that this Mod is the problem because it is the RSS feeds generated by this Mod that started those RSS feeds.
And no i'm not having same issue because i have not disabled or removed this mod.
He said it is because of vbcms comments and you insist that it is because of this mod. This is realy odd!!!!
Am not saying this mod is perfect but why you are talking about somebody else.
Do you have any prob with this mod?
GamerPerfection
06-28-2012, 06:00 PM
He said it is because of vbcms comments and you insist that it is because of this mod. This is realy odd!!!!He did not say anything of the sort. You tell me where he said it is because of the vbcms comments?
Tell me how come he didn't have this RSS problem until after he installed your mod and then removed it? How can you say it has nothing to do with your mod whatsoever? There is more suggestion your Mod is the cause than not. I don't see how you can claim that his RSS problem has nothing whatsoever to do with your RSS mod.
mickknutson
06-29-2012, 10:29 AM
HELP!!!!!!!
I have removed the plugin, and all the files.
BUT I STILL GET THE REPEAT ARTICLES POSTED!!!
WORSE: my other RSS feeds do NOT work anymore.
URGENT PLEASE HELP!
I even re-installed Vbulletin and nothing helps.
I also ran rssposter.php from the command line with no errors:
[...forum/includes/cron]$ php -f rssposter.php
[.../forum/includes/cron]$ php -l rssposter.php
No syntax errors detected in rssposter.php
[.../forum/includes/cron]$
almannai
06-29-2012, 10:40 AM
HELP!!!!!!!
I have removed the plugin, and all the files.
BUT I STILL GET THE REPEAT ARTICLES POSTED!!!
WORSE: my other RSS feeds do NOT work anymore.
URGENT PLEASE HELP!
I even re-installed Vbulletin and nothing helps.
I also ran rssposter.php from the command line with no errors:
[...forum/includes/cron]$ php -f rssposter.php
[.../forum/includes/cron]$ php -l rssposter.php
No syntax errors detected in rssposter.php
[.../forum/includes/cron]$
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.
mickknutson
06-29-2012, 10:40 AM
He did not say anything of the sort. You tell me where he said it is because of the vbcms comments?
Tell me how come he didn't have this RSS problem until after he installed your mod and then removed it? How can you say it has nothing to do with your mod whatsoever? There is more suggestion your Mod is the cause than not. I don't see how you can claim that his RSS problem has nothing whatsoever to do with your RSS mod.
I am having the same issue.
But in addition, no other RSS feeds are getting run. I was getting 10+ per day before, now zero, except for these cmscomment postings.
mickknutson
06-29-2012, 10:52 AM
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.
1. It is marked as installed
2. http://www.blincmagazine.com/forum/forum.php
3. I uploaded several images.
I re-ran "Run scheduled task now" button and there was no output.
And the dates where not updated.
What is stranger, I clicked one of the active feeds to edit, then checked the reset box, then clicked save and the feed date was reset.
Then re-ran "Run scheduled task now" button and there was no output again. And no new feeds.
Then to make this EVEN stranger, when I edit the feed, do not click the reset box, and click PREVIEW, I get a blank preview page
I have attached 3 images.
mickknutson
06-29-2012, 10:55 AM
I attached the logs for my scheduled tasks.
almannai
06-29-2012, 11:58 AM
1. It is marked as installed
2. http://www.blincmagazine.com/forum/forum.php
3. I uploaded several images.
I re-ran "Run scheduled task now" button and there was no output.
And the dates where not updated.
What is stranger, I clicked one of the active feeds to edit, then checked the reset box, then clicked save and the feed date was reset.
Then re-ran "Run scheduled task now" button and there was no output again. And no new feeds.
Then to make this EVEN stranger, when I edit the feed, do not click the reset box, and click PREVIEW, I get a blank preview page
I have attached 3 images.
I attached the logs for my scheduled tasks.
Have you followed all the un-install steps descriped above?
The feed entries that is created with this mod need to be opened by "rss feed cms" manager and not rss feed manager! Entries created with rss feed for cms need to be removed before you un install the mod.
mickknutson
06-29-2012, 12:59 PM
Have you followed all the un-install steps descriped above?
The feed entries that is created with this mod need to be opened by "rss feed cms" manager and not rss feed manager! Entries created with rss feed for cms need to be removed before you un install the mod.
yes I did.
I converted two of my existing feeds to use the CMS option. I never created a new feed with the CMS plugin. I did edit the two feeds to post back to the forum before I uninstalled the plugin.
I have 10+ feeds that never used the CMS plugin and they all stopped working
almannai
06-29-2012, 01:05 PM
yes I did.
I converted two of my existing feeds to use the CMS option. I never created a new feed with the CMS plugin. I did edit the two feeds to post back to the forum before I uninstalled the plugin.
I have 10+ feeds that never used the CMS plugin and they all stopped working
If you converted or created feeds you need to disable them and remove them.
mickknutson
06-29-2012, 01:23 PM
Ok. I will have to re-install the plugin tonight, then remove those two feeds, then uninstall. Lets see if that works.
mickknutson
06-29-2012, 08:45 PM
Ok, I
1. re-installed the plugin
2. deleted the 2 feeds I converted to CMS rss feed.
3. did NOTHING to the other 20+ feeds I already had in place.
4. followed the rest of the un-installation steps.
5. tried to preview several feeds and I can't even preview them.
Now what? Still dead in the water now.
australiaforum
06-30-2012, 02:08 AM
Just to confirm I didn't have any RSS feeds set up before I installed this. I was posting articles manually to the CMS front page of the site and because I wasn't updating this enough, someone suggested I update it automatically with a RSS feed, so this mod seemed perfect.
Unfortunately there were just too many articles and many duplicates so it created more work deleting the articles and it was also difficult or maybe impossible to edit them.
I think I just removed the feeds first before disabling them, which might be the reason they are still running. I uninstalled the mod as per the instructions and they are still running and I have to delete all of the entries manually.
I think it would be easy to recreate the problem. Any chance of getting a fix for this?
almannai
07-01-2012, 03:21 PM
Ok, I
1. re-installed the plugin
2. deleted the 2 feeds I converted to CMS rss feed.
3. did NOTHING to the other 20+ feeds I already had in place.
4. followed the rest of the un-installation steps.
5. tried to preview several feeds and I can't even preview them.
Now what? Still dead in the water now.
Just to confirm I didn't have any RSS feeds set up before I installed this. I was posting articles manually to the CMS front page of the site and because I wasn't updating this enough, someone suggested I update it automatically with a RSS feed, so this mod seemed perfect.
Unfortunately there were just too many articles and many duplicates so it created more work deleting the articles and it was also difficult or maybe impossible to edit them.
I think I just removed the feeds first before disabling them, which might be the reason they are still running. I uninstalled the mod as per the instructions and they are still running and I have to delete all of the entries manually.
I think it would be easy to recreate the problem. Any chance of getting a fix for this?
If after un-installation you still get article feed check Scheduled Task Manager if "RSS Poster Robot (CMS)" still exist disable it and remove it.
mickknutson
07-01-2012, 04:59 PM
If after un-installation you still get article feed check Scheduled Task Manager if "RSS Poster Robot (CMS)" still exist disable it and remove it.
That did not work.
*** I still get the auto post from the 1 feed I already deleted
*** And I dont get any of my other RSS feeds working at all
Cant something be in SQL and just be removed?
I dont want to have to remove all of the other feeds just so I start fresh when I did not edit them anyways.
There has to be some SQL ERROR that was made because I made a fresh UPDATE of VB 4.2 so all the files are new.
What DB changes does this mod make?
How do I revert those DB changes?
:mad::confused:
mickknutson
07-01-2012, 05:23 PM
If after un-installation you still get article feed check Scheduled Task Manager if "RSS Poster Robot (CMS)" still exist disable it and remove it.
NOTHING WITH CMS exists. and 100% of all RSS feeds dont work at all. It is as simple as that.
almannai
07-01-2012, 05:55 PM
That did not work.
*** I still get the auto post from the 1 feed I already deleted
*** And I dont get any of my other RSS feeds working at all
Cant something be in SQL and just be removed?
I dont want to have to remove all of the other feeds just so I start fresh when I did not edit them anyways.
There has to be some SQL ERROR that was made because I made a fresh UPDATE of VB 4.2 so all the files are new.
What DB changes does this mod make?
How do I revert those DB changes?
:mad::confused:
NOTHING WITH CMS exists. and 100% of all RSS feeds dont work at all. It is as simple as that.
All the db change are done when installing and un-installing part of the mod code, check it to see the changes. So there must some error occured during install/uninstall
To make old feeds work check Scheduled Task Manager and enable "RSS Poster Robot" if it is disabled.
mickknutson
07-01-2012, 06:21 PM
All the db change are done when installing and un-installing part of the mod code, check it to see the changes. So there must some error occured during install/uninstall
To make old feeds work check Scheduled Task Manager and enable "RSS Poster Robot" if it is disabled.
I am re-attaching the images here.
I ran the scheduled tasks earlier and the only thing that happens is a blank grey screen.
ar15dcm
10-17-2012, 09:22 AM
Hi,
I have the paid verion 1.0.5 and have been running into an error when publishing articles that are imported with the plugin. I started a thread on vbulletin.com regarding the error; https://www.vbulletin.com/forum/showthr ... error-mean
This plugin is the only bbcode/rss type of plugin I have so I am going to start here.
Fatal error: Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/forums/includes/class_bbcode.php(2989) : eval()'d code on line 7
Any ideas? or are there any plugin updates I can install?
Thanks,
almannai
10-17-2012, 11:37 AM
Hi,
I have the paid verion 1.0.5 and have been running into an error when publishing articles that are imported with the plugin. I started a thread on vbulletin.com regarding the error; https://www.vbulletin.com/forum/showthr ... error-mean
This plugin is the only bbcode/rss type of plugin I have so I am going to start here.
Fatal error: Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/forums/includes/class_bbcode.php(2989) : eval()'d code on line 7
Any ideas? or are there any plugin updates I can install?
Thanks,
I already replied to you on my website.
ar15dcm
10-23-2012, 03:09 AM
I reset the feeds and ran the scripts. I received these error within the results list;
Warning: parse_url(#fn:1) [function.parse-url]: Unable to parse URL in [path]/includes/class_core.php on line 2812
Warning: parse_url(#fn:1) [function.parse-url]: Unable to parse URL in [path]/includes/class_core.php on line 2813
Warning: parse_url(#fn:1) [function.parse-url]: Unable to parse URL in [path]/includes/class_core.php on line 2814
Warning: parse_url(#fnref:1) [function.parse-url]: Unable to parse URL in [path]/includes/class_core.php on line 2812
Warning: parse_url(#fnref:1) [function.parse-url]: Unable to parse URL in [path]/includes/class_core.php on line 2813
Warning: parse_url(#fnref:1) [function.parse-url]: Unable to parse URL in [path]/includes/class_core.php on line 2814
Any ideas?
Thanks,
Dean
Cdalten
01-10-2013, 06:28 PM
Does vbfixer still work on this mod or any other? I have tried several times to buy everywhere sidebar and this RSS Feeds over the past 3 weeks and I never get a reply.
I'm running VB 4.2.1, this seems to work when it wants. While it does always capture the data and post it to the specified Articles section, not all posts get 'promoted' to the front page, only certain ones - very odd. Any help on this would be great. I see the developer of this mod has not been on vbulletin.org since Dec 2012, it would be nice if someone could step up and take over this mod or provide an unofficial update.
GoneBushX
09-16-2013, 06:57 PM
Anyone know of another CMS feed mod?
majjed2008
02-12-2014, 08:52 AM
Hello
i tray it with 4.2.2 and it not working at all i cant see any of the new option is there any way to make that work with 4.2.2 ?
Thank you
majjed2008
05-01-2014, 01:47 PM
i am ready to pay for mading this plugin wok for me , thank you
Toorak Times
06-23-2014, 02:59 PM
Yes, this is a big for me if anyone knows how to get it working on 4..2..2pl1
Toorak Times
07-10-2014, 02:25 AM
Seems to work well on 4.2.2
interfx
07-11-2014, 01:25 PM
I'm also very interested in trying to make this a supported mod again... Anyone out there have this working on the latest VB 4.2.x version... I can't make to work on my site at this point...
If not, have others found a viable alternative?
majjed2008
10-05-2014, 12:11 PM
it is not work with last V anyone know any alternative please ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.