Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Hide both Menu tabs and Profilebox

More
8 years 11 months ago - 8 years 11 months ago #1 by Murnane
Hi guys, I found the documentation on hiding the Profile Box but I'd also like to hide all the Menu tabs and the collapse [-] link.
Is there a way to hide all of it by adding something to a Joomla site template CSS file?

Attachments:
Last edit: 8 years 11 months ago by Murnane.

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

More
8 years 11 months ago #2 by niicetheme
Hi Murnane,

I suggest you two solutions to hide Menu Tabs and Profile (Login box)

1. Open the display.php file in the html folder of active Kunena template and comment below lines.
Code:
//if ($this->ktemplate->params->get('displayMenu', 1)) { //$this->displayMenu (); //} //$this->displayLoginBox ();

2. Add below CSS rules to the template.css file of your active Joomla template.
Code:
body #Kunena #ktop, body #Kunena #kpbox { display: none; }

After finish to refresh your site to view all changes.

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

Time to create page: 0.469 seconds