Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Question Remove Header and Profile - Kunena 1.5.11

More
13 years 10 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.
Attachments:

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

More
13 years 9 months ago #2 by squeek

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

More
13 years 9 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
13 years 9 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
13 years 9 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
13 years 9 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
13 years 9 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
13 years 9 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
13 years 9 months ago #9 by squeek
+1
same problems !!

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

More
13 years 9 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.556 seconds