Page MenuHomePhabricator

Extension:SocialProfile: Show Special:UserBoard by default
Open, Needs TriagePublic

Description

As pointed out by @SamanthaNguyen:

You'll need to set the following in your LocalSettings.php (see https://www.mediawiki.org/wiki/Extension:SocialProfile#Board ):

$wgUserBoard = true;
$wgUserProfileDisplay['board'] = true;

This will add the UserBoard link to the User page like this:

Edit profile | Upload avatar | My watchlist | Contributions | User page | UserBoard

The UserBoard show sent private messages and this is an important feature of this extension. I suggest that you show this link by default so people can navigate to their inbox. When its not visible people tend to forget how to access the UserBoard at all.

Event Timeline

SamanthaNguyen subscribed.

You'll need to set the following in your LocalSettings.php (see https://www.mediawiki.org/wiki/Extension:SocialProfile#Board ):

$wgUserBoard = true;
$wgUserProfileDisplay['board'] = true;

@SamanthaNguyen Why is this not set to default? This is one of the more important features of the extension.

David_Hedlund renamed this task from Extension:SocialProfile: Add Special:UserBoard to the links on the User page to Extension:SocialProfile: Show Special:UserBoard by default.May 29 2017, 11:23 PM
David_Hedlund reopened this task as Open.
David_Hedlund updated the task description. (Show Details)