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

    (@etiqi)

    Hello again

    maybe my english is no so good to understand what I wanted. Look:

    I write this in “comentary”:
    telescope: FSQ
    camera: Orion Pro

    but in my website appears like this:
    telescope: FSQ camera: Orion Pro

    I have tried to add in description \n and
    , but does not work.
    What I have to do?

    Thanks, regards!

    Thread Starter etiqi

    (@etiqi)

    thanks a lot, I have resolved myself

    I write this here, so everyone could find the aswer

    In wp-content/plugins/nextgen-gallery/view/

    you have to modify file gallery.php

    Where you find

    <?php echo $image->description ?>

    You have to write

    <?php echo nl2br($image->description) ?></p>

    I use the function nl2br (read NL2BR)

    Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] need to change line on comments’ is closed to new replies.