Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » [Plugin: NextGEN Gallery] Album link preview goes direct to image browser.

  • I’m looking for this a while and try some possibilities without results…

    What I looking for is the option to put an album on a page and when you go to this page you can see the gallery preview (so far so good), then if you click on it (the gallery preview) you goes straight to the image browser viewer instead of view the gallery previews and then go to the image browser.

    In other words jump the step of the gallery previews, from album to image browser looking in the image browser the images of the gallery contained by the album.

    Album A
    -Gallery 1
    –Image I
    –Image II
    –Image III
    -Gallery 2
    –Image I
    –Image II
    –Image III
    -Gallery 3
    –Image I
    –Image II
    –Image III

    So when you goes to the page than holder the Album A you must see the galleries previews, one for each, then if you click on one of them you jump to image browser seeing the first image of the gallery bigger with the pager let you see one by step.

    Sure this can be make, please tell me how to let it work with this great plugin 🙂

    Thanks in advance.
    Happy end of year!
    G

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bevi

    (@bevi)

    I still have this issue, pls tell if exist some solution or way to do that is explain.

    Have using this plugin some time ago and I found this same situation over and over again like it is a function than will very useful, of course its not my need make working in this way, but the clients and designers ask for this, I’m sure than many other people look for this too and was a great idea to implement soon. Just a suggestion with bests feelings.

    In the meanwhile expect an answer.
    Thx!
    G

    Here’s a workaround I found:

    Open album-compact.php in the “view” folder of the NextGen plugin folder (or which album view you are using).

    Find the a href link to the subgallery:

    <?php echo $gallery->pagelink ?>

    and replace it with

    <?php echo $gallery->pagelink ?>&pid=1

    This will take the gallery to the first image of the ImageBrowser and not the subgallery!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Album link preview goes direct to image browser.’ is closed to new replies.