Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkatybeth
    • CommentTimeOct 17th 2005
     
    I would like to know if there's a way to show the album description below the name of the albums...?

    I would like to have dates for the albums, and have that visible, without putting it in the album name because if it's in the album name, even with cruft-free URLs, the URL gets all funky (which I'd like to avoid).
    • CommentAuthorniceday
    • CommentTimeOct 17th 2005
     
    Yes there is. But to display it properly it will need some tweaks on the presentation as long description will mess up your layout.

    In gallery.php file, find the following line of code on line 517

    $output.= $row["name"].'

    Change that to

    $output.= $row["name"].'<br />'.$row["description"].'

    Hope this helps.
    • CommentAuthorkatybeth
    • CommentTimeOct 17th 2005
     
    Thank you! Perhaps in future versions, there could be a way to specify what will show up in the URL (as opposed to taking the full name of whatever album it is). I use WordPress, and I know there's an option there to specify the "slug" for a page if the title chosen wouldn't work very well.