Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I have different MemberGroups and what I need to do is to show them a different version of the Frontpage according to the Group they belong. I won't be modifyng the whole template, just a section (div) of it. Can this be done? Any suggestions on how to do it? Thanks in advance :)
Hi, I'd use a user control that outputs what needs to be outputted based on group member belongs to. Hope this helps. Regards, /Dirk
And I'd use an XSLT macro to accomplish the same thing. But it is just a matter of preferences, and either way it is easily done with umbraco.
Thanks for the replies! I was thinking in making an user control to do the task too, because I'm not very good with XSLT. But I have the idea that using an user control is slower than XSLT when loading the page, is that so? or it isn't much of a difference?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Modifying a Template using XSLT
Hi
I have different MemberGroups and what I need to do is to show them a different version of the Frontpage according to the Group they belong.
I won't be modifyng the whole template, just a section (div) of it.
Can this be done? Any suggestions on how to do it?
Thanks in advance :)
Hi,
I'd use a user control that outputs what needs to be outputted based on group member belongs to.
Hope this helps.
Regards,
/Dirk
And I'd use an XSLT macro to accomplish the same thing. But it is just a matter of preferences, and either way it is easily done with umbraco.
Thanks for the replies!
I was thinking in making an user control to do the task too, because I'm not very good with XSLT.
But I have the idea that using an user control is slower than XSLT when loading the page, is that so? or it isn't much of a difference?
is working on a reply...