phpBB - Profile text link BBcode

Gizmo

Chief Mogwai Officer
Package Team
Joined
Nov 3, 2010
Messages
28,667
Reaction score
8,127
FP$
1,969
Originally written by Stoker and modified into a basic text link BBcode by Fluffy (me).

Description: Display user profiles in a text link saving time of writing the actual link code.


BBcode:
Code:
[profilelink]{INTTEXT}[/profilelink]

HTML:
Code:
<a href="memberlist.php?mode=viewprofile&un={INTTEXT}">{INTTEXT}</a>
If you want it to open in a new window use this code.
Code:
<a href="memberlist.php?mode=viewprofile&un={INTTEXT}" target="_blank">{INTTEXT}</a>

Helpline:
Code:
Show a users profile in text link: [profilelink]username[/profilelink]

Example:
Code:
[profilelink]fluffybunny[/profilelink]

Demo
[profilelink]fluffybunny[/profilelink]
 
Back
Top Bottom