Design and CSS styles
Version 5.x > Design and CSS styles > Group’s graphical theme View modes: 
User avatar
Member
Member
vlado - 4/29/2011 2:13:56 PM
   
Group’s graphical theme
Hey, I am reading in here http://www.kentico.com/Download/Version_History.aspx that the newest version supports group’s graphical theme. I cannot locate help how to do it. My goal is to change the portal style after login. Is something like that possible? Thanks,
Vlado

User avatar
Member
Member
kentico_edwardh - 4/29/2011 4:25:04 PM
   
RE:Group’s graphical theme
Hello,

To enable this feature you will need to go to the 'Group profile' web part and enable the feature 'Allow selected theme' with the group profile web part.

Best Regards,
Edward Hillard

User avatar
Member
Member
vlado - 4/29/2011 7:04:10 PM
   
RE:Group’s graphical theme
Hmm… Maybe I need to explain what I’m trying to do:
I would have a common login page. After a user logs in, the code would get his group (basically company which he/she is with) and display the entire site with his/her company look/colors. We have many clients/companies and do not want to use separte code for each one to present the site in their colors. Is there a simple way to do it?
Thanks for the input.
Vlado

User avatar
Certified Developer 9
Certified Developer 9
charbf-gmail - 5/1/2011 1:27:07 PM
   
RE:Group’s graphical theme
Hi you can use the CSS Stylesheet webpart

in the the property named CSS stylesheet file path put some thing similar to this



/style/group/{%communitycontext.currentgroup.groupname%}/style.css


you can put the common styles in your Site CSS and the specific in the one referenced above

User avatar
Member
Member
vlado - 5/3/2011 4:01:46 PM
   
RE:Group’s graphical theme
Thank you, I will try that.