- Posts: 337
- Thank you received: 6
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Sticky [Merged topic] Hiding the profile box at the top of the page (Blue Eagle template)
ok, try attached file... unzipp it and override (please backup first):
/components/com_kunena/template/default/loginbox/
Then i looks like: www.simple-quality.de/forum.html
Please Log in or Create an account to join the conversation.
For any 1.6.x release you may give the link to close the box an ID or name so the users are able to access it with a js. That would be very helpful.
Please Log in or Create an account to join the conversation.
add "display: none;"
in kunena.forum-mini.css
#Kunena div.kpbox {
border-bottom:1px solid #BFC3C6;
display:none;
}
Please Log in or Create an account to join the conversation.
Beacause we have different login (with profile picture) at the top of website , we don't need kunena profile box(Profile picture).
1.How can we remove whole profile box ? (If it is a css edit plz include the full path and the file name of the css file)
2.If we disable this profile box completely ,what are the things that we going to miss ( note - we use JS private messages ) ?
Thank You !!!
Please Log in or Create an account to join the conversation.
Most importantly of all, please do not use the "loginbox.zip" file contained in an earlier message which was built for an previous release of K 1.6 and it will not work in K 1.6.3.
As with just about everything in this Templates and Design category, if you use a web developer's tool like Firebug for Firefox - or some other equivalent product that you might prefer - you can solve most of these issues by using a couple of mouse-clicks. If you want to remove the whole profile box and everything it contains - including the link to private messages (like you see here at www.kunena.com ) - then add the following three lines to the end of your Joomla site template CSS file:
#Kunena table.kprofilebox {
display:none;
}
I dont know the full path of your Joomla site template file. You haven't given us any information about your website. Everyone's site template files are different. Firebug for Firefox will tell you what CSS files are loaded on your site.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
How do you remove it from the template?
There is a doc on the wiki but it is really old and the files it talks about don't exist in 1.6.
docs.kunena.org/index.php/How_I_can_disa..._or_whole_Profilebox
Please help.
cheers
schmaka
Please Log in or Create an account to join the conversation.