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

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.

Solved How to Hide Profile box

More
11 years 7 months ago #1 by MarioMari
Hi!

I am in the environment Kunena Template Joomla!

I want to hide the "kprofileboxcnt" because duplicate existing elements Joomla! about the user. However, I would leave the search box, as shown in this preview. This is necessary not to mix the contents of the forum are looking and Joomla!

Can I get such a view?




Regards!

Joomla 2.5.8, and 3.0 K.2.0.3, default Chrome
Attachments:

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

More
11 years 7 months ago #2 by sozzled
Replied by sozzled on topic How to Hide Profile box
Use CSS styling "display: none;" if you don't want to display something.

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

More
11 years 7 months ago - 11 years 7 months ago #3 by MarioMari
Replied by MarioMari on topic How to Hide Profile box
Thank you, works. You're right, simple is best.
Code:
/*disable Kunena profile box*/ .kprofileboxcnt { display:none; } .kprofilebox-left { display:none; } .kprofilebox-right { float:right; }

Joomla 2.5.8, and 3.0 K.2.0.3, default Chrome
Last edit: 11 years 7 months ago by MarioMari.
The following user(s) said Thank You: verma76

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

More
11 years 6 months ago - 11 years 6 months ago #4 by verma76
Replied by verma76 on topic How to Hide Profile box
Thanks for providing a solution. Whether the above code is to be inserted in (kunena.forum.css) or elsewhere ? Please clarify in details and oblige.

I want to remove the welcome message :-



The "Configuration Settings" is given below :

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 2M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : kevintsa | author: Ashok Kumar Verma | version: 1.0 | creationdate: 2012-08-29

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 2.0.1 | creationdate: 2012-07-07

Kunena version detailed: Kunena 2.0.1 | 2012-07-07 [ Balozi ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: Content - Kunena Discuss 2.0.1

Modules: Kunena Latest 2.0.1 | Kunena Login 2.0.1

Attachments:
Last edit: 11 years 6 months ago by verma76. Reason: added configuration file for ready reference

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

More
11 years 6 months ago - 11 years 6 months ago #5 by sozzled
Replied by sozzled on topic How to Hide Profile box

verma76 wrote: Whether the above code is to be inserted in (kunena.forum.css) or elsewhere ? Please clarify in details and oblige.

Please read the FAQs page (see How do I change the colours of my template in Kunena? ). The answer to your question is there.

If you search the forum you will also find the same question - "which file do I edit" - asked here:
Last edit: 11 years 6 months ago by sozzled.

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

More
11 years 2 months ago #6 by fifi
Replied by fifi on topic How to Hide Profile box

verma76 wrote: Thanks for providing a solution. Whether the above code is to be inserted in (kunena.forum.css) or elsewhere ? Please clarify in details and oblige.

I want to remove the welcome message :-


Hi,

I'd like too. I use coral template and i didn't find the css file to modify.

The FAQs pages are not very clear and the solution given doesn't work.

Thank's in advance for more informations.

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

Time to create page: 0.407 seconds