[BBCODE] User (Profile) Tags

This simple little BBCode allows you to easily link to a users profile.

Requested by jackinthebox in this topic. Please note that by default, profile pages are hidden from public view in phpBB 3. You can change this, but it's not recommended. Keep this in mind if you plan on linking to another site like phpBB.com

#
#-----[ BBCODE USAGE ]------------------------------------------
#
[user]{TEXT}[/user]
#
#-----[ HTML REPLACEMENT ]------------------------------------------
#
    <a href="memberlist.php?mode=viewprofile&un={TEXT}" style="font-weight: bold;">{TEXT}</a>

Change the URL to something like this if you want to link to a phpBB.com profile. All you need to do is specify the username:

    <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&un={TEXT}" style="font-weight: bold;">{TEXT}</a>