T o p i c P o i n t -
A centralized place for topics with an Overview, related posts from
BlogPoint, specific examples from ExamplePoint, and related internet
resources. | |
|
|
|
|
|
Navigation of a website is so critical and is one of the main parts that either makes or breaks a good website. I will be listing out some solutions and best practices in this matter.
Quick Launch:
Add to web part pages:
Why is it absent when you create a web part page. I do not know why Microsoft did not include it in a web part page, but they did not. In my Blog below I have several solutions for both WSS 3.0 and MOSS. I have also added links to where I found solutions online.
Hide for web part pages:
Now for those pages that have the quick launch bar you can easily hide it if you want. Add a CEWP and add this code an it will be hidden.
<style> .ms-quicklaunch { display:none; } .ms-navframe { display: none; } </style>
Customize:
Sometimes it may be nice to have more available on the quick launch bar, but not have it all showing and taking up so much space. Here is an elegant solution.
|
|
|
|
Examples - 1-Standard - Calculated Columns - HTML, Calculated Columns - Formulas, CSS/Theme, Document Library, Javascript/JQuery, Lists, Meeting Minutes, Navigation, Project Management, SharePoint Add-ons, Tracking System | › | Images - SharePoint /_layout/images/ Full List | | Here is a list of all the images found in SharePoint /_layout/images/ directory. | › | Site Owner | | Create a central place to manage who the site owners are and be able to diplay them on each site. | › | Tab Page | | Add a page with tab functionality that has a web part associated to each one. | Examples - 2-Advance - Javascript/JQuery, Navigation | › | Tool Tip for Quick Launch and other Link Lists | | This example shows how you can add a tool tip to the Quick Launch links or to any links. | › | Wiki Customization | | Here is a way to customize your Wiki to have a look and feel on each Wiki page. | Examples - 3-Designer/3rd Party - Javascript/JQuery, Lists, Navigation | › | Navigation - Global Navigation Across Site Collections v 1.0 | | Here is a global navigation solution across site collections. | › | Navigation - Global Navigation Across Site Collections v 2.0 | |
Here is a global navigation solution across site collections.
|
|
|
|
|
|
|
|
1-Standard |
Solutions that utilize the standard out-of-the-box features that come with WSS or MOSS. |
2-Advance |
Solutions that utilize Javascript/JQuery |
3-Designer/3rd Party |
Solutions that require SharePoint Designer or
installing a 3rd party tool. |
|
|
|
|
|