Home > Article > CMS Tutorial > How to remove 'Select registered membership type' in Imperial ECMS
How to remove "Select registered membership type" in Imperial ECMS?
How to remove "Select registered membership type" for registered members of Empire ECMS
User experience is a very important factor in website construction, and it is also our A basis for building a website, however, Empire Ecms will have a membership type selection when registering. Personally, I feel that this is very unfriendly to our user experience. Today I will introduce to you how to cancel this "Select the registration membership type" ".
It is recommended to study "Empire cms Tutorial"
The modification method is also very simple, that is, modify the ecms configuration file. Here the editor introduces the modification methods of the two versions. , first if it is version 6.6, connect to FTP, download the file e/class/user.php locally, find $changeregisterurl=”ChangeRegister.php”; and modify it to: $changeregisterurl=””; then save and upload it That's it.
The version of Empire CMS7.0 modifies the e/config/config.php file. Find
$ecms_config['member']['changeregisterurl']=”ChangeRegister.php”;
and modify it to
$ecms_config['member']['changeregisterurl']=”";
and then upload it to overwrite it.
The above is the detailed content of How to remove 'Select registered membership type' in Imperial ECMS. For more information, please follow other related articles on the PHP Chinese website!