Different template module on DNN
I'm hosting some websites on DotNetNuke 5. So I have one portal per client, with it own skin.
I tried, for example, to personalize the "html/text" module to include some predefined style like "blue title", "grey title", etc.
But if I do those modifications, it will be available on all portals... and I don't want website1 see website2' style.
I hope you understand my 开发者_运维问答question. :)
Thanks
You have two options.
- Install the DnnWerk RadEditorProvider for your site, this will get you the ability to set a Rad template per portal.
- Upgrade to DotNetNuke 6.0 which includes DnnWerk's provider by default.
精彩评论