script.php * * @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ class pkg_ImportexportusersInstallerScript { /** * This method is called after a component is installed. * * @param \stdClass $parent - Parent object calling this method. * * @return void */ public function install($parent) { } /** * This method is called after a component is uninstalled. * * @param \stdClass $parent - Parent object calling this method. * * @return void */ public function uninstall($parent) { //echo '

' . JText::_('COM_HELLOWORLD_UNINSTALL_TEXT') . '

'; } /** * This method is called after a component is updated. * * @param \stdClass $parent - Parent object calling object. * * @return void */ public function update($parent) { //echo '

' . JText::sprintf('COM_HELLOWORLD_UPDATE_TEXT', $parent->get('manifest')->version) . '

'; } /** * Runs just before any installation action is performed on the component. * Verifications and pre-requisites should run in this function. * * @param string $type - Type of PreFlight action. Possible values are: * - * install * - * update * - * discover_install * @param \stdClass $parent - Parent object calling object. * * @return void */ public function preflight($type, $parent) { //echo '

' . JText::_('COM_HELLOWORLD_PREFLIGHT_' . $type . '_TEXT') . '

'; } /** * Runs right after any installation action is performed on the component. * * @param string $type - Type of PostFlight action. Possible values are: * - * install * - * update * - * discover_install * @param \stdClass $parent - Parent object calling object. * * @return void */ function postflight($type, $parent) { // echo '

' . JText::_('COM_HELLOWORLD_POSTFLIGHT_' . $type . '_TEXT') . '

'; if ($type == 'uninstall') { return true; } $this->showInstallMessage(''); } protected function showInstallMessage($messages = array()) { ?>

Our plugin is compatible with Joomla 3, 4 as well as 5.

What this plugin does?

Your Joomla users can be imported and exported from Joomla 3.x to Joomla 4.x and 5.x and vice versa. Additionally, you can import users from any other websites or CMS into your Joomla website.

Start Using miniOrange Import Export Users plugin Read the miniOrange documents Get Support!