Page 1 of 1

User Control Panel - Category Creation - Registered

Posted: 06 Apr 2009, 22:38
by theduck01
Hi,

I have a site where the Phoca Gallery is for registered users only.

How can I ensure that all Categories created by the User Control Panel have a default Access Level of Registered.

I am happy to work with the source, if anyone could point me in the correct direction.

Many thanks,

theduck

Re: User Control Panel - Category Creation - Registered

Posted: 07 Apr 2009, 08:13
by theduck01
Hi,

Now discovered the answer.

Edit line 734 of components/com_phocagallery/controller.php

Change:

$post['access'] = 0;

to

$post['access'] = 1;

I hope this helps someone else,

theduck

Re: User Control Panel - Category Creation - Registered

Posted: 15 Apr 2009, 21:34
by Jan
Ok