Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Help changing Help changing 'Register' link text
Previous
 
Next
New Post
11/14/2006 3:00 AM
 
Hi all,

I need to change my Register link (skin token [USER]) to display 'Apply' instead of 'Register'
I have looked everywhere in the Language resource files/settings, but can't find where to do this.  Am I missing something really obvious or is it buried in the code files somewhere?   I spent hours trying to find where to change this and it's driving me crazy!

Your help pointing me in the right direction is greatly appreciated.

Thanks,
Tim

Tim NetPotential www.netpotential.co.nz
 
New Post
11/14/2006 7:25 AM
 

This can easily be done in two ways.

If the skin package has html and .xml files included, edit the .xml file in NotePad:
   <Object>
      <Token>[USER]</Token>
      <Settings>
         <Setting>
            <Name>CssClass</Name>
            <Value>whatever</Value>
         </Setting>
         <Setting>
            <Name>Text</Name>
            <Value>Apply</Value>
         </Setting>
      </Settings>
   </Object>

Then re-parse the skin package.

If the skin package has no html and .xml files, edit the skin .ascx files in NotePad:
<dnn:USER runat="server" id="dnnUSER" CssClass="whatever" Text="Apply" />
In this case it's not necessary to re-parse the skin.

Only change the Text="" part.

 
New Post
11/14/2006 7:44 AM
 

A better way to do it is to change the resx file located in Admin-Skin - user.ascx.resx

Then its valid for all skins and translatable. Before localization the other method was the only one.

 
New Post
11/14/2006 2:42 PM
 
Brilliant! 
Thank you both for your replies.  I went with Olsmar's changing User.ascx.resx which was the best method for me because it was a single portal installation.  Also very useful to know Sam's method which would be great if and when i need to do this for a single portal in a multi portal installation.


Thanks both for your help, go the DotNetNuke community! :)

Tim  

Tim NetPotential www.netpotential.co.nz
 
New Post
11/14/2006 3:31 PM
 

If you do the "translation" in a singel portal at admin level it will only have effect to that portal. So "my" method are valid in a multi portal installation too. I think you should do it in admin level to ensure it not will bee overwritten when loading next release anyway.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Help changing Help changing 'Register' link text


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out