ashio
 Nuke Active Member Posts:33

 |
01/07/2010 11:52 PM |
|
Hi,
Can someone advise if this is possible?
I have set the home page to use Skin A, and the rest of the site Skin B. The default skin for Privacy and Terms of use page is Skin A (same as the home page) can I make these two pages use Skin B instead?
Thanks. |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
ashio
 Nuke Active Member Posts:33

 |
01/08/2010 6:15 PM |
|
oh yeah! Makes perfect sense.
Good idea!
Thanks Lee! |
|
|
|
|
mlorence
 Nuke Active Member Posts:32

 |
04/05/2010 1:12 PM |
|
I am using dnn 5.02.02. I have created my new pages. Now, how exactly do I do the following............
In your skin code, remove the privacy and terms tokens and replace them
with links to your new privacy and terms pages that you have created.
Thank you. Marion
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
04/05/2010 1:16 PM |
|
You will need to review the skinning tutorials to understand this.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Joseph Craig DNN MVP Posts:11667

 |
04/05/2010 1:38 PM |
|
Assuming that you haven't accidentally copied a second copy of the boilerplate text into the language editor, I'm stuck. I'd have to dig through your site to try to understand this.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
mlorence
 Nuke Active Member Posts:32

 |
|
Joseph Craig DNN MVP Posts:11667

 |
|
Max Dagenais
 Nuke Active Member Posts:31

 |
09/27/2010 7:03 PM |
|
Hi Joseph,
I understand and have used the proposed solution of creating our own custom Privacy and Terms page and linking to them instead but was wondering if there was a way to overwrite settings/code for such pages in not using the Site Settings' default skin page? Maybe overwriting a .ascx perhaps?
Regards,
Max. |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
09/27/2010 7:17 PM |
|
You can specify the skin to be used on a page using the page's Page Settings.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Max Dagenais
 Nuke Active Member Posts:31

 |
09/27/2010 7:31 PM |
|
Hi Joseph,
Sorry for the confusion as i meant we are trying to avoid creating our own custom Privacy and Terms pages by for example defaulting the skin used by those Privacy/Terms pages to the Site Settings default selected skin as opposed to the Home page skin.
Regards,
max. |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
09/28/2010 7:54 AM |
|
I believe that the Privacy and Terms pages use the Admin skin.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
dotcom
 Nuke Newbie Posts:7

 |
12/21/2010 8:15 AM |
|
Looking at the code, it seems the Privacy and Terms of Use content is injected into the home page skin if one is configured in Portal Settings. Otherwise it is injected into the current page.
|
|
Paul Taylor Dotcom Software Solutions DotNetNuke, ASP.NET and SQL Server Development |
|
|
dotcom
 Nuke Newbie Posts:7

 |
|
Joseph Craig DNN MVP Posts:11667

 |
12/21/2010 9:19 AM |
|
Thanks.
My usual recommendation is that people create their own Privacy and Terms pages, use an HTML module for the text, and adjust the skin to point to those pages rather than using the "standard" skin objects. It's also easy -- if that is what you want to do -- to copy the default text (using the language editor) to your pages. And, with token replacement, you can easily inject the site's name and other items as necessary, or just write them in.
With the new localization features, it's easy to localize these, too.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|