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.

Post reply

Can't comment until