List

Adjust Width of SharePoint Columns

SharePoint lists and libraries are great.  However, you may have noticed that sometimes, the column width on certain items just looks funky.  To remedy this, all you need to do is add a little javascript. Go to the list or library that you want to resize and add a Content Editor Web Part. From the script… Continue reading Adjust Width of SharePoint Columns

List · SharePoint

Highlight line items in a SharePoint list

This is actually a very simple process and only requires a small amount of javascript to do the job. Follow these steps and your will be highlighting in no time!!! Go to your list to be highlighted Edit Page Add a Content Editor Web Part Move the CEWP to the bottom of the page Click… Continue reading Highlight line items in a SharePoint list

SharePoint

How to Export a SharePoint User List to Excel

There may come a time when you may need to export your user list to excel.  It’s not that difficult. Copy the following path into notepad/word pad: http://yoursite.com/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=[LISTID]&View=[VIEWID]&CacheControl Minimize the text editor and navigate to Site Actions à Site Setting à People and Groups à All People. Click Settings on the option bar and click… Continue reading How to Export a SharePoint User List to Excel

SharePoint

Dataview Web Part – Access Denied

The Problem When a user that is restricted from a specific list visits the site; the view of that list displays an access denied message rather than hiding the Web Part from the user.  It appears that the security for the list is evaluated prior to the Web Part evaluating the targeted audiences.  Since the user… Continue reading Dataview Web Part – Access Denied