In Sharepoint 2007, how do I hide the Quick Launch bar for all pages in a List?
Sharepoint: List - Hide Quick Launch?
5.3k Views Asked by Ian Vink At
1
There are 1 best solutions below
Related Questions in SHAREPOINT
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- SharePoint/CSS3 Gradients/IE9
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- share point excel service
- MS Access Run-time error 3999
- Maintain Sharepoint Server Url with subfolders in document list
- How can I integrate a SharePoint document folder in a separate ASP.NET web site?
- why I don't get list subfolders despite using RecursiveAll option
- Modal Extender Ajax Control Toolkit (ASP 2.0) will not pop-up on server side trigger
- Configure SharePoint 2010 UPS with PowerShell
- How can I get Internet explorer to display this image correctly
- Developing Syntax app SharePoint Online PrismJS
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
Related Questions in LIST
- Difference between list() and dict() with generators
- python how to write list of lists to file
- SML - Find same elements in a string
- How to divide list item by list item from another list using Python?
- How to get a certain element in a list of lists?
- How to read in numbers from n lines into a Scala list?
- Create a list of sequential monthly dates in PHP given initial date and quantity
- Python elegant way to sort numerically named directories
- sorting all data on multiple pages by clicking on its header
- List item keeps same memory address following sort/copy
- How to convert Hibernate List to String?
- using a for loop to compare lists
- How to keep track of word count in text file
- Running multiprocessing on two different functions in Python 2.7
- How do you fuse string items from two lists into new elements of a new list?
Related Questions in HIDE
- show/hide multiple div tags at once and change the size of the remaining div tag
- text show and hide with button php/js
- How to hide first li in ul?
- jQuery - hide option element by value
- jQuery toggle by ESC and clicking
- Javascript toggle hide and show buttons in a loop Laravel 5
- Show/hide script in jQuery shows only last hidden div
- Hide rows when column values are duplicate
- Hide App name in Facebookpost
- How to hide the console when running the django developement server?
- Datatables show/hide row with jquery UI effect
- Hide/Collapse div when only scrolling vertically
- hide element based on width
- how to hide column chart gridlines xlsxwriter
- How to hide an element after clicking it's child element using JavaScript
Related Questions in QUICKLAUNCH
- How to favorite android app Programmatically on android?
- Customize the quick launch items for certain pages in sharepoint
- Error when updating link urls in quick launch on sharepoint 2013 site with powershell
- Using Javascript to remove quicklaunch node on sharepoint 2010
- Create Windows 7 Quick Launch
- install4j: can't create quick launch icon
- NavBar in SiteDefinition
- Sharepoint 2013 Accordion Quick Launch
- How to add my application to quick launch Ubuntu
- Sharepoint multi level quick launch
- Customise Sharepoint QuickLaunch menu per subsite page
- fetching the items from a quick launch bar in sharepoint
- Hiding Link In SharePoint Quicklaunch Based On Permissions
- sharepoint 2010 quick launch missing
- Quick launch menu missing
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is no direct and automatic method for hiding the Quick Launch only for a specific list. However, we can take two things into account.
So to accomplish hiding the Quick Launch for a specific list, we'll basically have to visit every non-application-page for that list, and insert this Content Editor Web Part. Primarily, this will only be the separate Views on that list. Go through each view on the list, and using "Edit Page" from the Site Actions, add the CEWP and the script. This should work for all of the list-specific pages which have the Quick Launch. There is a way to slightly automate this process, especially for views, but that requires the object model and I am unsure you wish to go delving into the deeper programming for this task.
Here is the script, for convenience.