From bff0d4a066adb5f7f6e7e2934dba4b4e8bdbdcd1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 15 Sep 2015 09:10:02 -0400 Subject: [PATCH] Album ajax pagination made available. --- nggallery/album-glmalbums.php | 44 +++++++++++++++------------------ nggallery/gallery-glmphotos.php | 21 ++++++++++++---- 2 files changed, 36 insertions(+), 29 deletions(-) diff --git a/nggallery/album-glmalbums.php b/nggallery/album-glmalbums.php index b971e71..9ebf91f 100644 --- a/nggallery/album-glmalbums.php +++ b/nggallery/album-glmalbums.php @@ -4,10 +4,10 @@ Template Page for the album overview Follow variables are useable : - $album : Contain information about the first album - $albums : Contain information about all albums - $galleries : Contain all galleries inside this album - $pagination : Contain the pagination content + $album : Contain information about the first album + $albums : Contain information about all albums + $galleries : Contain all galleries inside this album + $pagination : Contain the pagination content You can check the content when you insert the tag If you would like to show the timestamp of the image ,you can use @@ -17,25 +17,23 @@ Follow variables are useable :
- - + + -
-
- -
+
+
+ +
- - - +

- -

- - - - + +
+ +
- +
diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php index 74ac570..c5329e2 100644 --- a/nggallery/gallery-glmphotos.php +++ b/nggallery/gallery-glmphotos.php @@ -1,4 +1,4 @@ - +
- + hidden ) continue; ?> @@ -51,5 +61,6 @@ Follow variables are useable : + -- 2.17.1