Forum Search Box 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

Forum Search Box BBCode

Post by BBCode Bot »

Forum Search Box BBCode

The Forum Search Box BBCode puts a Forum Search Box in the topics of Your phpBB3 Board.
Image

BBCode:

Code: Select all

[forumSB][/forumSB]
HTML:

Code: Select all

<form method="post" action="./search.php">
<fieldset>
<input class="inputbox search tiny" name="keywords" size="25" type="text" value="Forum Search"  onclick="if(this.value=='Forum Search')this.value='';" onblur="if(this.value=='')this.value='Forum Search';" />    
<input class="btnlite button2" value="Search" type="submit" />
</fieldset>
</form>
Helpline:

Code: Select all

Forum search box: [forumSB][/forumSB]
Example:

Code: Select all

[forumSB][/forumSB]
Demo:
[forumsb][/forumsb]
Mario14125
I have been banned!
I have been banned!
Posts: 26
Joined: 29 Apr 2010, 10:38
Location: Poland

Re: Forum Search Box BBCode

Post by Mario14125 »

Many thanks! That looked! And if the council could be done so that I do like BBCode in this form along with ID Forum:

Code: Select all

[forumSB={FORUM_ID}][/forumSB]
:?:
Click Here!
Locked