Articles Archive for août 2004
PHP, plugins, sql »
The new version of the psnGallery2 has been released !
As announced, the new functionnalities are :
Display the last uploaded pictures from a specific Coppermine album
Display the most viewed pictures from a specific Coppermine album
Display the best rated pictures from a specific Coppermine album
They are available via tags in post and via php functions anywhere else.
The automatic install script will be soon available…
PHP, plugins, sql »
If I have time, the psnGallery2 version 1.3.1 will be available for download tonight (GMT+2).
It includes few fixes and the 3 new tags described in the previous post.
I have also scheduled for a near future to improve the install/upgrade procedure, it will be based on the Wordpress install/upgrade script.
The install functionnalities will be :
Create the table “psnGallery” if doesn’t exist and/or update the structure if needed.
Look for the Coppermine “config.inc.php” to extract the Coppermine configuration data
Create/Update all required “psnGallery2” parameters
I give no date for this but it could …
PHP, plugins, sql »
Here are the new tags :
<cpg_mostviewed> which displays the most viewed pictures for an album or overall defined albums :
-1|8|1
<cpg_bestrated> which displays the best rated pictures for an album or overall defined albums :
-1|8|1
<cpg_lastup> which displays the latest uploaded pictures for an album or overall defined albums :
-1|8|1
For both tags, the parameters are : albumid|count|nSize|before|after|activelink
PHP, plugins, sql »
Within a post
<cpg_album>albumid|nCols|nSize|beforeCol|afterCol|beforeRow|afterRow</cpg_album> : Generate tags to display a full album from a specific Coppermine album (if -1 : from all albums)
<cpg_albumcatlist>categoryid|count|nSize|before|after</cpg_albumcatlist> : Get the album name list of a category
<cpg_albumname>albumid</cpg_albumname> : Get the name of an album
<cpg_albumpiccount>albumid</cpg_albumpiccount> : Get the number of pictures within an album
<cpg_albumthumb>$albumid|nSize|before|after</cpg_albumthumb> : Display the specific thumbnail associated with an album
<cpg_categoryname>categoryid</cpg_categoryname> : Get the name of a category
<cpg_gallery>albumid|count|nSize|before|after|activelink</cpg_gallery> : To display several random pictures from a specific Coppermine album (if -1 : from all albums)
<cpg_picture>pictureID|nSize|before|after|mode|dummy</cpg_picture> : Display a picture (in some modes)
Parameters explanation :
“albumid” …
PHP, plugins, sql »
Out of a post (eg: in index.php)
To display several random pictures from a specific Coppermine album (if -1 : from all albums) : CPGRndPicture($albumid, $count, $nSize,$before,$after, $activelink)
Generate tags to display a full album from a specific Coppermine album (if -1 : from all albums)… : CPGAlbum($albumid, $nCols, $nSize, $beforeCol, $afterCol, $beforeRow, $afterRow)
Get the name of an album : CPGAlbumName($albumid)
Get the name of a category : CPGCategoryName($categoryid)
Get the number of pictures within an album : CPGAlbumPicCount($albumid)
Get the album name list of a category : CPGAlbumListCategory($categoryid, $count, $nSize, $before, $after)
Display a picture …
PHP, plugins, sql »
The new version of psnGallery2 will be soon out.
List of new features and their statuses :
“picture id” displayed via mouseover
“EXIF info” displayed if present
“Most Viewed” function as in Coppermine (overall or for a specific category/album)
“Last Uploaded” function as in Coppermine (overall or for a specific category/album)
“Best Rated” function as in Coppermine (overall or for a specific category/album)
A demo page will also be created soon to demonstration all the functionnalities of the “psnGallery2” plugin.
I can’t say now when it will be out, I am rather busy at work, at home for …
