Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

Question How to hide buttons register and login?

More
13 years 6 months ago #1 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
13 years 6 months ago #2 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
13 years 6 months ago #3 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.375 seconds