by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
Problem: Sharepoint out of the box only allows you to create Menus with a single Sub Menu within the navigation bar. Menu – | -Sub Menu Solution: If you are looking for something like this. Menu – | -Sub Menu – | -Sub Menu 1. Open the master page in...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
Assume you have to make changes to a Mysite default.aspx or default.master page. Assume then that you have to publish your changes to all my sites. There is not link within SharePoint to access the mysite structure for all site users. Use the link below to navigate to...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
Problem: When you create or modify a webpart for a page it is only available for that page. Assume you create a list on your site and want to share that list with other sites within the collection. Solution: 1. Select Edit Page 2. Select Edit within the Webpart and...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
Create a panel and store default Search within that panel Set Visible attribute to False so that the default search is hidden Add new Search Locate Core.css using in the Hive or use SharePoint Designer Controls the light blue border around the search box td.ms-sbcell{...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
After much head banging!! I have drawn the conclusion that MySites do not work like your typical SharePoint Portal Sites. Normally one would simply check out a page whether its was a master page or an ASPX page and modify it using sharepoint designer. While...