Forum Replies Created
-
Yes, I have been trying to share screenshot… It’s alright, I will try it again.
The plugin screenshot is here: https://prnt.sc/jdm8jn
The shortcodes are working! Thank you really much for this plugin! I will leave a review soon.
What I am trying to feedback is, the edit url shortcode is not functioning well.
This edit url shortcode will generate url as this format:
mysite/wp/members/username/edit/But the buddypress profile edit url should be this format:
mysite/wp/members/username/profile/edit/group/1/Thank you once again
I have tried to reply to this topics but I am not sure why my comments are not showing up…
Is it that I have been blocked by the forum?Hi @venutius thanks for developing this plugin. I think this should solve my issue.
I have tried the edit profile shortcodes, and paste it in the footer widget, it do shows the url. But it doesn’t shows the gravatar like what the buddypress login widget is.
Is the shortcodes being used in this way?
Oh I see, but this is a good solution too.
May I know where do you apply these shortcodes?
1) For the main member page (activity) use the following shortcode:
[bp_user_profile_link text=”Profile” ]2) For the View Profile page
[bp_user_profile_link text=”View My Profile” target=”profile”]3) For the Edit Profile page
[bp_user_profile_link text=”Edit My Profile” target=”edit_profile”]As for now, I just created a functions.php in my child theme. And pasted the codes into the functions.php.
Thank you really much for your reply! I will try this now!
So is this your method?
After adding the codes into the functions.php, you set up a page with these shortcodes.And you redirect the user to this page after they login?
Thanks again.
That’s a really Noble idea! May I know is this short code function available now?
Mary, do you still having issue on this? I have the same issue as you. I wish everything can be automated, using simple membership login and buddy press.
Login using simple membership plugin, then auto redirect to the buddy press profile. I suppose this should be done using some functions that can retrieve the user profile url?