Quote:
Originally Posted by nekiw
is it possible to make it work for only articles from CMS portal ?
|
Quote:
Originally Posted by newmomsforum
Hey all, although this is working really good for me For posts made by my members, I have a forum which is populated by an RSS feed and new posts made within this forum are not being posted.
I'm thinking that the hook isn't being activated as a user isn't physically clicking the submit post button in these instances. Any ideas?
Thanks
Mark
|
Quote:
Originally Posted by Chicken Racer
Hey buro9 or any one, what do I need to edit to allow RSS feeds bot poster to work with the script?
I have some video sites that feed to forum and I would like for these to be added to tweet when they are posted by the feed bot.
Any help would be great!
|
You would need to identify which hook is in the script that vBulletin is using to consume the RSS. This usually just means opening the .php file that is used to consume the RSS and then reading the code and looking for a line that says "hook" anywhere on it, and within that is usually the name of the hook.
Once identified the plugin can be used there too, and looking above the hook line will reveal what variables are in use that you can use in the plugin.
If other people are willing to work that bit out (I don't use that functionality) then I'm happy to publish it here too and give you credit so that it all sits in one place and people can get all the bits they want.
Quote:
Originally Posted by Boko577
Oh well, screw this mod then if the person who made this doesn't even know what the problem with it is... Uninstalled.
|
Apologies for not knowing jack about your server environment, software stack or configuration, etc.
I have provided a solution that works in a lot of instances and when it fails appears to be down to:
1) User details being wrong.
2) CURL not being installed.
3) JSON not being enabled.
4) Safe_Mode being used.
Check those things, you have knowledge of your environment (I hope) whereas I do not. Unfortunately I've not yet acquired the ability to telepathically converse with random servers around the world, but when I do I will sort your problems out for you.