After people logout, they go back to the homepage. How do I change where the user goes after they logout? Thanks in advance
What is the HTML page to customize the white "redirect" in between page? The page that says: Logged Out (Click here to......)
That page is templates/redirect.html if you want to change the look of the redirect page. But to change that specific text only, it's in language/en.php, search for _TPL_REDIRECT_CLICKHERE and that is the text. URL redirect change is already discussed above.