You need to Register for free and Login to post a message in the forum.

Forum

Subject: "Terms of Use - Link wordin"
Prev Next
You are not authorized to post a reply.

Author Messages
Carmos
Nuke Newbie
Nuke Newbie
Posts:5

02 Jun 2008 10:35 PM  
Is there a way to change the Wording of the Link for "Terms of Use" to say "Disclaimer"?
leesykes
Nuke Master II
Nuke Master II
Posts:2959

03 Jun 2008 6:05 AM  
Go to:

Admin menu
Languages
Language Editor
Local Resources
Admin
Portal
App_Local_Resources
Terms.ascx

Here you can edit the text


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
Carmos
Nuke Newbie
Nuke Newbie
Posts:5

04 Jun 2008 2:25 AM  
Lee,

Thanks for that. That allowed me to change the text, but still did not update my pages.

Further investigation revealed that in my skin, I had this line

Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx"

So when I edited that ascx with Notepad, it resolved the Link Wording.
leesykes
Nuke Master II
Nuke Master II
Posts:2959

05 Jun 2008 3:38 AM  
Hello,

I spotted a mistake, that was the incorrect language text to edit - it should be in the skin folder, further info below:

Yes, just to clarify for anyone else reading. - You can hardcode the text in your skin with the following method:

In the skin.ascx at the top you will have:

< % @ Register TagPrefix="dnn" TagName="TERMS" src="~/Admin/Skins/Terms.ascx" % >

and then in the skin content you have the details for the Terms token:

< dnn:TERMS runat="server" id="dnnTERMS" / >

To change the text of the Terms token you can also add this:

< dnn:terms runat="server" text="MyTerms" id="dnnTERMS" / >

This hardcodes the text in your skin and overrides any localization settings, so for instance if you change the language the Text will still display "MyTerms" if you want the localization settings to work, use:

< dnn:terms runat="server" id="dnnTERMS" >

and then change the text using this method:

Go to:

Admin menu
Languages
Language Editor
Local Resources
Admin
SKINS ****** (this is the correct location now!)
App_Local_Resources
Terms.ascx

Here you can edit the text


Thanks,

Lee

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
You are not authorized to post a reply.
Forums > Users Lounge > Everything Else > "Terms of Use - Link wordin"



ActiveForums 3.7

Latest Forum Posts

Media Module *not* autostart? by PaulFlynn
Hi,I want to display a number of different .wmv files on a single page, but I'm concerned that the d...
RE: Event Module Scheduler? by mgordon
Never mind. I found out that you need to enable the Event Reminder in the actual Event that you are...
Event Module Scheduler? by mgordon
I have setup a Calendar of Events module on my page and have added events, no problem.  The main pro...
RE: Upgrading from 3.3.7 to 4.8.4 by puuri
I think I saw the answer to your last question on another thread real recently. If you go to the 'L...
Server Application Unavailable from localhost by picoallen
Hello,I have installed DotNetNuke and can open it from within Visual Web Designer, in which case it ...
RE: Upgrading from 3.3.7 to 4.8.4 by joannew
Hi, yes everything seems to be working fine. I get the following when viewing through Host Settings/...
RE: Database Access Error ! by nukedoubt
Got a fix........ 1)  Make sure that both the sqlDataProvider class and the DataProvider class are...
Database Access Error ! by nukedoubt
Error in Database Access : "The type initializer for 'MyCompany.Modules.Search.DataProvider' threw...
RE: Upgrading from 3.3.7 to 4.8.4 by jncraig
If everything "seems" to working normally, perhaps you can ignore it. It is possible that the other...
Upgrading from 3.3.7 to 4.8.4 by joannew
Hi,I've followed the upgrade procedures to upgrade from 3.3.7 to 4.8.4 and received the status repor...
RE: Regular restores to local machine by joannew
Thanks for getting back to me, just to let you know everything is working fine now, I can login as a...
RE: Create Bookmarks/Anchor Points/Page TOC by lb313
Thank you for your help Joe. Kind Regards Lisha Belbin
RE: Issue 22 - Login failed for user xxxx by picoallen
Thanks Joe, You put me on the right track there. Turns out that I had server authentication set t...
RE: How to speed DNN by mmcinulty
jump over to www.snapsis.com and get pageblaster. forum has alot of info about yslow and how to spee...
RE: Regular restores to local machine by jncraig
I've got more questions than answers ... Can you login as administrator and/or host? Can a logge...
RE: Refreshing Bl... IE by ollep
Thanks Guys!! Excelent support. I will - beleive it or not - be away from the computer for three...
Parent Portals and SSL by LucianV
Hi,I need to install and configure on our server several DNN parent portals (different domain names)...
RE: File Manager Upload (intermittent error) by dnnmq
Lee, your attention to this issue is truly appreciated because it's driving me nuts.js is included i...
RE: Regular restores to local machine by joannew
I've opened the tables and there is lots of data in there but nothing when i navigate to user accoun...
Duplicate Meta Description and Tag by vdelisi
Hi,analyzing my site with google webmaster tool , I've noticed that I have Duplicate Meta Descriptio...
AppTheory
RSS Feeds