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.

Post reply

Can't comment until