- Posts: 7245
- Thank you received: 566
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question size72 avatars does not exist while size200 avatar does
13 years 9 months ago #125659
by Matias
Replied by Matias on topic size72 avatars does not exist while size200 avatar does
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)
Can you provide the code you changed? (use code tag)
Please Log in or Create an account to join the conversation.
13 years 9 months ago #125755
by contender
Replied by contender on topic size72 avatars does not exist while size200 avatar does
/components/com_kunena/template/default/loginbox/login.php
removed and replaced with a JFBConnect login easy-tag
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.
13 years 9 months ago #125841
by Matias
Replied by Matias on topic size72 avatars does not exist while size200 avatar does
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.
13 years 8 months ago #126701
by contender
Replied by contender on topic size72 avatars does not exist while size200 avatar does
so what can be done to debug this avatar issue?
thank you
thank you
Please Log in or Create an account to join the conversation.
13 years 8 months ago #127000
by Matias
Replied by Matias on topic size72 avatars does not exist while size200 avatar does
Skype me @ matias.griese -- this is too slow.
Please Log in or Create an account to join the conversation.
Time to create page: 0.262 seconds