Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

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.

Question How do I remove the entire fb_profilebox?

More
14 years 2 months ago #1 by taiklan
Hi

I am basically just using the top menu and want to remove the entire profile menu. Can this be done?
Attachments:

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

More
14 years 2 months ago #2 by xillibit
Hello,

open the file components\com_kunena\template\default\plugin\profilebox\profilebox.php and at line 126 replace this :
Code:
<table style="display:none;" width = "100%" border = "0" cellspacing = "0" cellpadding = "0" class = "fb_profilebox" >

by this :
Code:
<table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" class = "fb_profilebox" >

I don't provide support by PM, because this can be useful for someone else.

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

More
14 years 2 months ago #3 by taiklan
Great ... and if I also want to remove it when users are not logged in? So they can't use the login, register, forgot password links?

Thanks

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

More
14 years 2 months ago #4 by xillibit
Yes, if you remove the profilebox for non logged users, the links ogin, register, forgot password will be not displayed. After, you can let the register joomla! module on the left.

open the file components\com_kunena\template\default\plugin\profilebox\profilebox.php and at line 188 replace this :
Code:
<table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" class = "fb_profilebox">

by this :
Code:
<table style="display: none;" width = "100%" border = "0" cellspacing = "0" cellpadding = "0" class = "fb_profilebox">

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.388 seconds