hey uwed, you can do the logout redirect with a very simple code change in the ucp.php file.
Open up ucp.php, and change line 95 to:
## LOGOUT REDIRECT HACK -- BEGIN ##
$redirect = request_var('redirect', "{$phpbb_root_path}index.$phpEx");
meta_refresh(3, append_sid($redirect));
## LOGOUT ...
Search found 1 match
- Sun Jun 10, 2007 10:30 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: How to create login forphpbb3 on website
- Replies: 16
- Views: 117181