Ricardo Rauch
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-o-Matic] unused imagesNot for the moment.
Forum: Plugins
In reply to: [WP-o-Matic] Change cache pathAll the plugins keep this pattern.
Forum: Plugins
In reply to: [WP-o-Matic] Import content as custom posts@daedalon Great idea.
Forum: Plugins
In reply to: [WP-o-Matic] Duplicate PostsDo you have that option enabled?
Forum: Plugins
In reply to: [WP-o-Matic] Using Images as Featured ImagesI’m working on a theme that actually need this functionality but I think this should be fixed in the theme not in wp-o-matic.
Forum: Plugins
In reply to: [WP-o-Matic] Using Images as Featured ImagesBy now, you should hack the get_featured_image() function.
I have plan to fix this in a near future.
Forum: Plugins
In reply to: [WP-o-Matic] Plugin ConflictCan you please describe what plugin are you using for instagram?
Thanks
Forum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Thanks for the updateThis is my last message on this conversatiion. I don’t understand how I’m discussing this with you if you didn’t write a single line of code.
Don’t worry: I have explicit permission from the original author. He gave me all the rights.
Forum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Problem with images filenameForum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Thanks for the update@cqrt Exactly.
Forum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Thanks for the updateHe is another Rauch. I know him very closely.
Forum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Problem with images filename@wonderm00n
Done, let the latest version and please let me know if it works.
Forum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Thanks for the updateI bought “your plugin” to see how you were taking profit from something FREE.
I know you did an awesome work editing readme.txt and taking the name “wp-o-matic”.
If you see the code the difference between 1.0RC4 and 2.0 are 10 lines (4 are lines commented). I only added 6 lines. Most of them are fixes from forums like duplicate post bug. After 2.0 I did more progress, check it out.
I think we can work together on this to give great support. Always for free.
Forum: Plugins
In reply to: [WP-o-Matic] [Plugin: WP-o-Matic] Thanks for the updatehahaha, amazing.
I’m sure they are making money.
Thanks for your words.
Forum: Plugins
In reply to: [WP-o-Matic] wp-o-matic crashed my shared hostingHi @mv5896, I don’t think that the duplicate post check is causing this.
The query is very simple and easy to resolve with low CPU:
SELECT * FROM {$this->db[‘campaign_post’]} WHERE campaign_id = {$campaign->id} AND feed_id = {$feed->id} AND hash = ‘$hash’
You can get a detailed log from each query running on your server from phpmyadmin.