Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question How to hide buttons register and login?

More
15 years 4 months ago #63592 by wgary
I don't want to show the buttons/links register and login within the kunena forum.
Only way to register/login should be the standard login/register form provided as modul on the left side of my template.

Any tipps to to achieve this?

br
Wolfgang

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

More
15 years 4 months ago #63595 by alex-51
File: components/com_kunena/template/default/loginbox/login.php
Delete 36 - 73:

<div class="input">
<span>
<?php echo JText::_('COM_KUNENA_A_USERNAME'); ?>
<input type="text" name="<?php echo $login; ?>" class="inputbox ks" alt="username" size="18" />
</span>
<span>
<?php echo JText::_('COM_KUNENA_PASS'); ?>
<input type="password" name="<?php echo $login; ?>" 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; ?>" />
<?php if (!empty($login)) : ?>
<input type="hidden" name="view" value="<?php echo $login; ?>" />
<?php endif; ?>
<input type="hidden" name="task" value="<?php echo $login; ?>" />
<input type="hidden" name="<?php echo $login; ?>" 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>

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

More
15 years 4 months ago #63601 by Matias
Or install Kunena 1.6 and set login integration to none.

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

Time to create page: 0.304 seconds