- Posts: 78
- Thank you received: 5
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved Can I remove the Kunena "profile box"?
- jimrowland
-
Topic Author
- Offline
- Senior Member
-
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- jimrowland
-
Topic Author
- Offline
- Senior Member
-
- Posts: 78
- Thank you received: 5
(sigh)
Thanks, sozzled.
Please Log in or Create an account to join the conversation.
- jimrowland
-
Topic Author
- Offline
- Senior Member
-
- Posts: 78
- Thank you received: 5
Hide the profilebox completely
Add the following lines to the end of your Joomla site template CSS file[2]:
Code:#Kunena td.kprofileboxcnt { display: none; }
I edited this file:"/css/template.css" in template "fse_template". (fse_template) is my front-end template, which is a copy of the default J3.2.1 Protostar template (copied so that I can hose it up)
But that results in this: (not a complete removal of the box).
All of the text is gone, but as you can see, the profile pic is still there along with the rest of the box.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- Posts: 12285
- Thank you received: 2535
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.