The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I add a search box in each forum(In description)?

3 posters

Go down

Solved How can I add a search box in each forum(In description)?

Post by Van-Helsing July 4th 2014, 12:26 am

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.


Last edited by Dark-Avenger on July 7th 2014, 10:33 pm; edited 1 time in total
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by Van-Helsing July 5th 2014, 1:46 am

Bump
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by Van-Helsing July 6th 2014, 2:18 am

Bump
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by Van-Helsing July 7th 2014, 10:59 am

Bump
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by SLGray July 7th 2014, 8:09 pm

Get a code for a search box and enter it in the forum's description box you want to have a search option.


How can I add a search box in each forum(In description)? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by Ange Tuteur July 7th 2014, 9:26 pm

Here is a small search form :
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">
    &nbsp;
    <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.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by Van-Helsing July 7th 2014, 10:32 pm

Thanks its solved.
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add a search box in each forum(In description)?

Post by SLGray July 8th 2014, 3:17 am

Topic Solved & Archived


How can I add a search box in each forum(In description)? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum