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 New position for 'Register Now' link

More
13 years 8 months ago - 13 years 8 months ago #1 by iLucato
It was a suggestion I've posted here and Cerberus gave this tip how to change it:

Cerberus wrote: 5: can be done very easily by editing the profilebox.php file :) and just moving the link.

(GOTO)

../components/com_kunena/templates/default/loginbox/login.php

(FIND)

Code:
<b><?php echo JText::_('COM_KUNENA_PROFILEBOX_GUEST'); ?></b>

(INSERT AFTER)
Code:
<?php $registration = CKunenaLogin::getRegisterLink (); if ($registration) : ?> <span class="kprofilebox-link"> <?php echo $registration ?> </span> <?php endif; ?>

(DELETE LINES 69 - 75)
Code:
<?php $registration = CKunenaLogin::getRegisterLink (); if ($registration) : ?> <span class="kprofilebox-link"> <?php echo $registration ?> </span> <?php endif; ?>

This wont change the TEXT of the link as that is done by the language file but it will move the link itself. :)


Thanks Cerberus. ;0)

Kunena 2.0.4 | 2013-01-18 [ Pharmacopoeia ], J!1.5.25, rhuk_milkyway, CB 1.8.1, AUP 1.5.13, UddeIM 2.5 and Akeeba Backup 3.3.9

EsferaDoBem.com.br | iLucato.com.br | BemDoado.com.br
Last edit: 13 years 8 months ago by iLucato.

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

Time to create page: 0.368 seconds