DEDEcms member login exit jump to the home page modification method
In the default dede template, members are redirected to the member center by default after logging on to the homepage.
If you want to log on to the website homepage, you can modify the dede File: DEDE technology-598080707.NET.
1. Find the index_do.php tutorial file in the/member Directory of dede source code.
2. Search for the following sentence:
ShowMsg ("successfully logged on, 5 seconds later, go to the system homepage...", "index. php );
Replace:
ShowMsg ("successfully logged on, 5 seconds later, go to the system homepage );
In addition, if a dede member wants to exit the dede system, he or she will return to the dede website homepage.
You can search for the following sentence in the index_do.php File: Dede tutorial-598080707.NET
ShowMsg ("log out successfully! "," Index. php ", 0,2000 );
Replace:
ShowMsg ("log out successfully! );
In this way, dede members will not return to the dede member center when they log on and exit.