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 Kunena Login Module 1.6.2 Display

More
15 years 4 months ago - 15 years 4 months ago #79590 by Moonstone
Upon login, the new version of the Kunena Login now displays clumped up and aligns left when used in vertical style. It was previously centered and spaced out nicely.

Please see below.

Last edit: 15 years 4 months ago by Moonstone.

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

More
15 years 4 months ago - 15 years 4 months ago #79605 by larry007
Hi

yes it ist not so good for me too. I change some in Code, look:
(look at the vertical.php in mod_kunenalogin an make the changes)

Look at the line 15 and add a new one after, then write <center>. After line 26 the same, but so </center>.

Now look on line 43 below and add the center code like here.

Now you have centered the Welcome User line , the avatar an the button.

I hope it is ok for you or take the add file!

File Attachment:

File Name: vertical.txt
File Size:4.98 KB

?
Code:
<center> <div class="klogin-hiname"> <?php echo JText::sprintf('MOD_KUNENALOGIN_HINAME','<strong>'.CKunenaLink::GetProfileLink ( $this->my->id, $this->user->getName()).'</strong>' ); ?> </div> <?php endif; ?> <div class="klogin-avatar"> <?php if ($this->params->get('showav')) : $avatar = $this->kunenaAvatar( $this->my->id ) ; echo $avatar; endif; ?> </div> </center> <div> <?php if ($this->params->get('lastlog')) : ?> <div class="klogin-lastvisit"> <ul> <li class="kms"> <span class="klogin-lasttext"><?php echo JText::_('MOD_KUNENALOGIN_LASTVISIT'); ?></span> <span class="klogin-lastdate" title="<?php echo CKunenaTimeformat::showDate($this->my->lastvisitDate, 'date_today', 'utc'); ?>"> <?php echo CKunenaTimeformat::showDate($this->my->lastvisitDate, 'ago', 'utc'); ?> </span> </li> </ul> </div> <?php endif; ?> </div> <div class="klogin-links"> <center><input type="submit" name="Submit" class="kbutton" value="<?php echo JText::_('MOD_KUNENALOGIN_BUTTON_LOGOUT'); ?>" /></center></div>

Sorry for my english.....
Last edit: 15 years 4 months ago by larry007.
The following user(s) said Thank You: JiiKoo, Moonstone

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

More
15 years 4 months ago #81670 by Moonstone
Looks much better! Thanks, larry!

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

Time to create page: 0.225 seconds