Plogger Support Forum - Show Album Descriptions Thu, 28 Mar 2024 21:24:43 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Show Album Descriptions http://www.plogger.org/forum/comments.php?DiscussionID=94&Focus=476#Comment_476 http://www.plogger.org/forum/comments.php?DiscussionID=94&Focus=476#Comment_476 Mon, 17 Oct 2005 01:28:20 +0000 katybeth
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).]]>
Show Album Descriptions http://www.plogger.org/forum/comments.php?DiscussionID=94&Focus=477#Comment_477 http://www.plogger.org/forum/comments.php?DiscussionID=94&Focus=477#Comment_477 Mon, 17 Oct 2005 02:25:21 +0000 niceday
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.]]>
Show Album Descriptions http://www.plogger.org/forum/comments.php?DiscussionID=94&Focus=478#Comment_478 http://www.plogger.org/forum/comments.php?DiscussionID=94&Focus=478#Comment_478 Mon, 17 Oct 2005 03:27:03 +0000 katybeth