MyBB Community Forums

Full Version: Could this be done?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to place a url to the member profiles on my site. For example I would say something like "Your member profile url is: www.urlhere.com/etc" in the profile so they can share their profile page.
Yes it can be done, relatively easily.
Add the following code where ever you want to show this thingy;
Your member profile url is;<br />
<blockquote>
{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$memprofile['uid']}
</blockquote>
which template would I add the to?
(2011-09-29, 03:41 PM)dj83 Wrote: [ -> ]which template would I add the to?

If you want it to show on profiles then insert this in "member_profile" template. Just below the "Online status variable".
thanks so much