Anonymous
Unregistered
Posted 7 years ago #
With psnGallery it is possible to display Coppermine pictures within a wordpress post. When clicking on the pictures is it possible to have them opened in a pop-up right away, without going to Coppermine first? I sometimes like it better to type some additional info with a group of pictures rather than the plain album look and feel of Coppermine. Thanks!
Michiel
Member
Posted 7 years ago #
This sounds good: if this works I might consider moving to Coppermine as well:-)
idahocline
Member
Posted 7 years ago #
of course, a small update to do and it is done.
To do so, in the function function psnGenModuleURL($mode, $KeyID) {, replace displayimage.php?album=random&pos=-'.$KeyID
with
displayimage.php?pid='.$KeyID'.&fullsize=1
I have not tested but should work.