Posts Tagged “SharePoint”
SharePoint 2010 Where My MasterPages At?
by Steven Ng on May 13, 2011
I always forget, so this is more of a reminder than anything.
- Publishing masterpage – everyone knows where this is.
- Blog masterpage – assinged as System masterpage
- Profile masterpage – usually different site
Allowing Personalization in SharePoint 2010
by Steven Ng on June 23, 2010
SharePoint personalization allows users a level of customization by adding or removing web parts to their page. To test this you should have two different user accounts. Here are steps I took to get this working.
SharePoint 2010 spscore PlaceHolderPageTitle PageParserPath Bug
by Steven Ng on February 1, 2010
Actually not sure if this is a bug or whatever, but whenever we take a copy of a MySite masterpage in SharePoint 2010 and make our own copy of it we get this error about the PlaceHolderPageTitle and spscore. … Read the rest
Is The “Enter” key not working for SharePoint search?
by Steven Ng on September 9, 2008
I spent hours trying to figure out the cause of this on Firefox, even tried writing some custom JS but in the end all i needed to do was include these in my master page
Modifying breadcrumb seperators in SharePoint
by Steven Ng on June 30, 2008
It’s a small change, but I always forget how to do this so I’m blogging it! Locate the siteMapPath control in the Master Page and add a PathSeperator attribute shown in the example below:
1 2 3 4 |
<code
|