Modifying the amount of information displayed

Difficulty : Easy or Hard,
Require : simple CSS knowledge or full dotlrn understanding.

You may want to remove from display the number of online users, or add the list of available communities.
One easy way to prevent an information from being displayed is to used the CSS "display:none;" property. Otherwise, you can edit your own DefaultMaster and remove everything you don't want. As this is free software, you can alter the software in any way you want, although it might require a long study of both the API and the data model for OpenACS and the .LRN softwares.
As adding or removing functionalities is not really part of the theming, but part of the logic (ie : require changes in the source code of the software) I will not explain that in that document. Nevertheless, you will find useful information to achieve that goal at http://www.openacs.org/doc/ .



Jeremy Monnet 2005-07-18