Added new class "polaroid_img_container" to ensure that image proportions in thumbnails are preserved even when using unusual image formats in albums or image blocks.
This also means that the thumbnails can no longer change the albums or image blocks. These results in albums or image blocks that are the same size and you no longer have to tinker around to achieve this. So be careful if you want to make changes to the places I have set up for this in the gallery.css or in the gallery-color.css.
I modified these files for this:
phpbbgallery/core/styles/prosilver/template/gallery/albumlist_polaroid.html
phpbbgallery/core/styles/prosilver/template/gallery/imageblock_polaroid.html
phpbbgallery/core/styles/prosilver/theme/gallery.css
phpbbgallery/core/styles/prosilver/theme/gallery-color.css
old
new
old
new
You can now click directly on the image in the album block to get to the album images there and do not have to click on the album name.
This is an advantage if you view the gallery on your smartphone to go from the album to the pictures there.
new
- click directly on the image in the album block.jpg (17.79 KiB) Viewed 147 times
The problem occurs in the responsive view when "Moderator logs" in other languages contain more characters, such as "Moderations-Protokoll" in German.
phpbbgallery/core/styles/prosilver/template/gallery/moderate_actions.html
phpbbgallery/core/styles/prosilver/template/gallery/moderate_approve.html
phpbbgallery/core/styles/prosilver/template/gallery/moderate_overview.html
phpbbgallery/core/styles/prosilver/template/gallery/moderate_reports.html
old
- moderate_actions-old.png (12.22 KiB) Viewed 55 times
new
- moderate_actions-new.png (12.77 KiB) Viewed 55 times
phpbbgallery/core/styles/prosilver/template/gallery/index_body.html
New: If users do not have permission to view members' personal galleries, the link to the personal gallery block under the general albums will be automatically hidden for those users!
search:
Code: Select all
<!-- IF S_USERS_PERSONAL_GALLERIES -->
replace:
Code: Select all
<!-- IF S_USERS_PERSONAL_GALLERIES and TOTAL_PGALLERIES -->
In addition, I have reworked this personal gallery block for the “Members’ Personal Albums”.
old
new
old
new
I have corrected this in my changes.--->
the word (medium) is misspelled in the Gallery statistics
I also corrected the German and English language files in my changes only where necessary.