• Hi,
    I am wondering whether I can change the display of the album:
    Pls take a look at: http://katolisitas.org/?page_id=20
    After the album title, ex:

    SANG SABDA

    10 Photos

    What I want is:

    SANG SABDA
    10 Photos (without big space between SANG SABDA and 10 Photos).

    Thank you and best regards,
    stef

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    not by choosing an option as far as i know, but you could try to edit nggfunctions.php if you have version version 0.96 look in line 470 for </p><p> change to <br /> and see if it works.
    The backdraw of all this cheap little hacks is you have to repeat them after updating.

    best regards
    bee

    Thread Starter stefing

    (@stefing)

    Thank you for your reply.
    I have tried, but it does not work.

    Best regards,
    stef

    Hi,
    well i just rechecked it works for me but wait ah ok is see now what i did was to the extend version of album and you are using the compact mode sorry, try to exchange lines 457 and 458 that consist of:

    <h4><a class="ngg-album-desc" title="'.$gallerycontent->title.'" href="'.$link.'">'.$gallerycontent->title.'</a></h4>
    						<p><strong>'.$picturesCounter[$galleryID]->counter.'</strong> '.__('Photos', 'nggallery').'</p></div>';

    with

    <p><strong><a class="ngg-album-desc" title="'.$gallerycontent->title.'" href="'.$link.'">'.$gallerycontent->title.'</a>
    						<br />'.$picturesCounter[$galleryID]->counter.'</strong> '.__('Photos', 'nggallery').'</p></div>';

    that might not look exactly as you want it but these are the correct lines to play with.

    best regards
    bee

    Thread Starter stefing

    (@stefing)

    Hi Bee,

    That code works. Thank you for your help.
    However, I do not know why the text below the title is black. Probably this is the style in the stylesheet.CSS.

    Best regards,
    stef

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] NextHow to change Album display’ is closed to new replies.