Home
The Toolkit for Online Communities
15889 Community Members, 1 member online, 1942 visitors today
Log In Register

Forum OpenACS Development: Re: acs-templating enhancements

OpenACS Home : Forums : OpenACS Development : Re: acs-templating enhancements : One Message

+
Posted by Malte Sussdorff on
Hi Emanuelle, then try to run it with developer support bar using theme-zen and acs-templating / www from HEAD. This fails because the developer support bar is initialized using template::header (or something like it) in site-master. As is the .LRN toolbar by the way.

When you now run developer support, the toolbar is not initialized => the CSS is not loaded. But the special developer support div tags for the showing and hiding of the ADP files are still there, because this is something inherent to the ADP code.

This all leads to a page which is not viewable. If you change this in HEAD, then we should be fine, but for the time being it looks like (from experience) that the latest commit to HEAD puts the initialization of developer support and .LRN support into site-master. And until this is reflected in lrn-master you need to change it to site-compat instead of blank-compat. Hope this clarifies the situation.

+
Posted by Don Baccus on
You're right that this needs to be fixed, and will be for 2.4 as we complete migration to the new scheme.