Documentation 5.02
Prev: 5.01 Rearranging module outputNext: 5.03 Newswire column comments
Hiding things
It is not uncommon for webmasters to simply comment-out code for text they do not want to appear on the page. In general, this is the wrong approach to take for dadaIMC, especially when it comes time to upgrade, and your carefully-commented text files are overwritten by new files.
The correct approach is to use CSS to hide content. Virtually every piece of text built-in to this system can be specifically identified by a CSS selector. Use the display: none; command to instruct browsers not to display elements you want hidden.
For example, if you don't want categories displayed in the Features section of the homepage, you could use a selector like:
div.m_features h3.category { display: none; } and categories will not appear. This change is will persist even if the feature_home.inc file is updated.
Prev: 5.01 Rearranging module outputNext: 5.03 Newswire column comments
Report Bugs
dadaIMC uses the Mantis bug-tracking system for bug reporting. Please use it! And check for existing reports of your bug before submitting a new one.
CVS
The current CVS version of dadaIMC is now browseable online. Be forewarned, though, that it is not always in a useable state as-is!
