How can I add a search box in each forum(In description)?
3 posters
Page 1 of 1
How can I add a search box in each forum(In description)?
Hi all,
How can I add a search box in each forum's description like the french forumotion's support http://prntscr.com/3z5b2v ? My forum version is PunBB.
How can I add a search box in each forum's description like the french forumotion's support http://prntscr.com/3z5b2v ? My forum version is PunBB.
Last edited by Dark-Avenger on July 7th 2014, 23:33; edited 1 time in total
Re: How can I add a search box in each forum(In description)?
Get a code for a search box and enter it in the forum's description box you want to have a search option.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How can I add a search box in each forum(In description)?
Here is a small search form :
This is the specific forum that you're searching (f1 = forum 1)
I'll use the above for sometime later in a script just to let you know.
- Code:
<form method="get" id="forum-search" action="/search">
<fieldset>
<input class="inputbox search tiny" name="search_keywords" id="search_keywords" size="20" value="Search" onclick="if (this.value == 'Search') this.value = '';" onblur="if (this.value == '') this.value = 'Search';" type="text">
<input class="button2" value="Search" type="submit">
<input value="f1" name="search_where" type="hidden">
</fieldset>
</form>
This is the specific forum that you're searching (f1 = forum 1)
- Code:
<input value="f1" name="search_where" type="hidden">
I'll use the above for sometime later in a script just to let you know.
Re: How can I add a search box in each forum(In description)?
Topic Solved & Archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Forum Icons To Close To Forum Title & Description
» Search engine not changing the the description
» SEO: improve your forum description and meta description
» Description field doesn't show in Advanced Search
» Miscellaneous changes to default templates
» Search engine not changing the the description
» SEO: improve your forum description and meta description
» Description field doesn't show in Advanced Search
» Miscellaneous changes to default templates
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum