Share or sync user table data with another user table

Welcome to WPSE. Asking for plugin recommendations is considered off-topic here, so here’s an action approach to the problem. wp_insert_user() takes care of adding new users to the database. The last action the function fires is user_register, which “Fires immediately after a new user is registered”. You could hook your function to this action and … Read more

Syndicate posts to another blog?

Take a look at the FeedWordPress plugin, I’ve used this on one client site to aggregate feeds from their other sites and republish the latest post from each site. The UI is a bit complex and unfriendly, but it does the job.

Errors when using CDN Sync Tool plugin

What OS you running? As this actually sounds like an AWS php sdk issue. Having a look though their source code shows they don’t seem to use fclose and your OS must have a limit on open files. If you email me at iain.cambridge – at – fubra.com I’ll send you a copy of the … Read more

Serve content from centralized location

On your master site, register a new XML RPC method that accepts a date argument and replies back with all content published since then. For each of your drone sites, register a cron hook that pings the master every X minutes/hours with the date of the most recently “imported” content, and then saves the response … Read more

DB Sync Media Files extension [closed]

Yes, there’s another required step: I must enter the correct connection informations before the checkbox shows up. The JS code checks for the connection, talks to the remote plugin and if it finds it’s all ok, lets the checkbox display itself. In other cases it hides the checkbox. Now I believe this plugin has a … Read more