Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [SOLVED] Strange things on "My profile" - How can I resolve that ?

More
14 years 9 months ago - 14 years 9 months ago #1 by Digital Network
Hi,

I just created a test account to show you the problem.

Login : tests
Pass : test

Go to "My profile" and you'll see that the content come out of the layout, how can I resolve that ?

Thanks in advance for your help ;-)

Best,
Vincent
Last edit: 14 years 9 months ago by Digital Network.

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

More
14 years 9 months ago - 14 years 9 months ago #2 by Digital Network
Last edit: 14 years 9 months ago by Digital Network.

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

More
14 years 9 months ago #3 by @quila
Hi Vincent,

open the file kunena.forum.css and find the line 515

#Kunena table.fb_blocktable {
border-color:#BFC3C6;
border-style:solid;
border-width:0 0 4px;
margin:5px 0;
text-align:left;
width:580px;
}

change with this (red)

#Kunena table.fb_blocktable {
border-color:#BFC3C6;
border-style:solid;
border-width:0 0 4px;
margin:5px 0;
text-align:left;
width:98%;
}

Regards

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

More
14 years 9 months ago #4 by Digital Network
Works great, thank you !!!
But, i've another problem with the advanced search.

If you go into "My profile", you'll see that come out of the layout.

Can you help me once again ?

Best,
Vincent

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

More
14 years 9 months ago - 14 years 9 months ago #5 by @quila
Hi Vincent,

for Adv. Search open the file advsearch.php

componentscom_kunenatemplatedefaultpluginadvancedsearchadvsearch.php

line 80
Code:
<input type="text" class="fbs input" name="q" size="35" value="<?php echo html_entity_decode_utf8($q); ?>" style="width:250px"/>
and line 101
Code:
<input type="text" class="fbs input" name="q" size="35" value="<?php echo html_entity_decode_utf8($q); ?>" style="width:250px"/>
change width:250px by width:200px

If you go into "My profile", you'll see that come out of the layout.

I don't understand what is problem here! What is out of the layout in "My Profile" page.

Regards
Last edit: 14 years 9 months ago by @quila.

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

More
14 years 9 months ago #6 by Digital Network
Thank you !!!

I made a mistake with "My profile", it was "Advanced search".
I put a printscreen because the box above is cool and the box below, it is shorter.
Attachments:

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

More
14 years 9 months ago #7 by @quila
Hi,

add this in kunena.forum.css (line 1395)

#fb_forumsearch_adv {
width:100% !important;
}

Regards

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

More
14 years 9 months ago - 14 years 9 months ago #8 by Digital Network
Great thanks for the support on this forum.
Really professional !!!
Last edit: 14 years 9 months ago by Digital Network.

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

Time to create page: 0.452 seconds