![]() |
|
MODULE - Transfer Domain - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41) +---- Thread: MODULE - Transfer Domain (/showthread.php?tid=1358) |
MODULE - Transfer Domain - celsowebmax - 03-31-2015 Hi Guys Where I find this module to Transfer Domain? The repo zpx.imerlabs.com not work Wait and Thank in advance RE: MODULE - Transfer Domain - Ron-e - 03-31-2015 All i can find is a old one, so i should not test it on a production server... I do not know if it works with Sentora.. https://www.dropbox.com/s/t65k8wrkmng8h73/transfer_domain.zpp?dl=0 It's made by @[modpluz] by the way, maybe he has an better version. RE: MODULE - Transfer Domain - Ron-e - 03-31-2015 Hey the repo of Modpluz is still online, check out: http://zpx.imerlabs.com/transfer_domain.zpp RE: MODULE - Transfer Domain - celsowebmax - 03-31-2015 Yeah... Working perfectly Thank very much RE: MODULE - Transfer Domain - fairbanksk - 10-24-2015 To fix the Transfer Domain module so that it works with Sentora, it is a minor change in two spots. in the assets/transfer_domain.js file make the following changes: Line 19: zPanel.dialog.confirm({ Change zPanel to Sentora Line 32: okCallback: function() { zPanel.loader.showLoader(); $('#frm_transfer_domain').submit(); } Change zPanel to Sentora |