

Note: This does not restrict their access to any of the lists or libraries here. They can still access these if they have the address. You will need to restrict permissions for each list and library individually.
Here are the steps I used to delete the link from the Quick Launch Bar:
Video Tutorial: How to Delete the View All Site Content Link in SharePoint Designer 2007:
Visit my SharePointCafe YouTube Channel today. All videos are in HD, expand video to full-screen mode for full HD experience.
The Content Query Web Part (CQWP) allows you to display data from a list anywhere within a Site Collection, and it works very well to only display the data targeted for a SharePoint group when Target Audiences are enabled for rows of data in that list. However, by default the CQWP only displays the freaking ‘Title’ of the row of data, if you want to display all the other columns in the list you have to do these modifications described in the 7 steps below. Tidbits/Fun Facts/Caveats:
|
Display Column Type |
Internal Column Type |
|
Single line of text |
Text |
|
Multiple lines of text |
Note |
|
Choice |
Choice |
|
Number |
Number |
|
Currency |
Currency |
|
Date and Time |
DateTime |
|
Lookup |
Lookup |
|
Yes/No |
Boolean |
|
Person or Group |
User |
|
Hyperlink or Picture |
URL |
|
Calculated |
Calculated |
<td><xsl:value-of select=”@Department_x005F_x0020_Code” /></td>.
While editing pages on your SharePoint sites you probably encountered a situation when the ‘Edit page’ option in the Site Actions menu is disabled (greyed-out)!
This is not an error. Edit page command will be disabled when another user has checked-out that particular page. To see which user has done so you will need to navigate to Pages library on your site.
If you have the right permissions and you need to edit the page, you can show the page editing toolbar and then click on Page -> Override Check Out. This will undo any changes the other users has made and the page will be checked out to you, but is useful if you really need to make a modification to the page.
However, If the Edit Page option is MISSING all together it is because MS decided to remove that option for that page for some reason! There is a hack, just append ?ToolPaneView=2 or ??ToolPaneView=2 to the end of the URL.