Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#1018 Guest (unlogged) access only

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Sunday, 21 September 2014 16:19 UTC

roboko
I am trying to have two galleries - one with watermark and second without watermark. I want to grant access for unlogged users (by default "Guest" group) to watermarked one and logged one (and part of "Members" group) to non-watermarked only. I am using "User Groups" listbox feature in "Event Manager" (watermarked = Guest, non-watermarked = Members). Correct: users which are not part of the "Members" group cannot access to gallery without watermark. Issue: Unlogged users (I assumed they are part of the Guest group) cannot access to none of them.

Thanks a lot

Roman Koch

sbluege
You're right. Seems like a defect. I already tracked it and will have a closer look when I'm back from vacation.

sbluege
Okay... here might be a solution for you:

open components\com_eventgallery\library\folder.php. Look at line 241. Not change

$userUserGroups = JUserHelper::getUserGroups($user->id);


to

$userUserGroups = $user->groups;


Any improvements? At least this worked for me using Joomla 3.2

roboko
great, works perfect. Great support, thanks a lot. :-)

sbluege
The fix will be part of Event Gallery 3.3