[jboss-user] [JBoss Portal] - Re: adding themes to portal core?

2007-03-14 Thread FredF
Ok. The thing here is that our use case is page centered and not user centered. All users should experience the same theme when they see page A. The fact that I mention users is that we want to restrict users to only set the theme for the page they own. Maybe you recognize this from an earlier

[jboss-user] [JBoss Portal] - Re: adding themes to portal core?

2007-03-14 Thread [EMAIL PROTECTED]
URL to background image for example. You don't need to create a new Theme per user if you just want to let them change a background image. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027999#4027999 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: adding themes to portal core?

2007-03-14 Thread FredF
What URL do you mean? The url of the layout or the url of the portal page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027992#4027992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027992

[jboss-user] [JBoss Portal] - Re: adding themes to portal core?

2007-03-14 Thread [EMAIL PROTECTED]
You cannot modify the files of the core. You have to provide a way to upload content, images, HTML and so on. Actually i guess that in your scenario you don't even need to use the theme Layout. You just need to create a smart theme, where it will construct the URL based on the logged-in user. (

[jboss-user] [JBoss Portal] - Re: adding themes to portal core?

2007-03-14 Thread FredF
"[EMAIL PROTECTED]" wrote : You could use the ThemeService. | org.jboos.portal.theme.ThemService | | It has the following method: | addTheme(RuntimeContext runtimeContext, PortalThemeMetaData metaData) throws ThemeException; | | You should be able to achieve this goal. Thank you fo

[jboss-user] [JBoss Portal] - Re: adding themes to portal core?

2007-03-14 Thread [EMAIL PROTECTED]
You could use the ThemeService. org.jboos.portal.theme.ThemService It has the following method: addTheme(RuntimeContext runtimeContext, PortalThemeMetaData metaData) throws ThemeException; You should be able to achieve this goal. View the original post : http://www.jboss.com/index.html?module