Pardon me, I am a fair newbie to IBM WebSphere Portal server and have been working a bit with themes. Subscribed to this out of curiousity. So a curious question(s) - does JetSpeed allow different themes to be applied to different pages? Figuring it must. Are they implemented with a collection of jsp and jspf files along with CSS, images, and property files? Really kind of interesting in WPS, uses some odd portal-specific tag libraries...
PhilJ On Fri, 2008-03-14 at 18:51 -0700, David Sean Taylor wrote: > On Mar 14, 2008, at 1:39 PM, Dan Olsen wrote: > > > Is there are way to set the default theme for Jetspeed and then > > disable the theme selectors? > > > > - Dan > > > Don't set the decorator on any pages or folders except the root > folder.metadata > It will inherit down to all folders and pages > > To disable features in the customizer, the settings are in each > individual decorator.properties: > > allow.add.folder=false > allow.add.page=false > allow.add.portlet=true > allow.change.folder.name=false > allow.change.folder.theme=false > allow.change.portlet.decorator=false > allow.change.page.name=false > allow.change.page.theme=false > allow.change.layout=true > allow.delete.folder=false > allow.delete.page=false > allow.navigate.folder=false > allow.navigate.page=false > max.layout.nesting=2 > > Note these settings no longer pickup when you edit the > decorator.properties --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
