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.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Register, Logout and Alerts

More
16 years 10 months ago - 16 years 10 months ago #22422 by slave2six
  1. Our application has single-sign-on so that users can simultaneously login to the Message Board, their Back Office, and to other components of the site. Is there a way to change the "Register" link in Kunena so that it directs users to our package signup page rather than to a page that only allows them to register for the forum?

  2. Is there a way to remove the "Logout" link within Kunena? (we already have one in the top header)

  3. When someone updates information in their Profile the "Information updated" alert covers up the tabs at the top. Is there a way to reposition those alerts or to disable them?

Thanks!
Last edit: 16 years 10 months ago by slave2six.

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

More
16 years 10 months ago - 16 years 10 months ago #22435 by Spock
Hi
  1. You'll have to redirect from the standard Joomla registration to your package signup page. To do this you must edit the following file /components/com_kunena/template/default/plugin/profilebox/profilebox.php. Change the following (Line 157):

    <a href = "<?php echo $registerlink;?>"><?php echo _PROFILEBOX_REGISTER; ?></a>

    to

    <a href = "Place the register link here"><?php echo _PROFILEBOX_REGISTER; ?></a>


  2. Same file remove:

    <a href = "<?php echo $logoutlink;?>"><?php echo _PROFILEBOX_LOGOUT; ?></a>


  3. Not sure about this - i haven't seen it - but if you find the css responsible (use firebug) add the code

    display:none;

Hope that helps you out
Last edit: 16 years 10 months ago by Spock. Reason: changed no.1 above to register

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

More
16 years 10 months ago #22437 by slave2six
Both 1 & 2 worked perfectly! Thanks so much!!!

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

More
16 years 10 months ago #22440 by Spock
For no.3 i'd really need to see this happening. If possible send me access to the forum (by pm if you want)

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

More
16 years 10 months ago #22585 by Spock
Hi again, To fix number 3 you need to edit this file /templates/rhuk_milkyway/css/template.css

dd.message.message.fade

change to

top:0;

this will move it up


OR ADD

display:none;

this will stop it from showing

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

More
16 years 10 months ago #22597 by slave2six
Thank you!!!

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

Time to create page: 0.251 seconds