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, ...deisable search and breadcrumbdeisable search and breadcrumb
Previous
 
Next
New Post
8/23/2011 1:54 AM
 
I'm trying to disable the search box and the breadcrumb from my installation. I'm using a modified minimal extropy theme.From what I've found it seems that I have to delete/comment some code. The question is where? Form the skin.css , from the ascx of the template file, the html?You someone can give me an example it would be great.
 
New Post
8/23/2011 2:19 AM
 
Yes the most efficient way is to edit the skin ascx source files.

They can be found in the folder \Portals\_default\Skins\MinimalExtropy\ as a rule unless they have been altered in any way.

Assuming you are using the default layout the file you want to edit will be index.aspx.

To get rid of the SEARCH box you will need to remove the block of code that looks something like this:

<div class="search_style">
    <div class="search_bg">
        <dnn:SEARCH runat="server" id="dnnSEARCH"  CssClass="ServerSkinWidget" UseDropDownList="true" Submit="<img src="images/search.gif" border="0" alt="Search" />" />
    </div>
</div>

to get ride of the breadcrumb you will need to remove the block of code that looks something like this:

<div id="bread_style">
       <dnn:TEXT runat="server" id="dnnTEXT"  CssClass="breadcrumb_text" Text="You are here >" ResourceKey="Breadcrumb"/> 
    <span><dnn:BREADCRUMB runat="server" id="dnnBREADCRUMB"  CssClass="Breadcrumb" RootLevel="0" Separator=" > " /></span>
</div>

MAKE SURE YOU BACKUP YOUR SKIN BEFORE YOU START MAKING ANY CHANGES.

And you may also need to edit the other .ascx files in the same folder if you use the full or 1280 or 1024 variants of the skin.

Westa
 
New Post
8/23/2011 2:32 AM
 
It worked. Thank you very much.I was commenting that part of the code but didn't worked out.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...deisable search and breadcrumbdeisable search and breadcrumb


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