MyBB Community Forums

Full Version: [Release] Fast Search - like in IPB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I'll try but I don't know php very well.
Ok 1st thing how do I change the colors? I tried the CSS but it didnt do much. I need to change the colors of the "Advanced Search" and then "[x]".

Also for some reason now every time I load a page on my forum, a blank page with this  will show up then re-direct to the page I clicked. Is there anyway to get rid of this?

EDIT: I noticed it does this any time I edit the global.lang.php file.

EDIT2: Ok for the color issues I figured out that in the CSS you had:

.fastsearch a {
color: #3C3C3C;
text-decoration: none;
}

when it should have been

.fastsearch a:link {
color: #3C3C3C;
text-decoration: none;
}


As for the random  I just skipped editing the lang file and replaced the hooks with the actual text. So now everything works fine.
Awesomee!
nice mod.. mybb team should add this feature by default
Hello,

Just one question...

Will it work when the Captcha (Image Verification) protection is ON against
automated searches?


Thanks.
Quote:#-----[ FIND ]------------------------------------------
<a href="{$mybb->settings['bburl']}/search.php"

where is this ???? could not find this on header!! which file to edit ?

Quote:Miley, If you found this: <a href="{$mybb->settings['bburl']}/search.php" than {$lang->toplinks_search}</a>" is after. It's ending of that first code.
If you have in that place different code, it's OK. Put <!--Do not remove outer most DIV tag with id="fastsearch"--> [..] after </a> tag.

i did not understood this.. can u please tell me which file do i have to edit?? i am stuck ..
plz put example / screenshot if possible
Sammyed, I'm afraid it won't, it's simple code. But i can try to do that (I don't promise)

Blip.0, go to header templates (usually Search button is in header) and then go to welcomeblock_guest or/and welcomeblock_member and look for search.php or toplinks_search. It has to be somewhere in these temps. What theme are you using?
i am using theme called transparent. theme thread >> http://community.mybboard.net/thread-51063.html
..
there was problem in header.. remaining code disapperead when i added 1st code and saved.
i restored to orginal code and added those code and saved . search box appeared on clicking search but it made forum part disappeared.. forum's body part appeared only when search button was pressed. i will try tomorrow again .
Blip.09, I've looked at Transparent theme. Lines you're looking for are in header template (not guest/member). Search.php is in line 14.

EDIT
Here's a screen: http://i31.tinypic.com/2d7u646.jpg
(2009-08-13, 10:47 AM)noc123 Wrote: [ -> ]Sammyed, I'm afraid it won't, it's simple code. But i can try to do that (I don't promise)

Thanks for the reply. Nice work thou.

Cheers.
Pages: 1 2 3 4 5