Needed to Print a list item form out so I added this Code to a CEWP at the top of the Form
<code>
<input type=”button” value=” Print this page ” onclick=”window.print();return false;” />
</code>
Needed to Print a list item form out so I added this Code to a CEWP at the top of the Form
<code>
<input type=”button” value=” Print this page ” onclick=”window.print();return false;” />
</code>
User Feature Admin tool from Codeplex
Run and search for errors in features.
Remove
Simple … right
I have moved the site to a new server. Moving from Godaddy to a Rackspace cloud server.
I will post the steps I took on my sysadminnightmare.com blog site
Here are some quick notes I ran into when working with our People Picker, or list of all users on Sharepoint 2010.
To see all users of the site: http://SiteAddress/_catalogs/users/simple.aspx
But you cant delete multiple, can only delete each, so go to:
http://SiteAddress/_layouts/people.aspx?MembershipGroupId=0
This will let you delete mutiple users at a time .. huge time saver.
but our people picker was still finding users from the old domain, So i found this: http://technet.microsoft.com/en-us/library/gg602075(d=lightweight,v=office.14).aspx
And set the PeoplePicker to only search our current domain for users. with command:
stsadm -o setsiteuseraccountdirectorypath -path “DC=,DC=local” -url https://SiteCollectionURL