Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question size72 avatars does not exist while size200 avatar does

More
13 years 11 months ago #125659 by Matias
That's really odd as the images get created on the fly when they are requested by the api call. And there's nothing special in creating different sizes -- they are running the same code.

Can you provide the code you changed? (use code tag)

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

More
13 years 11 months ago #125755 by contender
/components/com_kunena/template/default/loginbox/login.php
Code:
<?php if ($login) : ?> <form action="<?php echo KunenaRoute::_(KUNENA_LIVEURLREL) ?>" method="post" name="login"> <div class="input"> <span> <?php echo JText::_('COM_KUNENA_A_USERNAME'); ?> <input type="text" name="<?php echo $login['field_username']; ?>" class="inputbox ks" alt="username" size="18" /> </span> <span> <?php echo JText::_('COM_KUNENA_PASS'); ?> <input type="password" name="<?php echo $login['field_password']; ?>" class="inputbox ks" size="18" alt="password" /></span> <span> <?php if(JPluginHelper::isEnabled('system', 'remember')) : ?> <?php echo JText::_('COM_KUNENA_LOGIN_REMEMBER_ME'); ?> <input type="checkbox" name="remember" alt="" value="yes" /> <?php endif; ?> <input type="submit" name="submit" class="kbutton" value="<?php echo JText::_('COM_KUNENA_PROFILEBOX_LOGIN'); ?>" /> <input type="hidden" name="option" value="<?php echo $login['option']; ?>" /> <?php if (!empty($login['view'])) : ?> <input type="hidden" name="view" value="<?php echo $login['view']; ?>" /> <?php endif; ?> <input type="hidden" name="task" value="<?php echo $login['task']; ?>" /> <input type="hidden" name="<?php echo $login['field_return']; ?>" value="<?php echo $return; ?>" /> <?php echo JHTML::_ ( 'form.token' ); ?> </span> </div> <div class="klink-block"> <span class="kprofilebox-pass"> <?php echo CKunenaLogin::getLostPasswordLink (); ?> </span> <span class="kprofilebox-user"> <?php echo CKunenaLogin::getLostUserLink ();?> </span> <?php $registration = CKunenaLogin::getRegisterLink (); if ($registration) : ?> <span class="kprofilebox-register"> <?php echo $registration ?> </span> <?php endif; ?> </div> </form> <?php endif; ?>

removed and replaced with a JFBConnect login easy-tag

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

More
13 years 11 months ago #125841 by Matias
Avatar isn't in that part of the code. :) Above code looks ok, but I suspect that there's a bug in avatar part.

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

More
13 years 10 months ago #126701 by contender
so what can be done to debug this avatar issue?

thank you :)

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

More
13 years 10 months ago #127000 by Matias
Skype me @ matias.griese -- this is too slow.

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

Time to create page: 0.261 seconds