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!

More
16 years 11 months ago #17221 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 ...

hey yo!

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17224 by grumblemarc
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.

More
16 years 11 months ago #17225 by Lambas
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.

More
16 years 11 months ago #17281 by svanschu
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
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....

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #17291 by Lambas
thanks very much lda !!!

hey yo!

Please Log in or Create an account to join the conversation.

Time to create page: 0.339 seconds