MagicStick
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Duplicator] Error on debugThis is a very strange one. The only way I can think you have got this error is if there was an issue when the plugin was activated. Can you deactivate/reactive the plugin again and let me know if the error persists?
Thanks
Mario
Forum: Plugins
In reply to: [Multisite Post Duplicator] Visual Composer?Yes supports lots of custom stuff. I’ve not tested everything but as long as the plugin uses core WordPress database tables. Just try it mate. Too many questions man. Just give it a bash and see.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Visual Composer?I don’t understand the question and I guess the best way to find out is to try plugins. Quicker than waiting for a response on a forum! 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Visual Composer?Hey mate. I’ve never tested with visual composer. Why don’t you give it a try and see. Really depends on how the plugin structures their data. Also with regards to your Q about updating there are lots of options to customise your behaviour so it should be able to do what you need! 🙂
That’s great to hear guys. Glad to be of help.
Saykoo. I have updated the code on github to take your requirements into account. Just make sure you have ‘ Allow linked duplication functionality?’ unchecked in the plugin settings and it should work as required.
https://github.com/magicstickuk/multisite-post-duplicator-auto-post/blob/master/auto.php
Hi saykoo. This is a completely different ask. I would not use the above code. If you have a specific feature request please start another thread.
Hi saykoo. This code was specifically for the OP. What are you trying to do?
Hey guys. Finished this wee add-on for you.
You can get the file here: https://github.com/magicstickuk/multisite-post-duplicator-auto-post/blob/master/auto.php
Simply copy this code anywhere into your themes functions.php file
IMPORTANT!!
You have to update to v1.5.5 for this code to work (uses new filters).
To set the site(s) you want your posts to duplicate do the following:
edit line 8 in the auto.php file to include the id(s) of the site that you want to auto copy your posts to.
for example if your main site has an id of 1.
// Add the ids of the sites you want to auto copy posts to!! $main_site_ids = array(1);or if you want to auto copy to more than one site:
// Add the ids of the sites you want to auto copy posts to!! $main_site_ids = array(1, 3, 4);If you are not sure what your site ID’s are then give this plugin a try:
https://wordpress.org/plugins/wp-show-site-id/- This reply was modified 9 years, 3 months ago by MagicStick.
Hey guys! Thanks for much for the beer money haha!
I have got something that is pretty close to what you need. Will get you a wee snippet of code to fire into your functions.php tomorrow that will allow your automation 🙂
Was actually quite fun to consider this functionality. Might add a wee option for this in the core of the plugin on a future release.
- This reply was modified 9 years, 3 months ago by MagicStick.
- This reply was modified 9 years, 3 months ago by MagicStick.
Hey guys. Thanks for the kind words. At the moment the plugin doesn’t support what you are looking for out the box, but give me a bit and I’ll write you a wee mod so you can add this functionality.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multiple PHP warningsoh btw, thanks Gregory! 😉
Forum: Plugins
In reply to: [Multisite Post Duplicator] Invalid Argument acf-functions.phpAnd another commit tonight Adicto! Should be fixed now!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Invalid Argument acf-functions.phpJust committed v1.5.3 Adicto. Should be fixed now. Please report back if not!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Setting the limitLink me up on my email mariojaconelli at gmail 🙂