Setting Board base URL

The board base URL is a URL which is used as the URL base for unsubscription links in notification e-mails. You can set it in two ways:

  • In Settings -> Community -> Message boards -> Board base URL. From here, it can be inherited by web parts.
  • Directly in the Message board web part properties.

In order for the unsubscription links to work correctly, we recommend that you follow these rules when creating user message boards and group message boards:

  1. When creating a user message board, which is a message board placed on a user profile, set the Board base URL directly in the web part properties, for example like this:

    
    
    
     ~/Members/Profile.aspx 
    
    
     

You can find a live example on the sample Community Site.

  1. When creating a group message board, which is a message board placed on a group profile, set the Board base URL directly in the web part properties, for example like this:

    
    
    
     ~/Groups/Profile.aspx
    
    
     
  2. When creating a public message board, which is a message board placed on any page without a wildcard URL, the Board base URL property needn’t be specified.