Gallery Wd

Статус
В этой теме нельзя размещать новые ответы.

mickymouse

Постоялец
Регистрация
22 Фев 2008
Сообщения
186
Реакции
137
Joomla! Gallery WD is an advanced gallery extension with responsive design and layout. It allows adding different image galleries and modules to your website’s pages. It is possible to create unlimited number of galleries in Gallery WD, which can be added to albums. You can provide tags and description for images in the gallery.

Gallery WD Extension Features:
  • Fully responsive layout and design
  • Gallery views have 7 options:
    • Thumbnails view. Images are displayed in thumbnails
    • Masonry. Image thumbnails are displayed in multiple dimensions
    • Slideshow. Gallery is displayed in a slideshow
    • Image Browser. Custom size images of gallery are displayed individually with switching possibility
    • Compact Album. Album gallery cover images displayed in thumbnails
    • Extended Album. Album gallery images are displayed with descriptions.
    • Blog Style. Gallery images are displayed in blog style.
  • JPG, JPEG, PNG, GIF file extension support
  • Editable gallery themes, parameters for different elements
  • Possibility to add unlimited number of photos in each gallery
  • Unlimited number of galleries/albums in each album
  • Shortcode for adding a gallery into pages
  • Display options of extended and compact album gallery
  • Management of Gallery/Album/Image roles for different level users
  • Tags and captions for gallery images
  • Crop, flip and rotation of thumbnail images in the gallery
  • Availability to specify the number of gallery album images in a single row
  • Option to display gallery images in slideshow with shuffle and auto play possibilities
  • Slideshow gallery with an audio track
  • Advertisement/Watermark on gallery images
  • Management of gallery image comments (publish, unpublish, delete)
  • Captcha code in gallery image comment boxes
  • Sharing options of gallery for popular social networks (Facebook, Twitter, Google+)
  • Option to download images from gallery
  • Gallery WD Tag Cloud module (dynamic image/text tag rotation)
  • Gallery WD Slideshow module (slideshow with 15 special effects)
  • Gallery WD module to display galleries and albums

Demo:
Для просмотра ссылки Войди или Зарегистрируйся
Jed:
Для просмотра ссылки Войди или Зарегистрируйся
1.2.8 - J!3.x
 
всем хороша галерея, но модуль с альбомом дебильно устроен -- вместо того, чтобы иметь возможность задавать ссылку для перехода на альбом, он подгружает весь альбом AJAX-навигацией!

я его для своих нужд слегка подправил, там всего пара строк:

в modules/mod_gallery_wd/helper.php строка 151 - дописываем в запрос поля slug альбома и галлереи:
Код:
SELECT #__bwg_album_gallery.*,#__bwg_gallery.published as published,#__bwg_gallery.slug as slug,

#__bwg_album.slug as album_slug
FROM #__bwg_album_gallery
LEFT JOIN #__bwg_gallery ON #__bwg_album_gallery.alb_gal_id=#__bwg_gallery.id
LEFT JOIN #__bwg_album ON #__bwg_album_gallery.album_id=#__bwg_album.id

в modules/mod_gallery_wd/tmpl/album.php cnhjrf 709 - убираем всю хрень с Аяксом в открывающей ссылке, пишем:
Код:
<a href="<?php echo "/".$album_galallery_row->album_slug."/".$album_galallery_row->slug; ?>">



остается прописать в slug то, что будет соответствовать ссылкам в меню Джумлы. Например, если есть меню /design/banners и /design/web,
то заводим альбом с slug=design и галереи с slug=banners и web.

очень удобно!
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху