coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: skidpics on August 31, 2007, 05:16:16 PM

Title: Redirect to main page with an error or no permission to view
Post by: skidpics on August 31, 2007, 05:16:16 PM
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?

Title: Re: Redirect to main page with an error or no permission to view
Post by: Joachim Müller on September 04, 2007, 09:30:31 AM
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>.',