MagicStick
Forum Replies Created
-
Hey. Yeah. You can do this from within editing the post itself. On the sidebar there is a meta box with checkboxs for all the sites you have publish permissions on the network.
Forum: Plugins
In reply to: [Multisite Post Duplicator] unknown imagesThats interesting actually. Why is there a ?tmp=XXXX parameter at the end of the URL? That is not usual wordpress behaviour. Try changing the URL to just in the source page. http://lyhourleasing.com/lyhourleasing/wp-content/uploads/thememakers/cardealer/1/1036/thumb/567e54022d90d.jpg
Forum: Plugins
In reply to: [Multisite Post Duplicator] unknown imagesLooks like the image is down now, but I got a glimpse of it last night. Seems the theme you are using has some kind of custom uploader for images. If the plugin isn’t copying the images over then the this custom uploader my be using fields/database tables outwith the normal wordpress core (which is what my plugin covers). If you want to send me a dump of your sql database I can have a look and see if I can help. Unfortunately there is nothing more I can do based on a picture.
Forum: Plugins
In reply to: [Multisite Post Duplicator] unknown imagesCan you send me the post content html on the source post AND the new post that was created. You can get this by clicking on the ‘text’ tab in the post editor. See here for what I mean: http://webeminence.com/wp-content/uploads/2013/05/wordpress-add-html-code.jpg
Forum: Plugins
In reply to: [Multisite Post Duplicator] restrict to privilege levelHi Mesrick. I’ll be pushing out an update with this functionality tomorrow. Sorry for the delay in getting back to you (holiday period n’all that).
Now, in the setting page for this plugin, go right to the bottom and there is dropdown were you can select the minimum user role that has access to the plugins functionality.
If you need to get your claws on this right now you can at https://github.com/magicstickuk/multisite-post-duplicator/tree/v0.7.1.
Forum: Plugins
In reply to: [Multisite Post Duplicator] unknown imagesHi gmkimhong. Can you provide more details so I can help? I have nothing to go on here. 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Enable duplicate only from one siteHi computermobil. For for the late reply on this. If you update to latest version 0.6.1 and add the following code to your functions.php file the settings page will only be viewable by super admins.
function mpd_check_for_super_admin(){ $is_super_admin = current_user_can('manage_sites'); return $is_super_admin; } add_filter('mpd_show_settings_page', 'mpd_check_for_super_admin');Forum: Plugins
In reply to: [Multisite Post Duplicator] Excerpt is not duplicatedNew update should be available now with fixes jbclot! 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Excerpt is not duplicatedJust done some testing on this. I’ll have a fix released tonight. Sorry about that jbclot.
Thanks for the kind words Toni. This really did make my day!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Enable duplicate only from one siteHey computermobil! I’ve just updated the plugin with the requested functionality (plus loads more!!). I’ll mark this one as resolved now. Hope this is to your liking!
Forum: Plugins
In reply to: [Multisite Post Duplicator] Enable duplicate only from one siteAh! This is actually a great idea. We don’t have the functionality at the moment. I’ll definitely add this setting to the next version which will be release in the next few days (along with other new stuff! 😉 )
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multisite (site_id) compabilityThanks for the suggestion nyzeta. I’ve just added this into the next release. Also added your code to postform_ui.php in function mpd_publish_top_right().
Stay tuned, I have a release coming out in the next day or so with a MASSIVE amount of improvements/new features.
Thanks for the interest in my plugin! 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Auto post?It is an interesting use of the plugin. I’ll look into adding an option that will control this in a future release. 🙂
Forum: Plugins
In reply to: [Multisite Post Duplicator] Copy contentHi there.
What plugin have you used to create your gallery? My plugin doesn’t copy the actual files from one multisite to another it just copies the reference to it in the database. So it depends on how you have structured the media in each site. You can try manually copying the files to the folder the new created page is referencing?
If you let me know the name of what you have used to on your site I can look at adding support to the plugin!