- Common questions
- How to
- Getting started
- Types and levels of listings
- Categories management
- Locations management
- Users and users groups
- Internationalization
- Events calendar widget
- Listings management
- Content fields
- Content pages
- Membership packages
- System and site settings
- Banners blocks and JS advertisement blocks
- Frontend settings
- Claim listings feature
- Web services settings
- Payments
- Customization
Set redirect after login/logout
In order to set you own redirect path after users were successfully logged in - redefine HOME_PAGE constant in 'modules/authorization/authorization.module.php' file. For example:
define('HOME_PAGE', 'admin/');
or
define('HOME_PAGE', ''); - this will redirect to index page
If you wish to refresh page after log in - modify 'modules/authorization/controllers/authorization_controller.php' file, change this line:
redirect(HOME_PAGE);
to
header("Cache-Control: no-cache");
You may modify redirect in logout function in 'modules/authorization/controllers/authorization_controller.php' file:
redirect('login');
Recent news
- V3.1 RELEASED
- User manual was seriously improved
- v3 Released
- Good news about version 3
- New users panel for full license owners
- Web 2.0 Directory v2.5 released
- Web 2.0 Directory v2.4 released
- Web 2.0 Directory v2.3 released
- Special Spring Discounts till June 20 2010
- Full detailed manual of the script was published
