I'm looking about the best way to make an entry page for all galleries, displaying a linked thumb to each gallery.
Have tried to use 'My Gallery' block, but this one disappears when I log out.
Is there any other way that I'm missing ?
I'm looking about the best way to make an entry page for all galleries, displaying a linked thumb to each gallery.
Have tried to use 'My Gallery' block, but this one disappears when I log out.
Is there any other way that I'm missing ?
Comments
Comment #1
hungdo commentedI think you need to allow anonymous user can view 'My Gallery' block by go to menu User Management->Permission or check block configuration of 'My gallery' to show with anonymous user.
Comment #2
jcmc commentedhello sahaj,
I see hungdo give you the right answer.
Thanks hungdo!!!
PS
I use the situation to inform you that I work in a very better solution for blocks. It coming soon.
Regards
Juan Carlos
Comment #3
ijhana commentedI am having the same issue and the above solution is not working. I do not see permissions for My Gallery and the block has anonymous users selected.
Comment #4
motivez commentedI am having this same problem -- anonymous users are unable to see the block on the page I created specifically to show this block, while logged in users can..
Anonymous users are able to see the gallery if I link them directly, so I know this isn't the problem
Comment #5
jcmc commentedHello
@motivez,
can you explain me, what is the reason? why you not updated the module to one of the highter newest versions.
Please create a test account by >> http://pruebas.puntolatinoclub.de << and tell me it here (here is important, to know that you are the right person).
Then I give you admin rights and so you can see configurations and can make some tests.
I dont understand why you have categorized this here a bug report. Each block by this module have specific tasks. It can be configured to show a list of titles. Maybe they are not the wanted features you need but it belong to a feature request.
- Block "Galleries" -> Show a list or the first image of "show in block" configured nodes.
- Block "My Galleries" -> Only for the owner, shows users all theirs galleries in a title list. It can be configured to show thumbnails.
- Block "Gallery Block" -> Show randomly a Gallery Container
I could invest more time and work and make the blocks more sophisticated but not now and not tomorrow.
@ijhana,
The block "Galleries" shows the first picture of each node with GA-assigment, if show in block is TRUE. Do you want to show a list, change the block layout in block configure. There you can choose pic or list.
The rolle anonymous need permissions to view the node type and to view galleries in this node type.
Please create also a test account by >> http://pruebas.puntolatinoclub.de <<
The block My Galleries is a owner block only. I think about to integrate in it a limit of items and a more button and to develope a view callback which show the list of all your Galleries. I want make it configurable to be showed on user profile etc etc. The currently existing My Galleries block is only for the owner.
You can find a explanation about the GA-Blocks in the Gallery Assist Documentation at simple.puntolatinoclub.de.
PS
the block "My Gallery" not exist in the GA module
Comment #6
jcmc commentedI change the status because it is not a error. It is a mistake how are to be understand my concept for the GA-Bloks.
All people knows the block handling in this CMS is not enug flexible.
Dont worry, with this report I won a couple of ideas on the blocks.
Comment #7
estevo commentedThis is a bug:
in file:
./sites/all/modules/gallery_assist/gallery_assist.module
change line 3071:
$ga_public_status = $node->ga_public_status;
by:
$ga_public_status = $node->data['ga_public_status'];