MagicStick
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Duplicator] Only duplicate to Main siteThat’s interesting! And can be easily done using our filters. Simply add this code to your functions.php file in your theme and change the $id_of_main_site to the id of the site in question:
function mpd_filter_sites_to_one($args){ $id_of_main_site = 2 // Change this to the id of your 'main' site;; $args['ID'] = $id_of_main_site; return $args; } add_action('mpd_get_sites_args','mpd_filter_sites_to_one');In order to allow
all users no matter their role
simply set Minimum user role allowed to use MPD to Subscriber in the plugin settings page. Have fun! And thanks for using this plugin! 🙂
Hi Thomas. Thank you for your patience on this. I have now correctly setup the plugin for translations. I would really appreciate your efforts if you still wish to translate. 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Error after updating to 1.0.2Hi datechogeek. I’m pretty sure if you delete your browser cache this problem will go away…
Let me know how you get on 🙂
- This reply was modified 9 years, 6 months ago by MagicStick.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Error after update to 1.01Good to hear! 🙂
Forum: Fixing WordPress
In reply to: Help Preparing Plugin for TranslationAh thanks for that. Didn’t relaise you had to declare the text domain in the header.
Also, shouldn’t the text domain be ‘mpd’ as that is the name of the file where the header information is?
Forum: Plugins
In reply to: [Multisite Post Duplicator] Error after update to 1.01That’s very interesting Pedigree. I suspect it may be a conflict with another plugin you have?
Are there any errors on the console log if you inspect the page?
If you don’t mind having a look that would be really helpful.
Also. To confirm fully if you deactivate all other plugins and activate mine does the problem persist?
Anyone else out there having issues? Would be really valuable to provide any info you can.
Thanks
Mario
Forum: Plugins
In reply to: [Multisite Post Duplicator] Replace page/postHi halouk. This functionality has now been added to the plugin. Its been months in the making! I hope you enjoy!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Update Changes In Posts / PagesHi all. This functionality has now been added to the plugin. Its been months in the making! I hope you enjoy!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Update and automation pluginHi lemustic. I’ve just pushed an update with automatic duplication functionality added. Been months in the making. Hope you enjoy!
Forum: Plugins
In reply to: [Multisite Post Duplicator] updated plugin, subdomain warning on every pageError message is now dismissible in latest updat. 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Critical PHP-Error after plugin updateJust pushed an update dominic. Should fix the issue!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Critical PHP-Error after plugin updateI can see the problem. I’m using a functiin
empty()in the wrong context. Only certain versions of php will understand. I believe. I’ll put a fix out before the end of the day. Sorry about that and I really appreciate you letting me know! The drawbacks of only being able to test on one version of php!Forum: Plugins
In reply to: [Multisite Post Duplicator] Duplicate a post on many sitesYes! However. Subdomain multisite configs are still to be fully supported. You may notice some issues with images on the copied post.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Does it works on Nginx?It’s a timeout error. Not indication it was from MPD tho? Were you trying to batch duplicate a large number of pages? I need more information to help you.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Does it works on Nginx?It’s does work well on nginx.
Do you still get that error if the plugin is disabled? When is the error occurring?