I would like to let user to easily to remember the link as their username e.g. fb/ig also
just http://facebook.com/usernameI found whole help from buddypress also no solution how to do? if I cannot do this, is it possible to create a post/page that is http://SITE.com/username then redirect to their gallery?
I can do this manually if possible!!!!!!
http://cover.y-popstyle.com/yoyo
to
http://cover.y-popstyle.com/members/yoyo/mediapress/yoyo/
Kerry
OR Can I have the user profile Link without the “members”????
so the profile is http://cover.y-popstyle.com/yoyo/
Sorry for the delayed reply.
Do you want the 2nd part of the slug to be different for each user? That will mean using root profile. BuddyPress supports Root Profile.
If it is only about redirecting a fixed page say example.com/abc to logged in user’s gallery, we can easily accomplish that by a few lines of code.
Please let me know and I will assist.
Regards
BrajeshI want the profile Link without “members”, I dont want to redirect.
I want something http://cover.y-popstyle.com/user >> will be the profile page.
That is call Root Profile ?
Kerry
Yes, they are called root profile.
Please put this in your bp-custom.phpdefine( 'BP_ENABLE_ROOT_PROFILES', true );
That will do it.
Regards
BrajeshYeah, I put there and it work , thanks so much!
so is it possible to have a menu that call myGallery will point to the root link ??
see photo
http://cover.y-popstyle.com/wp-content/uploads/2019/03/username.png
Kerry
add a custom link in the menu and use http://yoursite.com/me
That will take logged in user to their profile.
You can also use htttp://yoursite.com/me/xyz to point to loggedinuser’sprofile/xyzHope that helps.
Regards
BrajeshYeah, that perfect. I can point to that.
So that menu can use “me” as the login user
Below Media List also have the attribute also can list the logged in user media list only????? I cannot find any can do this
https://buddydev.com/mediapress/shortcodes/mpp-list-media/e.g.
[mpp-list-media list=me] something this?Kerry
Hi Kerry,
Please see the “for” optionhttps://buddydev.com/mediapress/shortcodes/mpp-list-media/#user-parameters
Regards
Brajesh
You must be logged in to reply to this topic.