Hello List,
I'm quite new to Drupal and have just started to setup my first Website using Drupal 6. A major feature should be a private image gallery. So I installed following modules: image, image_gallery_access, acl, views.
I had no problems, to add a new gallery and attaching some photos to it. But when opening the gallery (path: /?q=de/image/tid/1), I get 12 thumbnails per page arranged in just one column instead of an array (using the full width of the main block).
After reading some documentation, I still can't figure out, how to change the layout. Do I have to modify a template, a CSS-style-sheet, insert some PHP-Code or ist it just an issue of configuring the image views? Do I need to add a "gallery page display"?
Any help appreciated.
Kind Regards Marco
You should be able to change the view style to grid under Basic settings and adjust the number of columns.
On Mon, Jan 3, 2011 at 4:58 PM, camro15 camro15@gmx.de wrote:
Hello List,
I'm quite new to Drupal and have just started to setup my first Website using Drupal 6. A major feature should be a private image gallery. So I installed following modules: image, image_gallery_access, acl, views.
I had no problems, to add a new gallery and attaching some photos to it. But when opening the gallery (path: /?q=de/image/tid/1), I get 12 thumbnails per page arranged in just one column instead of an array (using the full width of the main block).
After reading some documentation, I still can't figure out, how to change the layout. Do I have to modify a template, a CSS-style-sheet, insert some PHP-Code or ist it just an issue of configuring the image views? Do I need to add a "gallery page display"?
Any help appreciated.
Kind Regards Marco
-- [ Drupal support list | http://lists.drupal.org/ ]
Thank you very much Carl! That was a good tip.
Grid works fine as long as you can live with a fixed number of columns. Usually my gallery should re-arrange the thumbnails when resizing the browsers window.
I am pretty sure to have tried several style options like gallery and subgallery (unfortunatelly ignoring grid), with no success. Working on a different computer, thus using a different browser, the gallery suddenly displayed perfectly using the style 'gallery'! Even when resizing the browser.
So it has been a problem with my browser Iceweasel!!! :-( (I have to admit, it is a bit outdated...)
Although I don't know why Iceweasel is not showing the gallery in the desired way, I now know that I did everything right :-)
Yours Marco
You should be able to change the view style to grid under Basic settings and adjust the number of columns.