I would love to be able to say to a user in the HTML on many of my pages, such as in an FAQ page, "Click here to go to your Forum profile account page, and fill out your profile information."
Is there anyway I can do this through html and hyperlinking?
I see on this page, there is a shortcode to do this:
/%wpforo-profile-account%/
But, the instructions say I can only add this to a menu item in the WP menu system.
Is there any other way to accomplish this with hyperlinked text or a button etc?
I have users on my website that aren't too "computer literate", and it takes a lot of explaining now to tell them to look up, find a menu item, click on that, and then in the list that comes up, click on the item that says 'account' etc. Having a single click to take them RIGHT to their account page would be so much easier for me to help them with. 😉
Yes you can use these URLs. If user is logged in these URLs will open current user profile pages. The blue marked part is the home of your forum:
- https:// example.com/community/profile/
- https:// example.com/community/account/
- https:// example.com/community/activity/
- https:// example.com/community/subscriptions/
Thanks Tom!
I appreciate it. Just what I needed to know. 🙂