Forums

nextgen-gallery: galleries in album linked to a page (3 posts)

  1. tdomhan
    Member
    Posted 3 years ago #

    I wanted to write a little text to each gallery, therefor I made a page for everyone. When clicking on an gallery of an album the corresponding page should be loaded. Therefor made a new mode ("compact-page"), which is based on album-compact, with just the links changed. Just in case anyone else wants something like that:

    25c25
    <                               <a class="Link" href="<?php echo $gallery->pagelink ?>">
    ---
    >                               <a class="Link" href="<?php echo get_permalink( $gallery->pageid ) ?>">
    30c30
    <               <h4><a class="ngg-album-desc" title="<?php echo $gallery->title ?>" href="<?php echo $gallery->pagelink ?>" ><?php echo $gallery->title ?></a></h4>
    ---
    >               <h4><a class="ngg-album-desc" title="<?php echo $gallery->title ?>" href="<?php echo get_permalink( $gallery->pageid )  ?>" ><?php echo $gallery->title ?></a></h4>
  2. vivalet
    Member
    Posted 2 years ago #

    this is exactly what I was looking for, thanks!

  3. b.brader
    Member
    Posted 2 years ago #

    I think this is what I need as well. What do I do with this? Where do I paste this?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.