Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Quick Launch Bar on Team Site

  Asked By: Tyler Collins         Date: Sep 04, 2003      Category: Sharepoint      Views: 300
 

I have a client that is using WSS sites, and they are in the real estate business. One of the document types that they deal with are property surveys. So the Surveys link on the Quick Launch bar is a little confusing. I’d like to remove that link from the Quick Launch bar. Has anyone tried to hack into it to change its display? If so, how did you do it?

Tagged:            

 

2 Answers Found

 
Answer #1       Answered By: Saul Cobb          Answered On: Sep 04, 2003       

Couldn't you just delete Surveys out in Front Page?

 
Answer #2       Answered By: Karl Reid          Answered On: Sep 04, 2003       

I would edit the direct mode site  page at:
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\60\TEMPLATE\1033\STS\default.aspx

You can use VS.NET, FrontPage, Dream Weaver, Notepad, vi, whatever you
like.

Search for the word "Surveys" and then delete these two lines:
<TR><TD class="ms-navheader"><A
HREF="_layouts/<%=System.Threading.Thread.CurrentThread.CurrentUICulture
.LCID%>/viewlsts.aspx?BaseType=4">Surveys</A></TD></TR>
<TR><TD style="height: 6px"><!--webbot bot="Navigation"
S-Btn-Nobr="FALSE" S-Type="sequence" S-Rendering="html"
S-Orientation="Vertical" B-Include-Home="FALSE" B-Include-Up="FALSE"
U-Page="sid:1007" S-Bar-Pfx="<table border=0 cellpadding=4
cellspacing=0>" S-Bar-Sfx="</table>" S-Btn-Nml="<tr><td><table border=0
cellpadding=0 cellspacing=0><tr><td><img src='_layouts/images/blank.gif'
ID='100' alt='Icon' border=0>&nbsp;</td><td valign=top><a
ID=onetleftnavbar#LABEL_ID#
href='#URL#'>#LABEL#</td></tr></table></td></tr>" S-Target TAG="BODY"
startspan --><SharePoint:Navigation LinkBarId="1007"
runat="server"/><!--webbot bot="Navigation" endspan --></TD></TR>

Run iisreset and browse to the home page of your site. The Surveys
section of the quick  launch should be gone.

It would even be better if you were using a copy of the STS Site
Definition.

 
Didn't find what you were looking for? Find more on Quick Launch Bar on Team Site Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].