By default, members of DedeCMS will directly jump to the member center after logging in, and the same is true for logging out. But if we want members to directly jump to the home page after logging in, how can we do that?
Modification steps:
First, 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);
Then find the following code:
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 when they log in or log out.
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.