- Posts: 64
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 7.0
Question Remove profile box?
17 years 2 months ago #4703
by Andreaz
Remove profile box? was created by Andreaz
How can I remove profile box from Kunena? I have login with avatar and everything on sidebar so I don't want to have profilebox in Kunena forum. Anyone can help me with removing it?
Please Log in or Create an account to join the conversation.
17 years 2 months ago #4707
by skillless
Replied by skillless on topic Re:Remove profile box?
What about display:none in your css?
Please Log in or Create an account to join the conversation.
17 years 2 months ago #4710
by Andreaz
Replied by Andreaz on topic Re:Remove profile box?
Really easy solution and works fine. Thx!
Please Log in or Create an account to join the conversation.
17 years 2 months ago #4711
by skillless
Replied by skillless on topic Re:Remove profile box?
You're welcome
Please Log in or Create an account to join the conversation.
17 years 2 months ago - 17 years 2 months ago #5311
by Andreaz
Replied by Andreaz on topic Re:Remove profile box?
If someone will need to remove profile box just add this in your kunena css file
table.fb_profilebox {
display: none;
}
table.fb_profilebox {
display: none;
}
Last edit: 17 years 2 months ago by Andreaz.
Please Log in or Create an account to join the conversation.
Time to create page: 0.263 seconds