English: Sometimes you may received a request to change rating icons, from a normal star to a love icon. So, how would you do it? Figure 1. Original rating icons Figure 2. Modified love rating icons 1. Find and prepare rating icons. In this case I will need to prepare 4 styles rating icons
Title
Sample
Size
a. Empty Rating
16x16
b. Selected Rating
16x16
c. Rating Overlay
English: Sometimes you may received a request to change rating icons, from a normal star to a love icon. So, how would you do it? Figure 1. Original rating icons Figure 2. Modified love rating icons 1. Find and prepare rating icons. In this case I will need to prepare 4 styles rating icons
Title
Sample
Size
a. Empty Rating
16x16
b. Selected Rating
16x16
c. Rating Overlay
Howto: Disable MySite or My Links – link | Ideas For Free - Oct 0, 2010
[…] SharePoint 2010, check here : Permanent Link to SharePoint 2010- Howto disable My Site and My Profile link window.fbAsyncInit = function() { FB.init({appId: “146840318662513”, status: true, cookie: true, […] Tweets that mention SharePoint 2010: Howto disable My Site and My Profile link | Ideas For Free – Topsy.com - Oct 0, 2010
[…] This post was mentioned on Twitter by Hire SharePoint Dev, Riwut Libinuko.
Howto: Disable MySite or My Links – link | Ideas For Free - Oct 0, 2010
[…] SharePoint 2010, check here : Permanent Link to SharePoint 2010- Howto disable My Site and My Profile link window.fbAsyncInit = function() { FB.init({appId: “146840318662513”, status: true, cookie: true, […] Tweets that mention SharePoint 2010: Howto disable My Site and My Profile link | Ideas For Free – Topsy.com - Oct 0, 2010
[…] This post was mentioned on Twitter by Hire SharePoint Dev, Riwut Libinuko.
English:
This is graphical guidelines to disable My Site or My Profile link in a portal.
1. Open Central Administration , and click on “Manage service applications”.
2. Open Central Administration , and click on “Manage service applications”.
3. Click on “Manage User Permissions”
4. Remove “Use Personal Features” permission for the Groups/Users.
5. If you can’t see the new rules being reflected in the site. You can restart “User Profile Service”
English:
This is graphical guidelines to disable My Site or My Profile link in a portal.
1. Open Central Administration , and click on “Manage service applications”.
2. Open Central Administration , and click on “Manage service applications”.
3. Click on “Manage User Permissions”
4. Remove “Use Personal Features” permission for the Groups/Users.
5. If you can’t see the new rules being reflected in the site. You can restart “User Profile Service”
English
I think you may already know Set-SPServiceApplicationPool. This command can be used to modify apppool account for service application - but it doesn’t work for Web Application. I am looking for Set-SPWebApplicationPool but I can not find it anywhere.
So here is the PowerShell script
param([string] $url, [string] $account)
$SPWebApp = Get-SPWebApplication $url
$SPManagedAccount = Get-SPManagedAccount –Identity $account
$SPWebApp.ApplicationPool.ManagedAccount = $SPManagedAccount
$SPWebApp.ApplicationPool.Update()
English
I think you may already know Set-SPServiceApplicationPool. This command can be used to modify apppool account for service application - but it doesn’t work for Web Application. I am looking for Set-SPWebApplicationPool but I can not find it anywhere.
So here is the PowerShell script
param([string] $url, [string] $account)
$SPWebApp = Get-SPWebApplication $url
$SPManagedAccount = Get-SPManagedAccount –Identity $account
$SPWebApp.ApplicationPool.ManagedAccount = $SPManagedAccount
$SPWebApp.ApplicationPool.Update()
English
Today I find a strange behaviour, my Office 2010 can not browse to the SharePoint 2010 document library. In short, I can not save my document directly to SharePoint 2010. Office 2010 provide Save and Send functionality, which should give me functionality to save directly to SharePoint 2010 as what it does in previous version; so what could be the problem?
Saving to SharePoint 2010 document library requires WebDAV functionality via Web Client service.
English SharePoint team just released SharePoint 2010 Administration Toolkit V1, which contains : - User Profile Replication Engine 2010 - Security Configuration Manifest - Content Management Interoperatibility Services Connector - Load Testing Kit More information about this toolkit can be found here: http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx