Never Settle
Forum Replies Created
-
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Target Site URL as Domain NameThanks for your suggestion, I don’t think that would be a good option as some installs are just sub-folder and this will bring more confusion.
If the WordPress installation is sub-domain, this is what is shown by default. If its sub-folder, it shows differently
Forum: Plugins
In reply to: [NS Cloner - Site Copier] How to stop cloning users in member templateHey @yeungmanlung
You can add it in the functions.php file in your child theme. For more options you can checkout this article https://managewp.com/blog/add-code-snippets-to-wordpress
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Target Site URL as Domain NameHey @hustleou
That may be hard to detect, an option perhaps would be to allow setting up a custom domain, like a checkbox where the custom domain can be entered
Hey @pepe80
Thanks for bringing this up. Could you please confirm if the missing options have content in them. Empty options will not be cloned over to the target site. Please also confirm if you have set the filter
ns_cloner_rows_where
to set the id greater than 99677Forum: Plugins
In reply to: [NS Cloner - Site Copier] How to stop cloning users in member templateHey @yeungmanlung
You can use this code snippet
add_filter( 'ns_cloner_rt_request', function( $request, $new_site, $meta ) {
$request['do_copy_users'] = 0;
return $request;
})Please let me know incase you have any other questions
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Are timezones cloned?Hey @kdietrich22
Do you mean the WordPress timezone setting in the source site?
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Target Site URL as Domain NameHey @hustleou
We can look at adding this, as this is not supported by default on WordPress, are you using another plugin or configuration to achieve this?
Forum: Plugins
In reply to: [NS Cloner - Site Copier] “Your site is currently being set up”Hello @trenchy ,
This should be resolved in the latest release. Please let us know incase you have any other issues
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Parked Domain created after cloneHey @anshuak47
The cloner plugin does not create or manage and domains. The plugin will only clone a site based on the settings defined by the admin user. Depending on how your multisite is created, cloner will either create a sub-domain site or sub-directory site. If deleted, it will not affect the original domain that was assigned to it
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Cloner not cloningHey @stelpavlou
Please confirm the web server you are using. I did some tests and I could not replicate on nginx but the issue seems to be there when using Apache when using PHP 8.2. It could be related to the support on the Apache version.
Please confirm if manual site creation works
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Cloner not cloningHey @stelpavlou,
Thanks for bringing this up. Please confirm if the site is visible under ‘Network Admin > Sites’ menu. Also please advise if there are any errors or warnings shown during the cloning period.
Warm Regards
Forum: Reviews
In reply to: [NS Cloner - Site Copier] Awesome and FREE plugin!Thanks!
Hey @marketsin
From the video I see a logged in user views the correct site but a logged out user does not? It could be a server configuration issue or cache. As it is redirecting the main site, it seems it is more of a configuration on the site
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Strange behavior when deleting cloned siteHey @mjsdsoyyo ,
Thanks for the confirmation. By any chance do you have the constant
UPLOADS
defined in your WordPress settings? It seems when the media content is copied onto the new site, the path to the media is maintained. I will continue to try replicate this issue on my end. Please advise if you are using sub-directory or sub-domain multisite configuration.Warm Regards
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Strange behavior when deleting cloned siteHey @mjsdsoyyo
Do you leave the option to copy media files checked? If unchecked it will reference the source media files which will be deleted when the media items are deleted