Announcement

#1 2011-03-19 20:40:42

philip
Guest

ategories / Thumbnails

Hi all can you tell me if this mod is available? Or how it can be done!

If I set categories to private then Guests can’t see them!

Is there a way where I can let guests see only categories / Thumbnails and descriptions but when they click on it, it asks them to register?
Thanks for any advice

 

#2 2011-03-19 21:13:29

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: ategories / Thumbnails

philip wrote:

Hi all can you tell me if this mod is available? Or how it can be done!

If I set categories to private then Guests can’t see them!

1) install/activate [extension by Piwigo Team] LocalFiles Editor from screen [Administration > Plugins > Manage]

2) open [Administration > Plugins > LocalFiles Editor > personal plugin] edit English[UK] and paste the following code:

Code:

add_event_handler('loc_begin_picture', 'picture_guest_denied');

function picture_guest_denied()
{
  global $user;
  if (is_a_guest()) access_denied();
}

3/ install/activate personal plugin [Administration > Plugins > Manage]


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#3 2011-03-20 01:46:25

philip
Guest

Re: ategories / Thumbnails

ddtddt Piwigo Team
thank you it works great!!

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact