Redirect to main page with an error or no permission to view Redirect to main page with an error or no permission to view
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Redirect to main page with an error or no permission to view

Started by skidpics, August 31, 2007, 05:16:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

skidpics

Not sure where to post this question..  but..


When you get "You don't have permission to access this page.", I would like for it either prompt to register, if the album is for registered viewers only, or redirect to the home page.  Is there a mod available for this?


Joachim Müller

Edit lang/yourlanguagefile.php (e.g. lang/english.php), find  'access_denied' => 'You don\'t have permission to access this page.',and replace with something like  'access_denied' => 'You don\'t have permission to access this page. <a href="login.php">Log in</a>.',