- Joined
- Dec 20, 2004
- Messages
- 1,732
Okay... I'm going to take a somewhat different approach—
Where I see the major lack in all forum software (that I've looked at) falls under the general category of documentation.
Where I see the major lack in all forum software (that I've looked at) falls under the general category of documentation.
- I would like each element to have class and/or ID attributes that are meaningful.
- I would like functionality separated from presentation—no style definitions in the templates.
- I would like the CSS to be commented so that I can easily find the selector I want to modify
- I would like a map that shows how the templates call each other.
- I would like a dictionary of variables that explains what they are and from which templates they can be called
- Same for hooks