Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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.

Sticky [Merged topic] Hiding the profile box at the top of the page (Blue Eagle template)

More
15 years 6 months ago #66253 by roland76
Hello,

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
The following user(s) said Thank You: haithun

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

More
15 years 6 months ago #66299 by haithun
Thanks for that file. :)

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.

More
15 years 6 months ago - 15 years 6 months ago #66468 by roland76
Some other solution by CSS

add "display: none;"

in kunena.forum-mini.css

#Kunena div.kpbox {
border-bottom:1px solid #BFC3C6;
display:none;
}
Last edit: 15 years 6 months ago by roland76.

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

More
15 years 3 weeks ago - 15 years 3 weeks ago #91524 by Eranda
We Can only disable login box in kunena 1.6 by setting it to 'none'.(But still it shows profile picture).
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 !!!
Last edit: 15 years 3 weeks ago by Eranda.

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

More
15 years 2 weeks ago - 14 years 10 months ago #91562 by sozzled
I merged your topic with this old topic for two reasons. Firstly because the subject is similar to the question you asked and, secondly, because the information given in this topic is wrong and I wanted to correct it - in case other people stumble on the topic and try to use the recommendations made here.

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.
Last edit: 14 years 10 months ago by sozzled.
The following user(s) said Thank You: loungeme, sarx

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

More
14 years 11 months ago #94183 by schmaka
At the top of forum pages there is a whole section called the profilebox. It contains your avatar, welcome message and some other stuff.

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.

Time to create page: 0.258 seconds