Member
Member
BertSimons   2008-03-14, 11:20
#1

was very easy to hack some code to show all the dynamic albums as a list on the index page.
I added a few lines to the print_album_menu.php (the one that also generates the subalbums):

`while($row = mysql_fetch_array($result)){

$dynamic[$number] =$row['dynamic'];//added this to the query

}

if($dynamic[$nr2]=='1'){

//enclosed the echo statements with this ([$nr] where needed)

}

`

my `

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.