- Posts: 48
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Missing css for user search!
16 years 11 months ago #17221
by Lambas
hey yo!
Missing css for user search! was created by Lambas
Hi!
this problem was to all the versions (actually i dont know if is a problem, i just mention )
I cant find any css for the search user box in the userlist!!!
this is the only thing i cant change in kunena default ex!
for example the font and the font size of the box ...
this problem was to all the versions (actually i dont know if is a problem, i just mention )
I cant find any css for the search user box in the userlist!!!
this is the only thing i cant change in kunena default ex!
for example the font and the font size of the box ...
hey yo!
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 11 months ago #17224
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re: Missing css for user search!
If you cannot find it then you just might have to add it.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17225
by Lambas
hey yo!
Replied by Lambas on topic Re: Missing css for user search!
thanks grumblemarc but im a css noob! i dont know how to add it
hey yo!
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17281
by svanschu
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Replied by svanschu on topic Re: Missing css for user search!
When you use FireBug (a addon for FireFox) you can see what id and class the searchbox have....
The div in where the box is: id = fb_serachbox
The input field where you can type: class = fb_search_inputbox fbs
The ok button: class = fb_button fbs
So just add these id and classes when you want to change something to your kunena.css....
The div in where the box is: id = fb_serachbox
The input field where you can type: class = fb_search_inputbox fbs
The ok button: class = fb_button fbs
Code:
<div id="fb_searchbox">
<form method="post" name="searchFB" action="http://www.kunena.com/forum?func=search">
<input class="fb_search_inputbox fbs" type="text" onfocus="if(this.value=='Search Forum') this.value='';" onblur="if(this.value=='') this.value='Search Forum';" value="Search Forum" size="15" name="q"/>
<input class="fb_button fbs" type="submit" name="submit" value="Go"/>
</form>
</div>
So just add these id and classes when you want to change something to your kunena.css....
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17291
by Lambas
Please Log in or Create an account to join the conversation.
Time to create page: 0.339 seconds