Page 1 of 1

[Solved] add search button to main where also is home etc

PostPosted: Wed Feb 28, 2007 12:07 pm
Author: Juppertje
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

in the list above portal and forum we see now

Home à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Forum à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Memberlist à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Usergroups à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Profile à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ No new message(s) à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Login Security à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Log out [ Juppertje ]



i also want to add theire search option how do i add this so it looks like

Home à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Forum à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Memberlist à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Usergroups à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Profile à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ No new message(s) à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Search forums à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Login Security à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¢ Log out [ Juppertje ]


and we like to have it only working when aq member is loged in to the board so no search for guest.

I believe in version 1.40 only logged in members could use search list?

Re: how to add search button to main where also is home etc

PostPosted: Wed Feb 28, 2007 12:51 pm
Author: BMD
that's a simple one

go into ACP...
Click General Admin...
Click Qbar....
Click on the WORD Menu...
Click "Add New Field" at the bottom of the page...
Give the field a name of "Search Forums"...
Set "Display Shortcut" = YES...
In "Shortcut" Type "Search Forums"...
Enter your mouseover text "Search the forums for Specific Text"...
Display Icon = NO...
phpBB prog = YES...
Program URL = search.php
Logged on = REQUIRED
Submit

Then just move it up to the position you want it in.

Cheers
Doug

Re: how to add search button to main where also is home etc

PostPosted: Wed Feb 28, 2007 1:04 pm
Author: Juppertje
"BMD";p="22450" wrote:that's a simple one

go into ACP...
Click General Admin...
Click Qbar....
Click on the WORD Menu...
Click "Add New Field" at the bottom of the page...
Give the field a name of "Search Forums"...
Set "Display Shortcut" = YES...
In "Shortcut" Type "Search Forums"...
Enter your mouseover text "Search the forums for Specific Text"...
Display Icon = NO...
phpBB prog = YES...
Program URL = search.php
Logged on = REQUIRED
Submit

Then just move it up to the position you want it in.

Cheers
Doug


ty very much for the quick anwser <img>

Re: [Solved] add search button to main where also is home et

PostPosted: Wed Feb 28, 2007 1:08 pm
Author: BMD
You're welcome.