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 #11 by Spock
Replied by Spock on topic Re:Login alteration problem
i see that you had the login/register links removed i have changed that again for you and attached

Attachment profilebox-20090617-3.zip not found

. :blink: i think i confused the matter altogether. Hope It works now
Attachments:

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

More
14 years 9 months ago - 14 years 9 months ago #12 by Lintzy
Replied by Lintzy on topic Re:Login alteration problem
Please test the following css changes (red marked):

in www.betorama.net/modules/mod_yoo_login/mod_yoo_login.css.php

span.yoo-login, span.yoo-login span {
display:block;
float:right;
position:relative;
top:-2px;

}


And in www.betorama.net/components/com_kunena/t...5.3/kunena.forum.css

#Kunena td.fb_profileboxcnt {
text-align:left !important;
width:60%;
}
Last edit: 14 years 9 months ago by Lintzy.

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

More
14 years 9 months ago #13 by Sebastien
Lintzy wrote:

Please test the following css changes (red marked):

in www.betorama.net/modules/mod_yoo_login/mod_yoo_login.css.php

span.yoo-login, span.yoo-login span {
display:block;
float:right;
position:relative;
top:-2px;

}


There is no such code in mod_yoo_login.css.php

I made the change in kunena.forum.css , it is still the same:
www.betorama.net/index.php/forum.html

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

More
14 years 9 months ago #14 by Spock
Replied by Spock on topic Re:Login alteration problem
Hi Sebastien,
Could you explain precisely how you want the login to look? Maybe do a mock-up picture. I still a little unsure and don't want to keep you going around in circles
Regards.

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

More
14 years 9 months ago #15 by Sebastien
Yes. I want it exactly like this: www.kunena.com/media/kunena/attachments/...e5673a2532955de2.gif

I don't want kunena's login and i want it like in the photo i am showing you!

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

More
14 years 9 months ago #16 by Spock
Replied by Spock on topic Re:Login alteration problem
Ah, ok ;) . and do you want

Show Latest Posts | My Profile | Logout | Announcements | Advanced Search

text when user logs-in?

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

More
14 years 9 months ago #17 by Sebastien
Yes, i want it :)

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

More
14 years 9 months ago #18 by Spock
Replied by Spock on topic Re:Login alteration problem
That's ok, (I'm writing this out in full for others to see)
  1. You'll need to create a new module position in the profilebox.php [YOURSITEURL/components/com_kunena/template/default/plugin/profileboxprofilebox.php]. More information on this in Kunena Documentation and here on the Kunena.com Forum

    This is relevant to this example (please change kunena_profileboxleft to whatever you want)
    <div class = "fb_profilebox_modul">
    <?php
    $document = &JFactory::getDocument();
    $renderer = $document->loadRenderer('modules');
    $options = array('style' => 'xhtml');
    $position = 'kunena_profileboxleft';
    echo $renderer->render($position, $options, null);
    ?>
    </div>

  2. Edit the kunena.forum.css #Kunena tr.fb_sectiontableentry1 td.td-1 {kunena.forum.css (line 65)
    background:#EBEBEB none repeat scroll 0 0;
    border-left:0 solid #E3E4E3;
    color:#999999;
    text-align:left;
    }
    .... to align the "Welcome Guest" to the left
  3. Finally you will have to asign the yoo_login module to position "kunena_profileboxleft" in the Joomla! module manager

I've attached the altered profilebox.php (it has been tested and works) B)

Attachment profilebox-20090618.zip not found

Attachments:

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

More
14 years 9 months ago #19 by Sebastien
PERFECT!!!!
Thanks a lot!!! :)

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

More
14 years 9 months ago #20 by Spock
Replied by Spock on topic Re:Login alteration problem
No problem.

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

Time to create page: 0.687 seconds