Tuesday, March 6, 2007, 1:57:06 PM, Seth wrote: > what are the best practices for disabling markup without replacing it? I > have had to > edit the style sheets a few times.
To change css style definitions it may work (depending on the skin you use) to simply add your custom css definitions to pub/css/local.css for sitewide changes (create the file if it does not exist) , or pub/css/GroupName.css for groupwide css definitions for group GroupName, or pub/css/GroupName.PageName.css for pagewide css definitions of page GroupName.PageName. For markup changes it depends very much what you want to change. Default values are often set in php scripts and recipes using SDV or SDVA. For these you can create your own custum definition by placing it in config.php before the recipe or script is loaded. SDV and SDVA stand for SetDefaultValue and SetDefaultValue(in)Array. Any default set earlier will be preferred from the SDV or SDVA value. Hope this helps. Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
