Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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] Login alteration problem

More
14 years 9 months ago - 14 years 9 months ago #1 by Sebastien
I removed the kunena login as instructions here: www.kunena.com/forum/4-archive-support/6...ogin-alteration#7597

the problem now is that the yoo login module appears on a vertical position and not horizontal. can you help me and tell me why? i have attached the problem in screenshot

Attachment problem-20090617.zip not found

Attachments:
Last edit: 14 years 9 months ago by Spock.

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

More
14 years 9 months ago #2 by xillibit
Hello,

in the module parameter choose for style : Nifty Quick, it's strange that the module isn't displayed under the welcome guest. Do you have set the position : kunena_profilebox ?

I don't provide support by PM, because this can be useful for someone else.

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

More
14 years 9 months ago #3 by Sebastien
Yes. I have set it in kunena_profilebox position and it is nifty quick...please, help me guys...it is very strange

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

More
14 years 9 months ago - 14 years 9 months ago #4 by Spock
Replied by Spock on topic Re:Login alteration problem
EDIT At this point I had misunderstood what Sebastien meant in his post above (so next few posts are irrelevant). Please find the accepted solution for this workaround here



there are two solutions to this problem (that i'd suggest to try)

1. in the kunena.forum.css
change

#Kunena td.fb_profileboxcnt {
width:95%;
}


to

#Kunena td.fb_profileboxcnt {
width:70%; FOR EXAMPLE
}



2. Go to profilebox.php which controls that area of the template
YOURSITE/components/com_kunena/template/default/plugin/profileboxprofilebox.php and increase the td width on line 147 of this file it 12% by default

<td width="12%">

Last edit: 14 years 9 months ago by Spock. Reason: Added solution link

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

More
14 years 9 months ago #5 by Sebastien
Spock wrote:


2. Go to profilebox.php which controls that area of the template
YOURSITE/components/com_kunena/template/default/plugin/profileboxprofilebox.php and increase the td width on line 147 of this file it 12% by default

<td width="12%">


There is no such line or such content on profilebox.php

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

More
14 years 9 months ago #6 by Spock
Replied by Spock on topic Re:Login alteration problem
:huh: I do apologize that was a version that i had altered earlier that i was looking at. If you change

<td>
<div class = "fb_profilebox_modul">
<?php
$document = &JFactory::getDocument();
$renderer = $document->loadRenderer('modules');
$options = array('style' => 'xhtml');
$position = 'kunena_profilebox';
echo $renderer->render($position, $options, null);
?>
</div>
</td>

to

<td width="50%"> [again for example]
<div class = "fb_profilebox_modul">
<?php
$document = &JFactory::getDocument();
$renderer = $document->loadRenderer('modules');
$options = array('style' => 'xhtml');
$position = 'kunena_profilebox';
echo $renderer->render($position, $options, null);
?>
</div>
</td>

this has to be done to both tables (lines 147 & 193)

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

More
14 years 9 months ago #7 by Sebastien
I did both and look what happened (pictures are before user login and after user login)

Attachment beforeandafter.zip not found

Attachments:

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

More
14 years 9 months ago #8 by Spock
Replied by Spock on topic Re:Login alteration problem
i think our wires got crossed there the css solution (no. 1) will work fine please replace your profilebox.php with the original attached

Attachment profilebox-20090617-2.zip not found

Attachments:

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

More
14 years 9 months ago #9 by Sebastien

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

More
14 years 9 months ago #10 by Spock
Replied by Spock on topic Re:Login alteration problem
isn't that the way you wanted it?

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

Time to create page: 0.397 seconds