Page 1 of 1

Re: Registered User Access to Downloads - Problem.

Posted: 10 Jul 2009, 14:45
by Jan
Hi, Phoca Download uses user managament from Joomla!, so if user is logged in, he can get the file, if not he is redirected to login site - this redirect is made by standard Joomla! method, so if you want to customize it, you need to do it in php code

search Phoca Download code, e.g.:

components/com_phocadownload/models/category.php for:

Code: Select all

$mainframe->redirect(JRoute::_('index.php?option=com_user&view=login', false)
Jan