hi afrika,
1. Disallow comments and showing of comments as seen above, but it still shows comments.
If you want to shows the comments but do not allow to add new comments. Please use the settings below
<DotNetGallery:GalleryBrowser runat="server" ID="GalleryBrowser1" Width="780" Height="400"
AllowPostComment="false" AllowShowComment="true" />
2. I want to add custom text below every picture.
Which layout you are using? Classic/Explorer/GridShow/Modern/ProminentSlideShow?
3. I want to randomize mutliple pictures from folders to appear in the home page, is this possible
Does not support this feature for now.
4. I want the category ( or folder name ) of the root gallery to appear below.
If you want to shows the special category of the album, please set property "CategoryID". This property will only shows the category what you set for.
GalleryBrowser1.CategoryID = "1";
Regards,
Ken