Page 1 of 1

Profile BBCode

Posted: 06 Mar 2010, 12:09
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

Posted: 14 Jul 2010, 22:11
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]