Forum OpenACS Q&A: Re: What should I be doing differently?

Collapse
Posted by Claudio Pasolini on
I forgot to mention that I had to modify the file
/packages/layout-managed-subsite/lib/configure-subsite-integration.tcl
35c35
< 1 {subsite::set_theme -theme default_plain}
---
1 {subsite::set_theme -theme layout_managed_subsite_plain}

Cheers,
Claudio

Collapse
Posted by Don Baccus on
Looks like I forgot to define the plain one ... or perhaps decided it wasn't necessary then forgot to change the configuration script.

Thanks, claudio, I'll straighten this out.

Collapse
Posted by Don Baccus on
OK the layout_managed_subsite_plain master is now set up and available when you install.

The only difference between it and the normal plain master is that when you navigate to an application, it will wrap it in the default page theme for the layout managed subsite. This gives a more consistent appearance.

Oh, and apparently I removed layout-subsite-integration from our CVS tree some time ago. Someone didn't update -P or otherwise was using an old checkout ... :)

Keep reporting bugs as you find them!