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

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
16 years 10 months ago - 16 years 10 months ago #20966 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: 16 years 10 months ago by Digital Network.

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

More
16 years 10 months ago - 16 years 10 months ago #20970 by Digital Network
Last edit: 16 years 10 months ago by Digital Network.

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

More
16 years 10 months ago #20980 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
16 years 10 months ago #20984 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
16 years 10 months ago - 16 years 10 months ago #20989 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: 16 years 10 months ago by @quila.

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

More
16 years 10 months ago #20991 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.

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

Time to create page: 0.234 seconds