Plugin should respect custom slugs
-
Hi, first of all, congratulations for such a great plugin!
The plugin sometimes hardcode slugs that are user-customizable. There are at least two instances to be fixed (didn’t check all the code):
In `bp-activity-subscription-functions.php`, line 407, should be changed to:
`
<a href="loggedin_user->domain . trailingslashit( BP_SETTINGS_SLUG ) . ‘notifications/’ ?>”>.
`
and on line 968 to
`echo ‘
‘ . sprintf( __(‘To change the email notification settings for your groups go to %s and click change for each group.’,'bp-ass’) . ‘
‘, ‘‘.__(‘My Groups’,'bp-ass’) .’‘ );
`Hope this is useful!
You must be logged in to reply to this topic.