Sharepoint 2007 breadcrumb includes default.aspx


 Powered by Max Banner Ads 

Are you seeing default.aspx after Pages in your SharePoint breadcrumb navigation?

I found a simple fix for this problem in MOSS, modify the master page.

Open the master page and look for PlaceHolderTitleBreadcrumb

Change SiteMapProvider="SPContentMapProvider" to

SiteMapProvider="CurrentNavSiteMapProviderNoEncode"

To quote from my reference

When you’re creating a new Page Layout, make sure you override the Title Breadcrumb with something that uses the CurrentNavSiteMapProviderNoEncode provider.

Heather Solomon has written a great post detailing the behaviour of out of the box page layouts breadcrumbs. She has also linked to other resources for how to modify and use the breadcrumb.

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

Tip: Recycle IIS Application Pool

As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.

Denny has a tip to just get this done!

cscript c:\windows\system32\iisapp.vbs /a "[App_Pool_Name]" /r

Source

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

HowTo: Set Permissions for Comments on SharePoint Blog


 Powered by Max Banner Ads 

If you want to allow your blog visitors to comment on blog posts you will need to explicitly allow them to do so. To achieve this, you will need to setup unique permissions on your blog.
Here is the procedure:
1. Open http://your_blog_url/Lists/Comments/AllComments.aspx
2. Select Settings > List settings
3. Select Permissions and Management > Permissions for this list
4. Open Actions >Edit permissions (confirm this action when dialog pops-up)

 

Now you can setup unique permissions for this list. From this step forward you can add permissions for a specific user. The best approach is to give the Visitors group "Contribute" rights for this entire list.


Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

Some SharePoint Bits

Early this month, I did my exams for MCTS: Configuring and Administering MOSS 2007 70-630 exams and scored 1000/1000! Yeah, felt great for sure. Next on list is 70-631 and for sure I see that Becky  Bertram is on track for that as well. Becky has very graciously shared study guide for this exam. It’s not your run of the mill study guide. She has researched well and compiled list of links to resources for each and every relevant section. Now that surely is awesome! Thanks Becky! All the best.

List of links that can be helpful when studying for the MCTS: WSS Configuration exam from Becky Bertram

Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.

MOSS 2007 Infrastructure Updates


 Powered by Max Banner Ads 
Microsoft have released Infrastructure Update for MOSS 2007.
The Infrastructure Update for Microsoft Office Servers (KB951297) includes several new Enterprise Search features for SharePoint Server 2007 and the latest performance updates and fixes for the Microsoft Office Servers listed in the system requirements section below.

Key updates for SharePoint Server 2007 include:

  • New Search features such as federated search and a unified search administration dashboard.
  • Several core fixes to Search to improve performance and scale.
  • Platform performance improvements and fixes.
  • Several core fixes to the publishing Content Deployment features to improve reliability.
Download 32 bit version | 64 bit version

The update will install properly if either of the following are true:


Alpesh Nakar

I recommend related reading. Browse through the site and grab some free tech bytes. And don't forget to subscribe to my rss feeds or updates via email. Visit here for subscription options that suit you.