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.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Idea Change text to images in kunena loginbox

More
16 years 11 months ago - 16 years 11 months ago #20336 by chema
Hi,

Adding this hack you can change the text in loginbox for images in kunena:



Only search in components/com_kunena/template/default/plugin/profilebox/profilebox.php
Code:
<br/> <?php echo _PROFILEBOX_PLEASE; ?> <a href = "<?php echo $loginlink;?>"><?php echo _PROFILEBOX_LOGIN; ?></a> <?php echo _PROFILEBOX_OR; ?> <a href = "<?php echo $registerlink;?>"><?php echo _PROFILEBOX_REGISTER; ?></a>. &nbsp;&nbsp; <a href = "<?php echo $lostpasslink;?>"><?php echo _PROFILEBOX_LOST_PASSWORD; ?></a> </td>

Reeplace for this:
Code:
<br/> <a href = "<?php echo $loginlink;?>"><img src = "<?php echo "$mosConfig_live_site/components/com_kunena/template/default/images/login.png";?>"</a> <a href = "<?php echo $registerlink;?>"><img src = "<?php echo "$mosConfig_live_site/components/com_kunena/template/default/images/registro.png";?>"</a> <a href = "<?php echo $lostpasslink;?>"><img src = "<?php echo "$mosConfig_live_site/components/com_kunena/template/default/images/reset.png";?>"</a> </td>

Add images created into /components/com_kunena/template/default/images/

¡¡Regards!!

DJ!! and KS!! Team
Last edit: 16 years 11 months ago by chema. Reason: link to profilebox

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

Time to create page: 0.244 seconds