Devtard
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Post Tagger] How to make WPeMatico compatible with APTIt’s possible if this plugin is also somehow modifying post terms when importing posts (assuming APT is configured correctly), which is what WPeMatico is doing. I would need a detailed description of your problem and maybe see the code to be sure though.
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostOkay. Replace the main APT .php file with this one and try the Bulk tagging tool again (I made a few changes in the SQL command that’s used for retrieving post IDs).
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostHmm, a blank page. Have you tried changing the ID range to something smaller, e.g. “27” – “1000”?
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostGlad to hear that.
Regarding the bulk tagging, what exactly happens – or what do you see – when you hit the “Process posts” button? Could you please post here a screenshot/video of that as well?
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostI think I know what the problem is; you’ll need to modify WpeMatico’s code:
Open the file
/wp-content/plugins/wpematico/app/campaign_fetch_functions.phpand comment out the lines 192 and 193 like this:/* if( $this->cfg['nonstatic'] ) { $current_item = NoNStatic :: postags($current_item,$campaign, $item ); $current_item['campaign_tags'] = $current_item['tags'] ; }else $current_item['campaign_tags'] = explode(',', $campaign['campaign_tags']); */Now APT should be able to add tags to posts created by WpeMatico without any problems.
If you still haven’t managed to make the bulk tagging tool work, I will need to know how you configured APT (a screenshot of your settings might help).
Forum: Plugins
In reply to: [Automatic Post Tagger] Bulk Tagging Tool Multiplied PostsNo problem, glad to hear that you found what the problem was. APT is able to modify taxonomy terms only, so I would be really surprised if it was somehow responsible for post duplication.
Forum: Plugins
In reply to: [Automatic Post Tagger] Not tagging posts automatically after last update.I’m glad to hear that, no problem. 🙂
Forum: Plugins
In reply to: [Automatic Post Tagger] Not tagging posts automatically after last update.I installed the plugin, added several RSS sources, configured APT the same way you did, and it seems to work just fine – posts are being automatically tagged when the autoblogging plugin saves them in the database.
One of the differences between v1.6 and v1.7 is that the latter always takes into account “Allowed post statuses”; by default the plugin tags posts with the post status “publish” only. Can this be the problem?
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostThanks for your feedback guys, I’ll try to figure out what the problem is.
SMoslemi: Are you getting any error messages – or does the plugin just process posts but doesn’t add any tags?
Jmanig: Version 1.6 is still available here: https://downloads.wp.xz.cn/plugin/automatic-post-tagger.1.6.zip
Forum: Plugins
In reply to: [Automatic Post Tagger] Not tagging posts automatically after last update.Hi, could you please tell me what exactly doesn’t work? Are you posts not being tagged after they’re published for example? (Also a screenshot of your settings might help me identify the problem.)
Forum: Plugins
In reply to: [Automatic Post Tagger] Custom Post Type Tags Don't Seem To Be WorkingAPT v1.7 has been just released. 🙂
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostThe version 1.7 is out. Please check it out and let me know if there are any compatibility issues with your autoblogging plugins.
Forum: Plugins
In reply to: [Automatic Post Tagger] How to tag with ,I just released APT v1.7, which can now decode HTML entities in related words to their applicable characters. Feel free to try it out 🙂
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic post tagger doesn't work on FeedWordPressHi again, APT v1.7 is out. If you decide to try it, please let me know if there are any compatibility problems with FeedWordPress.
Forum: Plugins
In reply to: [Automatic Post Tagger] How to tag with ,Now I realized it isn’t the best idea to use a semicolon as a string separator either, because HTML entities contain semicolons. The semicolon then won’t be recognized as a word separator, because it’s automatically removed when submitting the form (and for a good reason – having multiple string separators in a row causes the plugin to stop working properly).
So if it bothers you that you won’t be able to use semicolons as word separators, you’ll have to set some other string separator until the new version comes out.