-
Re: How to use Usergroup properties in theme(soy,ftl)
John SchwillerMar 7, 2016 2:04 PM (in response to raju@italentcorp.com)
As per my comment before - you'd be better of posting this question in Jive Developers - this (current) group is about Hosting issues You can move this thread to Developer.
One way to achieve this is by theme mapping https://docs.jivesoftware.com/8.0_on_prem_int/sys_admin/jive.help.core/#developer/MappingThemestotheUI.html You could create a custom theme that has a different header and footer and map it to your (social) groups (that's if you mean you want some social groups to use one theme whilst the rest use the global theme).
However you might mean you want a place to look different based on the user who is viewing it?
-
Re: How to use Usergroup properties in theme(soy,ftl)
raju@italentcorp.com Mar 8, 2016 1:14 AM (in response to John Schwiller)Hi John Schwiller,
Thank you so much for your inputs.
However you might mean you want a place to look different based on the user who is viewing it?
Ans -- Yes.
We have created two user groups (say client1,client2) from Adminconsole->people->management->CreateGroup
Each group contains --- Properties like ClientName,ClientLog,ClientUrl,ClientType,, etc
--- Users(say user1 in client1 & user2 in client2)
We have one link(say InfoLink) on homepage and we placed that link using "soy/nav/header.soy",When user1 clicks on "InfoLink" he has to redirect to a space1.When user2 clicks on "InfoLink" we have to show space2.So how to configure InfoLink button to achieve this functionality.
-