Profile BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

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]
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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]
Locked