Version Description
- Few Bugs Fixed
Download this release
Release Info
Developer | Gallery-Bank |
Plugin | Gallery Bank: WordPress Photo Gallery Plugin |
Version | 3.0.9 |
Comparing to | |
See all releases |
Code changes from version 3.0.8 to 3.0.9
- front_views/includes_common_before.php +3 -2
- gallery-bank.php +1 -1
- readme.txt +549 -0
- views/edit-album.php +1 -2
- views/header.php +2 -2
- views/images-sorting.php +1 -2
- views/includes_common_before.php +1 -2
- views/settings.php +0 -50
front_views/includes_common_before.php
CHANGED
@@ -204,9 +204,10 @@ switch ($album_type) {
|
|
204 |
|
205 |
$index = array_search("language_direction", $setting_keys);
|
206 |
$lang_dir_setting = $album_css[$index]->setting_value;
|
|
|
|
|
|
|
207 |
|
208 |
-
$index = array_search("video_thumb_url", $setting_keys);
|
209 |
-
$video_thumb_url = $album_css[$index]->setting_value;
|
210 |
break;
|
211 |
case "grid" || "list" || "individual":
|
212 |
$index = array_search("cover_thumbnail_width", $setting_keys);
|
204 |
|
205 |
$index = array_search("language_direction", $setting_keys);
|
206 |
$lang_dir_setting = $album_css[$index]->setting_value;
|
207 |
+
|
208 |
+
$video_thumb_url = GALLERY_BK_PLUGIN_URL . "/assets/images/video.jpg";
|
209 |
+
|
210 |
|
|
|
|
|
211 |
break;
|
212 |
case "grid" || "list" || "individual":
|
213 |
$index = array_search("cover_thumbnail_width", $setting_keys);
|
gallery-bank.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
|
6 |
Author: Tech Banker
|
7 |
-
Version: 3.0.
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
|
6 |
Author: Tech Banker
|
7 |
+
Version: 3.0.9
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
ADDED
@@ -0,0 +1,549 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Gallery Bank ===
|
2 |
+
Contributors: Gallery-Bank,contact-banker
|
3 |
+
Tags: admin, album, best gallery plugin, best portfolio plugin, comments, easy media gallery, filterable gallery, filterable portfolio, gallery, gallery album, gallery bank, gallery wordpress plugin, google, grid gallery, html5 mp3 player, html5, mp4 player, image, image album, image slider, images, links, media, nextgen, page, pagination gallery, pagination portfolio, photo album, photo albums, photo gallery, photo slider, photos, pictures, plugin, portfolio, portfolio gallery, portfolio wordpress plugin, post, posts, responsive gallery, seo image,sidebar, slideshow, thumbnails, twitter, videos, widget, wordpress gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin
|
4 |
+
Requires at least: 3.3
|
5 |
+
Tested up to: 3.8.1
|
6 |
+
Stable tag: 3.0.9
|
7 |
+
License: GPLv3 or later
|
8 |
+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
+
|
10 |
+
Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
Gallery Bank is a Wordpress Plugin designed to create elegant and beautiful gallery albums with images, videos using Grid Albums, List Albums, Individual Albums, Masonry Layouts and Thumbnail Layouts, Special Effects & Animation Effects.
|
15 |
+
|
16 |
+
Gallery Bank has become the **Best Plugin** in the world for WordPress sites to display images. It has been designed to provide easiness and simplicity to the end user. It is a very simple but fully loaded with 200+ features(**Premium Version**) Plugin.
|
17 |
+
|
18 |
+
> #### **Live Demos**
|
19 |
+
|
20 |
+
> * [Gallery Bank](http://tech-banker.com/gallery-bank/)
|
21 |
+
> * [Gallery Bank Demos](http://tech-banker.com/gallery-bank/demo/)
|
22 |
+
> * [Demo Using Masonry Layout in Individual Images](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-and-description-masonry-layout/)
|
23 |
+
> * [Demo Using Masonry Layout with Animation Effects](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-using-animation-effects-masonry-layout/)
|
24 |
+
> * [Demo Using Masonry Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-masonry-layout/)
|
25 |
+
> * [Demo Using Masonry Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/albums-in-grid-format-with-title-and-description-masonry-layout/)
|
26 |
+
> * [Demo Using Masonry Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-masonry-layout/)
|
27 |
+
> * [Demo Using Thumbnails Layout in Individual Images](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-and-description-thumbnails-layout/)
|
28 |
+
> * [Demo Using Thumbnails Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-thumbnails-layout/)
|
29 |
+
> * [Demo Using Thumbnails Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/abums-in-grid-format-with-title-and-description-thumbnails-layout/)
|
30 |
+
> * [Demo Using Thumbnails Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-thumbnails-layout/)
|
31 |
+
> * [Demo Using Filmstrip Layout in Individual Images](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-and-description-filmstrip-layout/)
|
32 |
+
> * [Demo Using Filmstrip Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-filmstrip-layout/)
|
33 |
+
> * [Demo Using Filmstrip Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/albums-in-grid-format-with-title-and-description-filmstrip-layout/)
|
34 |
+
> * [Demo Using Filmstrip Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-filmstrip-layout/)
|
35 |
+
> * [Demo Using Slideshow Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-slideshow-layout/)
|
36 |
+
> * [Demo Using Slideshow Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/albums-in-grid-format-with-title-and-description-slideshow-layout/)
|
37 |
+
> * [Demo Using Slideshow Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-slideshow-layout/)
|
38 |
+
> * [Demo Using Blog Style Layout in Individual Images](http://tech-banker.com/gallery-bank/demo/individual-images-with-title-and-description-blog-style-layout/)
|
39 |
+
> * [Demo Using Blog Style Layout in Individual Album](http://tech-banker.com/gallery-bank/demo/individual-album-with-title-and-description-blog-style-layout/)
|
40 |
+
> * [Demo Using Blog Style Layout in Grid Format](http://tech-banker.com/gallery-bank/demo/albums-in-grid-format-with-title-and-description-blog-style-layout/)
|
41 |
+
> * [Demo Using Blog Style Layout in List Format](http://tech-banker.com/gallery-bank/demo/albums-in-list-format-with-title-and-description-blog-style-layout/)
|
42 |
+
|
43 |
+
It provides a powerful engine for uploading and managing galleries of images & videos, with the ability to batch upload, add/delete/rearrange/sort images, edit thumbnails, 100+ settings, and even much more. It also provides different front-end display styles (filmstrips, slideshows, masonry, blog styles and thumbnail galleries), all of them comes with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more.
|
44 |
+
|
45 |
+
***The Gallery Bank WordPress Gallery Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
|
46 |
+
|
47 |
+
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
48 |
+
|
49 |
+
***March 28, 2014: We're happy to announce that Gallery Bank reached 97,400+ plugin downloads in only 10 months. We frequently receive positive feedback from people using our Gallery Bank Plugin for WordPress. Thanks so much for your support!***
|
50 |
+
|
51 |
+
<a href="http://tech-banker.com/forum/gallery-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
52 |
+
|
53 |
+
<a href="http://tech-banker.com/gallery-bank/" target="_blank">Upgrade to Pro Version</a>
|
54 |
+
|
55 |
+
<a href="https://www.facebook.com/TechBanker/" target="_blank">Like & Support us on Facebook</a>
|
56 |
+
|
57 |
+
|
58 |
+
**The following are other famous Plugins developed and maintained by Tech Banker**
|
59 |
+
|
60 |
+
* [Contact Bank](http://wordpress.org/extend/plugins/contact-bank/) - Contact Bank allows you to add a contact form easilly and simply to a post or a page.
|
61 |
+
* [Captcha Bank](http://wordpress.org/extend/plugins/captcha-bank/) - An easy to use powerful wordpress Captcha Plugin to prevent spam on your site.lbums.
|
62 |
+
|
63 |
+
|
64 |
+
= Key Features =
|
65 |
+
|
66 |
+
* Multi-Lingual. Available now in 30 Languages.
|
67 |
+
* Responsive Gallery
|
68 |
+
* Shortcode Wizard in your Page/Post.
|
69 |
+
* Unlimited Albums Creation(**Premium Versions**). With Free Standard Version, you can only create upto 2 albums.
|
70 |
+
* Unlimited Images in each Album.
|
71 |
+
* Edit Albums and add/edite/delete images.
|
72 |
+
* Bulk Upload of Images
|
73 |
+
* Url Redirect to redirect on click of an image.
|
74 |
+
* Upload Videos from Youtube,Vimeo, etc.
|
75 |
+
* Set Cover Image
|
76 |
+
* Compact Albums
|
77 |
+
* Extended Albums
|
78 |
+
* Basic Thumbnail Gallery
|
79 |
+
* Grid Album Format
|
80 |
+
* Masonry Gallery Format
|
81 |
+
* List Album Format
|
82 |
+
* Filmstrip Gallery Format(**Premium Versions**)
|
83 |
+
* Slideshow Gallery(**Premium Versions**)
|
84 |
+
* Special Effects on Images & Albums(**Premium Versions**)
|
85 |
+
* Animation Effects on Images & Albums(**Premium Versions**)
|
86 |
+
* Bulk Deletion of Images(**Premium Versions**)
|
87 |
+
* Sorting of Images(**Premium Versions**)
|
88 |
+
* Sorting of Albums(**Premium Versions**)
|
89 |
+
* Social Sharing(**Premium Versions**)
|
90 |
+
* Commenting on Images(**Premium Versions**)
|
91 |
+
* Widgets(**Premium Versions**)
|
92 |
+
* Tags for each Image to make Filerable Gallery Album(**Premium Versions**)
|
93 |
+
* Bulk Deletion of Albums(**Premium Versions**)
|
94 |
+
* Purging Albums and Images(**Premium Versions**)
|
95 |
+
* Restore Factory Settings(**Premium Versions**)
|
96 |
+
* Global Settings(**Premium Versions**)
|
97 |
+
* Thumbnail Settings(**Premium Versions**)
|
98 |
+
* Album Settings(**Premium Versions**)
|
99 |
+
* Lightbox Settings(**Premium Versions**)
|
100 |
+
* Different Lightboxes like FooBox,ColorBox,FancyBox2,Lightbox2,Custom GB Lightbox,Pretty Photo(**Premium Versions**)
|
101 |
+
* Pagination(**Premium Versions**)
|
102 |
+
* Filter Settings(**Premium Versions**)
|
103 |
+
* Roles & Capabilities(**Premium Versions**)
|
104 |
+
* Front End Layout Settings(**Premium Versions**)
|
105 |
+
|
106 |
+
> #### **Upgrade to Gallery Bank Premium Versions**
|
107 |
+
> Take your media to the next level with [Gallery Bank Premium Versions](http://tech-banker.com/gallery-bank/), which gives you 200+ features such as:
|
108 |
+
|
109 |
+
> * Unlimited Albums Creation
|
110 |
+
> * Filmstrip Gallery Format
|
111 |
+
> * Slideshow Gallery
|
112 |
+
> * Special Effects on Images & Albums
|
113 |
+
> * Animation Effects on Images & Albums
|
114 |
+
> * Bulk Deletion of Images
|
115 |
+
> * Fully CSS3 compliant with text shadowing, box shadowing, gradients, etc
|
116 |
+
> * Sorting of Images
|
117 |
+
> * Sorting of Albums
|
118 |
+
> * Social Sharing
|
119 |
+
> * Commenting on Images
|
120 |
+
> * Widgets
|
121 |
+
> * Tags for each Image to make Filerable Gallery Album
|
122 |
+
> * Bulk Deletion of Albums
|
123 |
+
> * Purging Albums and Images
|
124 |
+
> * Restore Factory Settings
|
125 |
+
> * Global Settings
|
126 |
+
> * Thumbnail Settings
|
127 |
+
> * Album Settings
|
128 |
+
> * Lightbox Settings
|
129 |
+
> * Different Lightboxes like FooBox,ColorBox,FancyBox2,Lightbox2,Custom GB Lightbox,Pretty Photo(**Premium Versions**)
|
130 |
+
> * Pagination
|
131 |
+
> * Filter Settings
|
132 |
+
> * Roles & Capabilities
|
133 |
+
> * Front End Layout Settings
|
134 |
+
> * See your media on different theme and more.
|
135 |
+
> * Powerfull control panel and Shortcode Manager make getting started super easy
|
136 |
+
> * 24/7 Technical Support
|
137 |
+
|
138 |
+
Visit [here](http://tech-banker.com/gallery-bank) to upgrade to Pro Version now.
|
139 |
+
|
140 |
+
= Add New Albums =
|
141 |
+
|
142 |
+
You can add upto 2 albums with unlimited images in your Gallery Bank. After that you need to upgrade to one of the premium versions for unlimited access with different features available according to different packages of Gallery Bank.
|
143 |
+
|
144 |
+
= Editing Albums =
|
145 |
+
In albums, editing can be done easily. You can edit or add more images/ pictures in your albums. You can change title/description of an album as well as title/description of each image uploaded in a particular album.
|
146 |
+
|
147 |
+
= Sorting of Images in an Album =
|
148 |
+
Sorting of Images can be done in your albums. With this feature, you can change the order of pictures according to your requirement/choice.
|
149 |
+
|
150 |
+
= Sorting of Albums =
|
151 |
+
Sorting of Albums can be done in your albums. With this feature, you can re-arrange your order of albums to display on your website.
|
152 |
+
|
153 |
+
= Album Preview =
|
154 |
+
In album preview you can view the pictures/images on your back-end before implementing the shortcodes on your Pages/Posts.
|
155 |
+
|
156 |
+
= Cover Image =
|
157 |
+
You can easily set the cover image in your album. This cover image would be used to display on your Pages/Post when using the Album shortcodes.
|
158 |
+
|
159 |
+
= Short Codes =
|
160 |
+
There is a Shortcode Editor availble in your Page/Post where you want to implement the Gallery Bank Shortcode. You just need to go to your Page/Post where you want to implement it and then above your Text Editor/ WP Editor, there would be a button called Gallery Bank. Once you click on it, you can generate your shortcode easily and quickly.
|
161 |
+
|
162 |
+
= Global Settings =
|
163 |
+
|
164 |
+
With Global Settings, you can define different settings for Thumbnails, Albums, Lightboxes, Filters, Pagination and Slideshows.
|
165 |
+
|
166 |
+
|
167 |
+
= Gallery Bank is now available in the following Languages =
|
168 |
+
|
169 |
+
* Albanian (sq_AL)
|
170 |
+
* Arabic (ar)
|
171 |
+
* Brazilian Portuguese (pt_BR)
|
172 |
+
* Bulgarian (bg_BG)
|
173 |
+
* Chinese (zh_CN)
|
174 |
+
* Czech (cs_CZ)
|
175 |
+
* Danish (da_DK)
|
176 |
+
* Dutch (nl_NL)
|
177 |
+
* English (en_GB)
|
178 |
+
* Finnish (fi_FI)
|
179 |
+
* French (fr_FR)
|
180 |
+
* German (de_DE)
|
181 |
+
* Hebrew (he_IL)
|
182 |
+
* Hungarian (hu_HU)
|
183 |
+
* Korean (ko_KR)
|
184 |
+
* Malay Malaysia (ms_MY)
|
185 |
+
* Indonesian (id_ID)
|
186 |
+
* Italian (it_IT)
|
187 |
+
* Japanese (ja)
|
188 |
+
* Korean (hu_HU)
|
189 |
+
* Polish (pl_PL)
|
190 |
+
* Portuguese (pt_PT)
|
191 |
+
* Romanian (ro_RO)
|
192 |
+
* Russian (ru_RU)
|
193 |
+
* Serbian (sr_RS)
|
194 |
+
* Slovenian (sl_SI)
|
195 |
+
* Slovak (sk_SK)
|
196 |
+
* Spanish (es_ES)
|
197 |
+
* Swedish (sv_SE)
|
198 |
+
* Turkish (tr)
|
199 |
+
* Thai (th)
|
200 |
+
|
201 |
+
= Technical support =
|
202 |
+
|
203 |
+
* Please email all your queries/issues at support@tech-banker.com or use
|
204 |
+
* [Forum for Gallery Bank](http://tech-banker.com/forum/gallery-bank-support/), feel free to ask your queries.
|
205 |
+
|
206 |
+
== Installation ==
|
207 |
+
|
208 |
+
1. Upload the `gallery-bank` folder to the directory `/wp-content/plugins/`.
|
209 |
+
2. Activate the plugin using the 'Plugins' menu in WordPress.
|
210 |
+
|
211 |
+
== Frequently Asked Questions ==
|
212 |
+
|
213 |
+
== Screenshots ==
|
214 |
+
|
215 |
+
1. Gallery Bank Dashboard Page
|
216 |
+
2. Add New Album
|
217 |
+
3. How to create Shortcode using Shortcode Editor.
|
218 |
+
4. Displaying Images using Masonry Layout
|
219 |
+
5. Displaying Images using Thumbnails Layout
|
220 |
+
6. Opening Image of the Album in Lightbox.
|
221 |
+
|
222 |
+
== Changelog ==
|
223 |
+
|
224 |
+
= 3.0.9 =
|
225 |
+
|
226 |
+
* Few Bugs Fixed
|
227 |
+
|
228 |
+
= 3.0.8 =
|
229 |
+
|
230 |
+
* Dutch Language Updated
|
231 |
+
* Uninstall Hook Removed
|
232 |
+
|
233 |
+
= 3.0.7 =
|
234 |
+
|
235 |
+
* Updated Languages
|
236 |
+
* Bug Fixed Related to Pl Uploader which stops WP Media
|
237 |
+
|
238 |
+
= 3.0.6 =
|
239 |
+
|
240 |
+
* Updated Languages
|
241 |
+
* Fixed Few Bugs Related to Lightbox
|
242 |
+
* Request for Translation of New Languages
|
243 |
+
|
244 |
+
= 3.0.5 =
|
245 |
+
|
246 |
+
* Updated Languages
|
247 |
+
* Fixed Few Bugs Related to Lightbox
|
248 |
+
* Checked If Permissions are Set to Directory
|
249 |
+
|
250 |
+
= 3.0.4 =
|
251 |
+
|
252 |
+
* Updated Languages
|
253 |
+
* Fixed Few Bugs Related to Thumbnails generation
|
254 |
+
* Fixed Copy Images for existing albums to new folder
|
255 |
+
* Fixed Problem of loosing images when upgrading to latest versions.
|
256 |
+
|
257 |
+
= 3.0.3 =
|
258 |
+
|
259 |
+
* Updated Spanish Languages
|
260 |
+
* Fixed Few Bugs Related to Thumbnails generation
|
261 |
+
* Removed unwanted stuff
|
262 |
+
|
263 |
+
= 3.0.2 =
|
264 |
+
|
265 |
+
* Updated all Languages
|
266 |
+
* Fixed Few Bugs Related to Thumbnails
|
267 |
+
* Added Warning Permissions Message for Thumbnails
|
268 |
+
|
269 |
+
= 3.0.1 =
|
270 |
+
|
271 |
+
* Updated all Languages
|
272 |
+
* Fixed Few Bugs Related to Database Upgrade from Previous versions
|
273 |
+
* Add New Page to show how to add Shortcodes.
|
274 |
+
|
275 |
+
= 3.0.0 =
|
276 |
+
|
277 |
+
* Major Release
|
278 |
+
* New Feature : Images are now being saved in Gallery Bank itself instead of WP Uploads.
|
279 |
+
* New Feature : Thumbs are now created by the system itself rather than any 3rd Party script like Timbthumb etc.
|
280 |
+
* New Feature : Improved Performance
|
281 |
+
* New Feature : Improved Database to manage Gallery Bank
|
282 |
+
* New Feature : Indexing on Tables to grab results quickly
|
283 |
+
* New Feature : Highly Optimized Code
|
284 |
+
* New Feature : Responsive Layout
|
285 |
+
* New Feature : Easily adaptable environment for any device.
|
286 |
+
* New Feature : Bulk Upload of Images
|
287 |
+
* New Feature : New Short-code Wizard
|
288 |
+
* New Feature : Url Redirect to redirect on click of an image.
|
289 |
+
* New Feature : Compact Albums
|
290 |
+
* New Feature : Extended Albums
|
291 |
+
* New Feature : Basic Thumbnail Gallery
|
292 |
+
* New Feature : Masonry Gallery
|
293 |
+
* New Feature : List Album Format
|
294 |
+
* New Feature : Grid Album Format
|
295 |
+
* New Feature : Images in Row for displaying number of images per row
|
296 |
+
* New Feature : Albums in Row for displaying number of albums per row
|
297 |
+
* New Feature : Albums in Row for displaying number of albums per row
|
298 |
+
* New Feature : Filmstrip Gallery Format(**Premium Versions**)
|
299 |
+
* New Feature : Slideshow Gallery(**Premium Versions**)
|
300 |
+
* New Feature : Special Effects on Images & Albums(**Premium Versions**)
|
301 |
+
* New Feature : Animation Effects on Images & Albums(**Premium Versions**)
|
302 |
+
* New Feature : Bulk Deletion of Images(**Premium Versions**)
|
303 |
+
* New Feature : Sorting of Images(**Premium Versions**)
|
304 |
+
* New Feature : Sorting of Albums(**Premium Versions**)
|
305 |
+
* New Feature : Social Sharing(**Premium Versions**)
|
306 |
+
* New Feature : Commenting on Images(**Premium Versions**)
|
307 |
+
* New Feature : Widgets(**Premium Versions**)
|
308 |
+
* New Feature : Tags for each Image to make Filerable Gallery Album(**Premium Versions**)
|
309 |
+
* New Feature : Bulk Deletion of Albums(**Premium Versions**)
|
310 |
+
* New Feature : Purging Albums and Images(**Premium Versions**)
|
311 |
+
* New Feature : Restore Factory Settings(**Premium Versions**)
|
312 |
+
* New Feature : Global Settings(**Premium Versions**)
|
313 |
+
* New Feature : Thumbnail Settings(**Premium Versions**)
|
314 |
+
* New Feature : Album Settings(**Premium Versions**)
|
315 |
+
* New Feature : Lightbox Settings(**Premium Versions**)
|
316 |
+
* New Feature : Different Lightboxes like FooBox,ColorBox,FancyBox2,Lightbox2,Custom GB Lightbox,Pretty Photo(**Premium Versions**)
|
317 |
+
* New Feature : Pagination(**Premium Versions**)
|
318 |
+
* New Feature : Filter Settings(**Premium Versions**)
|
319 |
+
* New Feature : Roles & Capabilities(**Premium Versions**)
|
320 |
+
* Bugs Fixed : Wrong images displayed when videos added.
|
321 |
+
|
322 |
+
= 2.0.26 =
|
323 |
+
|
324 |
+
* Minor Database update before Major Version Release
|
325 |
+
|
326 |
+
= 2.0.25 =
|
327 |
+
|
328 |
+
* Fixed few issues with Wordpress 3.8.1 compatibility
|
329 |
+
|
330 |
+
= 2.0.24 =
|
331 |
+
|
332 |
+
* Fixed Bugs Related to Front View
|
333 |
+
* Fixed Bugs Related to Front View Albums
|
334 |
+
* Fixed Bugs Related to Front View Albums with Images
|
335 |
+
* Fixed Bugs Related to Css Display
|
336 |
+
* Lightbox Updated
|
337 |
+
|
338 |
+
= 2.0.23 =
|
339 |
+
|
340 |
+
* Fixed few issues with Wordpress 3.8 compatibility
|
341 |
+
|
342 |
+
= 2.0.22 =
|
343 |
+
|
344 |
+
* Option Added to Gather Data for Testing Purposes for Better Compatibility
|
345 |
+
|
346 |
+
= 2.0.21 =
|
347 |
+
|
348 |
+
* Few Bugs Fixed
|
349 |
+
|
350 |
+
= 2.0.20 =
|
351 |
+
|
352 |
+
* Few Bugs Fixed
|
353 |
+
* Fixed Security Issues
|
354 |
+
* Fixed Cross Scripting Issues
|
355 |
+
* Compatibility with 3.7
|
356 |
+
|
357 |
+
= 2.0.19 =
|
358 |
+
|
359 |
+
* Few Bugs Fixed
|
360 |
+
* Introducing Jquery Masonry
|
361 |
+
* Removed Timbthumb
|
362 |
+
|
363 |
+
= 2.0.18 =
|
364 |
+
|
365 |
+
* Few Bugs Fixed
|
366 |
+
|
367 |
+
= 2.0.17 =
|
368 |
+
|
369 |
+
* Few Bugs Fixed
|
370 |
+
|
371 |
+
= 2.0.16 =
|
372 |
+
|
373 |
+
* Languages Updated
|
374 |
+
|
375 |
+
= 2.0.15 =
|
376 |
+
|
377 |
+
* Fixed Bugs with Saving Albums
|
378 |
+
|
379 |
+
= 2.0.14 =
|
380 |
+
|
381 |
+
* Introducing Videos in Gallery Bank
|
382 |
+
* Fixed Bugs with Thumbnails
|
383 |
+
* Fixed Bugs related to Timbthumb
|
384 |
+
|
385 |
+
= 2.0.13 =
|
386 |
+
|
387 |
+
* Few Bugs Fixed
|
388 |
+
|
389 |
+
= 2.0.12 =
|
390 |
+
|
391 |
+
* Few Bugs Fixed
|
392 |
+
|
393 |
+
= 2.0.11 =
|
394 |
+
|
395 |
+
* Fixed Bug Related to Description of Images in Internet Explorer
|
396 |
+
|
397 |
+
= 2.0.9 =
|
398 |
+
|
399 |
+
* Fixed Bug Related to Menus visible to Users other than Administrator
|
400 |
+
|
401 |
+
= 2.0.8 =
|
402 |
+
|
403 |
+
* Few Bugs Fixed
|
404 |
+
* Languages Updated
|
405 |
+
|
406 |
+
= 2.0.7 =
|
407 |
+
|
408 |
+
* Plugin Confliction with JetPack Fixed
|
409 |
+
* Languages Updated
|
410 |
+
|
411 |
+
= 2.0.6 =
|
412 |
+
|
413 |
+
* Documentation Updated
|
414 |
+
* Languages Updated
|
415 |
+
* CSS Conflicts fixed
|
416 |
+
|
417 |
+
= 2.0.5 =
|
418 |
+
|
419 |
+
* New Functionality Introduced
|
420 |
+
* Documentation Added
|
421 |
+
* Js Conflicts fixed
|
422 |
+
|
423 |
+
= 2.0.4 =
|
424 |
+
|
425 |
+
* Plugin Update Conflicts Fixed
|
426 |
+
* Browser Conflicts Fixed
|
427 |
+
* Js Conflicts fixed
|
428 |
+
|
429 |
+
= 2.0.3 =
|
430 |
+
|
431 |
+
* Plugin Update Conflicts Fixed
|
432 |
+
|
433 |
+
= 2.0.2 =
|
434 |
+
|
435 |
+
* CSS Conflicts Fixed
|
436 |
+
* Layout Break in sites fixed
|
437 |
+
* Thumbnails Issue fixed
|
438 |
+
* Languages updated
|
439 |
+
|
440 |
+
= 2.0.1 =
|
441 |
+
|
442 |
+
* CSS Conflicts Fixed
|
443 |
+
* Timbthumb 2.8.11 Updated
|
444 |
+
|
445 |
+
= 2.0.0 =
|
446 |
+
|
447 |
+
* Introduction of New Version 2.0
|
448 |
+
* Introduction of Pagination for Images
|
449 |
+
* Bulk Delete of Images in Album
|
450 |
+
* General Settings for all Albums
|
451 |
+
* Individual Settings for Album
|
452 |
+
* New Design & Style
|
453 |
+
|
454 |
+
= 1.8.7 =
|
455 |
+
|
456 |
+
* Timbthumb Thumbnails Issue fixed.
|
457 |
+
|
458 |
+
= 1.8.6 =
|
459 |
+
|
460 |
+
* Readme.txt Updated
|
461 |
+
* Languages Updated
|
462 |
+
|
463 |
+
= 1.8.5 =
|
464 |
+
|
465 |
+
* Timbthumb Quality Issues Fixed
|
466 |
+
* Formatting Issue Resolved
|
467 |
+
|
468 |
+
= 1.8.4 =
|
469 |
+
|
470 |
+
* Introduced Sorting of Images in an Album
|
471 |
+
* Album Formatting conflict resolved
|
472 |
+
|
473 |
+
= 1.8.3 =
|
474 |
+
|
475 |
+
* Introduced Timthumb for Thumbnails
|
476 |
+
* Title Alignment - Fixed.
|
477 |
+
* Thumbnails were disorted - Fixed.
|
478 |
+
|
479 |
+
= 1.8.2 =
|
480 |
+
|
481 |
+
* Title Name on Front View & Albums were incorrect - Fixed.
|
482 |
+
* Title Alignment - Fixed.
|
483 |
+
* Thumbnails were disorted -Fixed.
|
484 |
+
|
485 |
+
= 1.8.1 =
|
486 |
+
|
487 |
+
* Titles were not saved properly
|
488 |
+
* Few Bugs solved.
|
489 |
+
|
490 |
+
= 1.8.0 =
|
491 |
+
|
492 |
+
* Added 7 new Languages.
|
493 |
+
|
494 |
+
= 1.7.9 =
|
495 |
+
|
496 |
+
* Bugs fixed with Saving Logic.
|
497 |
+
|
498 |
+
= 1.7.8 =
|
499 |
+
|
500 |
+
* Bugs fixed with Album creation.
|
501 |
+
|
502 |
+
= 1.7.5 =
|
503 |
+
|
504 |
+
* Possible to upload upto 300 images at 1 instance in a n album
|
505 |
+
* Few Bugs fixed.
|
506 |
+
* All Languages updated
|
507 |
+
|
508 |
+
= 1.7 =
|
509 |
+
|
510 |
+
* Introducing Jquery Masonry
|
511 |
+
* Uninstall Hook Removed
|
512 |
+
|
513 |
+
= 1.6 =
|
514 |
+
|
515 |
+
* Bug of Thumbnail Disorted Images fixed
|
516 |
+
* Bug of No Album images shown in case of admin not logged in fixed.
|
517 |
+
* Uninstall Hook Removed
|
518 |
+
|
519 |
+
= 1.5 =
|
520 |
+
|
521 |
+
* Album Covers Introduced
|
522 |
+
* Css Conflicts Fixed
|
523 |
+
* All Translations Updated
|
524 |
+
|
525 |
+
= 1.4 =
|
526 |
+
|
527 |
+
* Few Bugs Fixed
|
528 |
+
* Css Conflicts Fixed
|
529 |
+
* Languages Added Russian, Cezch, Hebrew & Serbian
|
530 |
+
|
531 |
+
= 1.3 =
|
532 |
+
|
533 |
+
* Few Bugs Fixed
|
534 |
+
* Css Conflicts Fixed
|
535 |
+
* Languages Updated
|
536 |
+
|
537 |
+
= 1.2 =
|
538 |
+
|
539 |
+
* Few Bugs Fixed
|
540 |
+
* Lightbox logic changes
|
541 |
+
* Thumbnails Fixed
|
542 |
+
|
543 |
+
= 1.1 =
|
544 |
+
|
545 |
+
* Few Bugs Fixed
|
546 |
+
|
547 |
+
= 1.0 =
|
548 |
+
|
549 |
+
* Initial Version Release
|
views/edit-album.php
CHANGED
@@ -56,8 +56,7 @@ if (count($album_css) != 0) {
|
|
56 |
$index = array_search("cover_thumbnail_height", $setting_keys);
|
57 |
$cover_thumbnail_height = $album_css[$index]->setting_value;
|
58 |
|
59 |
-
|
60 |
-
$video_url = $video_thumb_name == "video.jpg" ? GALLERY_BK_PLUGIN_URL . '/assets/images/video.jpg' : GALLERY_BK_THUMB_URL.$video_thumb_name ;
|
61 |
|
62 |
?>
|
63 |
<!--suppress ALL -->
|
56 |
$index = array_search("cover_thumbnail_height", $setting_keys);
|
57 |
$cover_thumbnail_height = $album_css[$index]->setting_value;
|
58 |
|
59 |
+
$video_url = GALLERY_BK_PLUGIN_URL . "/assets/images/video.jpg" ;
|
|
|
60 |
|
61 |
?>
|
62 |
<!--suppress ALL -->
|
views/header.php
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
$gb_lang = array();
|
3 |
$gb_translated_lang = array();
|
4 |
array_push($gb_lang, "ar", "bg_BG", "da_DK", "de_DE", "fi_FI", "fr_FR", "he_IL", "hu_HU", "id_ID",
|
5 |
-
"it_IT", "ja", "ko_KR", "ms_MY", "
|
6 |
"sr_RS", "sv_SE", "th", "tr", "zh_CN");
|
7 |
-
array_push($gb_translated_lang, "en_GB", "en_US", "es_ES");
|
8 |
$language = get_locale();
|
9 |
?>
|
10 |
|
2 |
$gb_lang = array();
|
3 |
$gb_translated_lang = array();
|
4 |
array_push($gb_lang, "ar", "bg_BG", "da_DK", "de_DE", "fi_FI", "fr_FR", "he_IL", "hu_HU", "id_ID",
|
5 |
+
"it_IT", "ja", "ko_KR", "ms_MY", "pl_PL", "pt_BR", "pt_PT", "ro_RO", "ru_RU", "sk_SK", "sl_SI", "sq_AL",
|
6 |
"sr_RS", "sv_SE", "th", "tr", "zh_CN");
|
7 |
+
array_push($gb_translated_lang, "en_GB", "en_US", "es_ES", "nl_NL");
|
8 |
$language = get_locale();
|
9 |
?>
|
10 |
|
views/images-sorting.php
CHANGED
@@ -130,8 +130,7 @@ if (count($album_css) != 0) {
|
|
130 |
$index = array_search("margin_btw_thumbnails", $setting_keys);
|
131 |
$margin_btw_thumbnails = $album_css[$index]->setting_value;
|
132 |
|
133 |
-
$
|
134 |
-
$video_thumb_url = $album_css[$index]->setting_value;
|
135 |
?>
|
136 |
<!--suppress ALL -->
|
137 |
<style type="text/css">
|
130 |
$index = array_search("margin_btw_thumbnails", $setting_keys);
|
131 |
$margin_btw_thumbnails = $album_css[$index]->setting_value;
|
132 |
|
133 |
+
$video_thumb_url = GALLERY_BK_PLUGIN_URL . "/assets/images/video.jpg";
|
|
|
134 |
?>
|
135 |
<!--suppress ALL -->
|
136 |
<style type="text/css">
|
views/includes_common_before.php
CHANGED
@@ -128,8 +128,7 @@ if (count($album_css) != 0) {
|
|
128 |
$index = array_search("language_direction", $setting_keys);
|
129 |
$lang_dir_setting = $album_css[$index]->setting_value;
|
130 |
|
131 |
-
$
|
132 |
-
$video_thumb_url = $album_css[$index]->setting_value;
|
133 |
}
|
134 |
?>
|
135 |
<!-- Global Styling -->
|
128 |
$index = array_search("language_direction", $setting_keys);
|
129 |
$lang_dir_setting = $album_css[$index]->setting_value;
|
130 |
|
131 |
+
$video_thumb_url = GALLERY_BK_PLUGIN_URL . "/assets/images/video.jpg";
|
|
|
132 |
}
|
133 |
?>
|
134 |
<!-- Global Styling -->
|
views/settings.php
CHANGED
@@ -250,9 +250,6 @@ if (count($album_css) != 0) {
|
|
250 |
$index = array_search("language_direction", $setting_keys);
|
251 |
$lang_dir_setting = $album_css[$index]->setting_value;
|
252 |
|
253 |
-
$index = array_search("video_thumb_url", $setting_keys);
|
254 |
-
$video_thumb_name = $album_css[$index]->setting_value;
|
255 |
-
$video_thumb_url = $video_thumb_name == "video.jpg" ? GALLERY_BK_PLUGIN_URL . "/assets/images/video.jpg" : GALLERY_BK_THUMB_URL.$video_thumb_name ;
|
256 |
?>
|
257 |
<!--suppress ALL -->
|
258 |
<form id="global_settings" class="layout-form" method="post">
|
@@ -1504,53 +1501,6 @@ if (count($album_css) != 0) {
|
|
1504 |
</div>
|
1505 |
</div>
|
1506 |
</div>
|
1507 |
-
<div class="fluid-layout">
|
1508 |
-
<div class="layout-span12">
|
1509 |
-
<div class="widget-layout">
|
1510 |
-
<div class="widget-layout-title">
|
1511 |
-
<h4><?php _e("Video Thumbnails", gallery_bank); ?>
|
1512 |
-
<i class="widget_premium_feature"><?php _e(" (Available in Premium Versions)", gallery_bank); ?></i>
|
1513 |
-
</h4>
|
1514 |
-
<span class="tools">
|
1515 |
-
<a data-target="#video_thumb_settings" data-toggle="collapse">
|
1516 |
-
<i class="icon-chevron-down"></i>
|
1517 |
-
</a>
|
1518 |
-
</span>
|
1519 |
-
</div>
|
1520 |
-
<div id="video_thumb_settings" class="collapse">
|
1521 |
-
<div class="widget-layout-body">
|
1522 |
-
<div class="fluid-layout">
|
1523 |
-
<div class="layout-span12">
|
1524 |
-
<div class="layout-span9">
|
1525 |
-
<div class="layout-control-group">
|
1526 |
-
<label class="layout-control-label"><?php _e("Video Thumbnail Path", gallery_bank); ?>
|
1527 |
-
:</label>
|
1528 |
-
<div class="layout-controls">
|
1529 |
-
<input type="text" name="ux_video_thumb_url" class="layout-span12"
|
1530 |
-
value="<?php echo $video_thumb_url; ?>" class="layout-span5" value=""
|
1531 |
-
id="ux_video_thumb_url"
|
1532 |
-
placeholder="<?php _e("Enter your Video Thumbnail Url", gallery_bank); ?>"/>
|
1533 |
-
</div>
|
1534 |
-
</div>
|
1535 |
-
<div class="layout-control-group">
|
1536 |
-
<div class="layout-controls">
|
1537 |
-
<a class="btn btn-info" id="upload_thumb_button" style="float:right;"
|
1538 |
-
onclick="show_premium_message();" href="#"><?php _e("Upload Video Thumbnail ", gallery_bank); ?></a>
|
1539 |
-
</div>
|
1540 |
-
</div>
|
1541 |
-
</div>
|
1542 |
-
<div class="layout-span3">
|
1543 |
-
<img id="video_thumb_image"
|
1544 |
-
style="border: 2px solid #000000;width: <?php echo $thumbnails_width; ?>px;"
|
1545 |
-
src="<?php echo $video_thumb_url; ?>"/>
|
1546 |
-
</div>
|
1547 |
-
</div>
|
1548 |
-
</div>
|
1549 |
-
</div>
|
1550 |
-
</div>
|
1551 |
-
</div>
|
1552 |
-
</div>
|
1553 |
-
</div>
|
1554 |
</div>
|
1555 |
</div>
|
1556 |
</div>
|
250 |
$index = array_search("language_direction", $setting_keys);
|
251 |
$lang_dir_setting = $album_css[$index]->setting_value;
|
252 |
|
|
|
|
|
|
|
253 |
?>
|
254 |
<!--suppress ALL -->
|
255 |
<form id="global_settings" class="layout-form" method="post">
|
1501 |
</div>
|
1502 |
</div>
|
1503 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1504 |
</div>
|
1505 |
</div>
|
1506 |
</div>
|