Not signed in (Sign In)

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

    • CommentAuthorrjupiter
    • CommentTimeOct 21st 2005
     
    Is there a way so that the main page of the gallery is listed like in text and not pictures? I mean right now it has a small pic and then say the Category and then how many albums are in it.

    Can't it just have a text list on all front like :

    Photography:
    Nature
    People
    Places


    etc.....
    •  
      CommentAuthormike
    • CommentTimeOct 22nd 2005 edited
     
    We're making a theme system for Beta 3, you'll be able to do this easily. However, for now you will have to edit the output code in gallery.php.

    Lines 520 through 538 of gallery.php produce the XHTML thumbnails for the collections page.

    You could mess with the code here, maybe try something like
    $output .= '<li><a href="' . generate_url("album",$row["id"],$row["name"]) . '">'.$row["name"].'</a></li>;
    • CommentAuthorrjupiter
    • CommentTimeOct 24th 2005
     
    well I am not that adept at php language so I think I'll have to hold off till the new version. thanx anyway for the info.