Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question Remove Header and Profile - Kunena 1.5.11

More
15 years 6 months ago #1 by amitjaio252
How do i remove header and profile from Kunena 1.5.11

I want to remove everything as shown in the picture.

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

More
15 years 6 months ago #2 by squeek

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

More
15 years 6 months ago #3 by ugur
root/components/com_kunena/kunena.php

Find and delete:
Code:
//BEGIN: PROFILEBOX if (file_exists(KUNENA_ABSTMPLTPATH . '/plugin/profilebox/profilebox.php')) { include (KUNENA_ABSTMPLTPATH . '/plugin/profilebox/profilebox.php'); } else { include (KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'plugin/profilebox/profilebox.php'); } //FINISH: PROFILEBOX

Profile disappeared :laugh:

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

More
15 years 6 months ago #4 by Cerberus
tabs and search box are in the fb_layout.php file :)

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

More
15 years 6 months ago #5 by amitjaio252
Thanks Ugur your solution worked, now i have the profile box removed.

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

More
15 years 6 months ago #6 by amitjaio252
Hello Cerberus!

Thanks for your help, i am not that technical.

Canu give me the exact coding i needs to remove/edit to hide/delete tabs.

Can u also suggest about any good kunena templates.

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

More
15 years 6 months ago #7 by Cerberus
Code:
$header = '<div id="fb_topmenu" ><div id="Kunena_tab"><ul>'; if ($my_id != 0) { } if ($my_id != 0) { } switch ($type) { case 3:

in fb_layout.php change you code so it looks like this

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

More
15 years 6 months ago #8 by amitjaio252
Hey! Where exactly do i need to insert this code u gave me.

I searched for this "$header = '<div id="fb_topmenu" ><div id="Kunena_tab"><ul>';" in fb_layout.php and after that i see there is lot of coding.

Please help with the exact path or changes i need to do.

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

More
15 years 6 months ago #9 by squeek
+1
same problems !!

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

More
15 years 6 months ago #10 by sozzled
At times I watch, in amazement, the requests that people make to cripple Kunena's features! :ohmy: I ask myself, do they want a web-based discussion forum or do they want something that Kunena was not designed for in the first place?

But, everyone is entitled to their own choices - irrespective of whether or not I think they are misinformed ones. Anyway, here's what you do. Add the following lines to your site template:

#Kunena_top, .fb_profilebox {
display:none;
}

That's it! Knock yourselves out. :side:

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

Time to create page: 0.258 seconds