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...Administration ...Administration ...Hi Need helpHi Need help
Previous
 
Next
New Post
9/21/2007 5:59 AM
 

Hi,

I am creating new website using DotnetNuke.Here in home page left side top it is displaying Date and rightside it is showing links for register and Login. I want to remove those as i have created other Login Page.

Please help me.

Thank you

Ram

 
New Post
9/23/2007 10:43 PM
 

If you're using one of the default skins - e.g. the blue one, then you'll need to edit the skin files in the folder Portals/_default/Skins/DNN-Blue

There are two ways of changing them. There are several skins in that folder for different widths and menus. You'll need to figure out which one you are using by checking the Host/Skins menu.

Once you have found it - for example "Horizontal Menu - Fixed Width" you will see two files with that name, but with different extensions:

  1. Horizontal Menu - Fixed Width.ascx
  2. Horizontal Menu - Fixed Width.htm

The ascx file is the one that is actually being used in real-time by the site. The htm file was used by the portal to create the ascx file - When you upload an html skin, the portal creates ascx files by combining html and xml files. That's why you will see all of these files present in the skin folder.

If you make a change to the ascx file, it will be visible straight away on the site after refreshing the page. If you make a change to the htm file, you will have to reparse the skin, which means the portal recreates the ascx files from the htm files. You do this using a link at the bottom of the Host/Skins page after you have made changes to the htm file.

Points to note:

  • Decide to make your changes either directly to the ascx or indirectly to the htm pages - then stick with that choice.
  • If you are modifying the default blue skin, it will be over-written when you upgrade DNN - save the files.
  • The above instructions only apply to the default host skin - if you are modifying a skin installed viw the Admin/Skins menu then you need to look in your portal folder to find the files - Portals/(portal-number)/Skins/DNN-Blue
  • This is only extremely basic information - skinning DNN is no simple task and don't let anyone tell you it is.

And on to the things you actually asked:

  1. The date is
    1. ASCX version - <dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" />
    2. HTML version - [CURRENTDATE]
  2. The register bit is
    1. ASCX - <dnn:USER runat="server" id="dnnUSER" />
    2. HTML - [USER]
  3. And the login is
    1. ASCX - <dnn:LOGIN runat="server" id="dnnLOGIN" />
    2. HTML - [LOGIN]

Simply remove the relevant bit from the ASCX or HTM files, depending on which type you have decided to edit, resparse the skin if you chose to edit the HTML files, and you're on your way.

Rob

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Hi Need helpHi Need help


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