DedeCms DedeCMS Members will directly jump to the member center after logging in, and the same is true for exiting, but they do not want to directly jump to the home page after logging in, so please refer to the following method to solve this problem.
The modification steps are as follows:
1. Find the index_do.php file in the member directory, and find the following code:
ShowMsg ("Successful login, steering system homepage in 5 seconds...", "index. php", 02000);
Replace it with the following code:
ShowMsg ("Successful login, steering system homepage in 5 seconds...", "/", 02000);
2. Find the following code again:
ShowMsg ("Log out successfully!", "index. php", 02000);
Modify it as follows:
ShowMsg ("Log out successfully!", "/", 02000);
In this way, dream weaving DedeCMS members will directly jump to the home page after logging in or exiting.
Statement: All articles on this site, unless otherwise specified or marked, are originally published on this site. No individual or organization is allowed to copy, embezzle, collect and publish the content of this website to any website, book and other media platforms without the consent of this website. If the content of this website infringes upon the legitimate rights and interests of the original author, please contact us for handling.