Changing Slug:-
If you want to change the slug from mediapress to say ‘album’ or gallery, you can put the following code in your bp-custom.php
1 | define( 'MPP_GALLERY_SLUG', 'Your_Slug_Name');//rename mediapress to album |
For example, to rename it to album, you can use the following code.
1 | define( 'MPP_GALLERY_SLUG', 'album');//rename mediapress to album |
Now, all the urls will be like http://yoursite.com/members/xyzusername/album/
More coming soon…