1. Limit the field of text at the top of the page.
The text at the top of each album page extends expands and contracts based on the size of the window. I want the width of the text to be not longer than 5 inches max.
2. Make images larger. I'd like 200 pixels in height for each image n each album
3. Make it clear that the identity of the commenter is a required field
4. Add a new field called organization to the comment section and make it a required field
5. I need more words in the comment field and perhaps some way to advise the writer of that limit. The message field has a 300 word limit.
6. RRS, can you get rid of this button?
Posts: 27300
1. are you taking about the album summery? example url would be helpfull.
2. FAQ Gallery:c.34 then "rebuild thumbs"
3. there is a warning if you dont have a name or comment Error: Name and comment are both required to save a new comment! Do you wnat a astrisk (*) as well? a bit more detail and perhaps a screenshot would be helpfull.
4. Don't know now I will look.
5. rerun the config wiz or edit config.php
$gallery->app->comments_length = "300";
6. If you mean RSS: see 5.
$gallery->app->rssEnabled = "no";
Dave