Forums

[Plugin: NextGEN Gallery] Button Back to Gallery (4 posts)

  1. Anonymous
    Unregistered
    Posted 3 years ago #

    Hello,

    where can i get a back-Button from an Single-Picture back to the Gallery-Overview?

    My Problem: i have a page, there is a album on it. When i click on the album, i get the Gallery-Overview with the Thumbnails. Now i click on a Thumbnail and see the Single-Picture and under the pictures are the Buttons back, forward and the Text "Picture 3 from 5". I need now a Button back to the Thumbnail Overview, the Gallery. I found this Code in the nggfunctions.php:


    <div class="ngg-imagebrowser-nav">';
    if ($back_pid) {
    $backlink['pid'] = $back_pid;
    $out .='<div class="back">get_permalink($backlink).'">'.'◄ '.__('Back', 'nggallery').'</div>';
    }
    if ($next_pid) {
    $nextlink['pid'] = $next_pid;
    $out .='<div class="next">get_permalink($nextlink).'">'.__('Next', 'nggallery').' ►'.'</div>';
    }

    What code can resolve my problem? Can anybody help me?

  2. infected
    Member
    Posted 3 years ago #

    I also missing this button...

  3. Sajor
    Member
    Posted 3 years ago #

    Me too... Did you found it?

  4. infected
    Member
    Posted 3 years ago #

    Hi Sajor!

    No. At the moment I set a link to the albumoverview on the gallery page. I hope that this will be added in one of the future releases.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.