Re: How to show each category seperately

  •  10-20-2009, 10:15 PM

    Re: How to show each category seperately

    Hi,
     
    I am sorry the property name is GalleryFolder .
     
    Gallery3 design 3 level properties to assort the photos .
     
    GalleryFolder + AlbumID is server behavior , be controlled by the programmer.
     
    And Category is controlled by the user.
     
    if developer set :
     
    GalleryBrowser1.GalleryFolder ="~/photos";
    GalleryBrowser1.AlbumID="product1";
     
    the path will be :
     
    /photos/Albums/product1/Default/2009092103312204.jpg
     
    If the user create a category (by clicking UI button) ,
     
    the path will be
     
    /photos/Albums/product1/Category1/2009092103312316.jpg
     
    --
     
    GalleryFolder , AlbumID , Category is design for Gallery ,
     
    And the path is generated by the default storage implementation (DotNetGallery.GalleryDataProvider class)
     
     
    If you want to assort the photos on server side , please use GalleryFolder and AlbumID .
     
     
    Regards,
    Terry
View Complete Thread