MagicStick
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Duplicator] Setting the limitThat’s unfortunate! Can you send me your moded v0.9.3 and I’ll look into getting it working on the latest version?
Forum: Plugins
In reply to: [Multisite Post Duplicator] Setting the limitHi ihackinjosh. If you have WordPress > 4.6 and are running the latest version of my plugin you will see all of your sites! 😉
Forum: Plugins
In reply to: [Multisite Post Duplicator] Invalid Argument acf-functions.phpHi Adicto. I’ll get a fix out for this tonight. Sorry about that.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multiple PHP warningsTHanks for that greg. I can see the issue. Will have a fix pushed out tonight.
Thanks!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multiple PHP warningsHey greg. Thanks for letting me know. If you could paste the error into this thread it would really help me out 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] to all sites SelectFixed issue saykoo. Get 1.5.1 to resolve . Will consider your suggestion for the auto selected option! Thanks!
Forum: Plugins
In reply to: [Multisite Post Duplicator] to all sites SelectAdded in release 1.5!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multiple PHP warningsJust submitted v1.4.1. Should be available any minute now. This update should clear your warnings dave. Sorry about that! 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multiple PHP warningsThanks for the info Dave. I think I know what’s going on here. Will get a fix for this out asap.
- This reply was modified 9 years, 4 months ago by MagicStick.
Forum: Plugins
In reply to: [Multisite Post Duplicator] to all sites SelectThat’s a great idea saykoo! I’ll add this feature to the next release!
- This reply was modified 9 years, 4 months ago by MagicStick.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Add Event Organiser postsGlad to help! 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Add Event Organiser postsHi krkjee. Add the following code anywhere in your themes function.php and you should be good to go!
function mpd_prepare_destination_event_organiser($post_id, $source_post){ if($source_post['post_type'] == 'event'){ if (function_exists('eo_update_event')) { eo_update_event( $post_id ); } } return; } add_action('mpd_end_of_core_before_return','mpd_prepare_destination_event_organiser', 10, 2);Let me know how you get on!
- This reply was modified 9 years, 4 months ago by MagicStick.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Warning Errors when duplicatingI’m going to assume this issue resolved as no response from originator for 2 days. 🙂
- This reply was modified 9 years, 4 months ago by MagicStick.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Warning Errors when duplicatingSorry. I just noticed an issue with v1.3.1. Version v1.3.2 is now the latest and should have fixed the php warnings.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Warning Errors when duplicatinghey luisthegeek. Thank you so much for the information. I just checked the code and indeed you are right that this warning could appear in some scenarios. I have just fixed the issue (I HOPE) and committed to WordPress. Can you update to version 1.3.1 a check that the php warning is now gone?
Thanks!