- Posts: 13
- Thank you received: 0
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.
Question Breadcrumbs Hide
- thesinger313
-
Topic Author
- Offline
- New Member
-
I got the fb.profilebox from the 1.5 section because it was the only thing that related to what I wanted to achieve, and decided it would be worth a try. I'm unaware of 1.5 so don't know how much the code has been changed in the newer version.
Many thanks Sozzled.
Please Log in or Create an account to join the conversation.
In your case, the "breadcrumbs" issue is addressed by the CSS code that I posted earlier.
I have no suggestions for your "PM" indicator issue at this time. Perhaps someone else has an idea?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- thesinger313
-
Topic Author
- Offline
- New Member
-
- Posts: 13
- Thank you received: 0
I will try and play around regarding the PM issue and post my findings.
Again, thank you for the firebug tip. I got the Firebug plugin for chrome.
I hope this topic helps some users wanting to achieve the same as me.
Please Log in or Create an account to join the conversation.
- thesinger313
-
Topic Author
- Offline
- New Member
-
- Posts: 13
- Thank you received: 0
Please Log in or Create an account to join the conversation.
If you change the source code then you are responsible for whatever happens after that (including our inability to provide you with support).
On the other hand, if you add the CSS code, like I showed you, at the end of your Joomla site template then you won't "lose" the change when you next upgrade Kunena.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- carbonathus
-
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
Personaly, i am going in the backend Kunena component -> Template manager -> select my template (Example Template)->edit CSS.
As this CSS are difficult to read, I copy all this CSS, paste in a write application and use the her search feature.
So I easily find the div kforum-pathway and add the line : display:none;
#Kunena .kforum-pathway{padding:5px;line-height:18px;margin:-5px 0 0;border-left:1px solid #BFC3C6;border-right:1px solid #BFC3C6;color:#000;background:#F2F1EE; display:none;}
After, copy all the text and paste in the CSS template manager. Enjoy !
BT
Please Log in or Create an account to join the conversation.