Profile BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP

Profile BBCode

Post by BBCode Bot »

Profile BBCode

The Profile BBCode puts a profile link in the topics of Your phpbb3 Board
Image

BBCode:

Code: Select all

[profile]{INTTEXT}[/profile]
HTML:

Code: Select all

<input class="button2 btnlite" type="button" value="{INTTEXT}" onclick="window.location.href='memberlist.php?mode=viewprofile&un={INTTEXT}'">
Helpline:

Code: Select all

Link to profile: [profile]Username[/profile]
Example:

Code: Select all

[profile]Stoker[/profile]
Demo:
[profile]Stoker[/profile]

Re: Profile BBCode

Post by cisco007 »

and this one just using the nick, will only show the username on the post with no button!!

bbcode usage:

Code: Select all

[profile]{INTTEXT}[/profile]
html:

Code: Select all

<a href="memberlist.php?mode=viewprofile&un={INTTEXT}" title="Userprofil: {INTTEXT}" class="userlink">{INTTEXT}</a>
helpline:

Code: Select all

[profile]username[/profile]