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.

Search Box isn't showing.

3 posters

Go down

Solved Search Box isn't showing.

Post by blindbat1457 March 28th 2011, 7:30 am

I have this forum theme I am making but one issue is the search box isn't showing.
http://pwpclantheme.goo-board.com/

punbb is my forum version.


Last edited by blindbat1457 on March 29th 2011, 4:09 am; edited 1 time in total
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Search Box isn't showing.

Post by Nera. March 28th 2011, 12:44 pm

If we are thinking on the same box I can see it but there's no background.
Spoiler:
Add background-color: #your code; here =>
Code:
.center-overview {
and here
Code:
.title-overview {
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Search Box isn't showing.

Post by blindbat1457 March 28th 2011, 7:51 pm

I want my search box next to my navbar
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Search Box isn't showing.

Post by Nera. March 29th 2011, 12:41 am

If you mean like a permanent little box beside login button put this in your overall_header and publish =>
Code:
<div id="search-box"><form method="get" action="/search.forum" id="search"><p class="nomargin"><input type="text" name="search_keywords" id="keywords" maxlength="128" class="inputbox search" value="Search..." onclick="if (this.value == 'Search...') this.value = '';" onblur="if (this.value == '') this.value = 'Search...';" /><input class="button2" type="submit" value="Search" /></p></form></div>
This to your CSS to set its location through margins as you wish=>
Code:
#search-box {
    height: 31px;
    margin-left: 640px;
    position: absolute;
    top: 325px;
    width: 243px;
}
Sorry my English is not so great Confused
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Search Box isn't showing.

Post by blindbat1457 March 29th 2011, 4:09 am

Thank you this is solved Smile
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Search Box isn't showing.

Post by Sanket March 29th 2011, 6:39 am

Since this thread is marked solved, I will lock this thread.
Search Box isn't showing. 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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