- Posts: 13
- 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
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 Breadcrumbs Hide
- thesinger313
-
Topic Author
- Offline
- New Member
-
Less
More
15 years 2 months ago #82847
by thesinger313
Replied by thesinger313 on topic Re: Breadcrumbs Hide
I do apologise, I am using 1.6
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.
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.
15 years 2 months ago #82864
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Breadcrumbs Hide
K 1.5 is a totally different product to K 1.6. That's why we have a section for K 1.6 issues and a separate section of K 1.5 issues. In a significant number of cases, "solutions" posted for K 1.5 will not work for K 1.6. 
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?
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
-
Less
More
- Posts: 13
- Thank you received: 0
15 years 2 months ago #82880
by thesinger313
Replied by thesinger313 on topic Re: Breadcrumbs Hide
Thank you Sozzled, that worked to a certain extent. although I still have the "You are here" with the walking man icon. although the pathway it's self has been hidden.
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.
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
-
Less
More
- Posts: 13
- Thank you received: 0
15 years 2 months ago #82881
by thesinger313
Replied by thesinger313 on topic Re: Breadcrumbs Hide
Maybe the function? Could I comment this out? or would that cause other repercussions?
Code:
function displayPathway() {
CKunenaTools::loadTemplate('/pathway.php');
Please Log in or Create an account to join the conversation.
15 years 2 months ago - 15 years 2 months ago #82883
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Breadcrumbs Hide
The main repercussions involved with making those kinds of changes - any PHP code changes for that matter - are that you will have to do them again whenever you upgrade Kunena (unless you create your own template, which opens up a whole new discussion topic!) We've had many, many cases reported to us in the past that go like this: "Hi. I'm using Kunena-minus-100-versions-behind-the-current-one because I've hacked it about, and I don't think I can upgrade to the latest version any more. Can you please help me with ... " (you get the idea?)
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.
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
Last edit: 15 years 2 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- carbonathus
-
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
15 years 2 months ago #84058
by carbonathus
Replied by carbonathus on topic Re: Breadcrumbs Hide
Yes Thanks sozzled your CSS solution is perfect with 1.6 ! no more breadcrumbs 
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
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.
Time to create page: 0.239 seconds