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:
HTML:
If you want it to open in a new window use this code.
Helpline:
Example:
Demo
[profilelink]fluffybunny[/profilelink]
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>
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]







