- Posts: 29
- Thank you received: 0
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.
Question Register, Logout and Alerts
- 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?
- Is there a way to remove the "Logout" link within Kunena? (we already have one in the top header)
- 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!
Please Log in or Create an account to join the conversation.
- 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):
to<a href = "<?php echo $registerlink;?>"><?php echo _PROFILEBOX_REGISTER; ?></a>
<a href = "Place the register link here"><?php echo _PROFILEBOX_REGISTER; ?></a>
- Same file remove:
<a href = "<?php echo $logoutlink;?>"><?php echo _PROFILEBOX_LOGOUT; ?></a>
- Not sure about this - i haven't seen it - but if you find the css responsible (use firebug) add the code
display:none;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
dd.message.message.fade
change to
this will move it uptop:0;
OR ADD
this will stop it from showingdisplay:none;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.