Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 Pathway

More
10 years 5 months ago #1 by afterburner
Pathway was created by afterburner
hello !
how to remove the top pathway and leave only the bottom?
thanks

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

More
10 years 5 months ago #2 by 9themestore
Replied by 9themestore on topic Pathway
Hi,

Open the display.php file in the html folder of your current Kunena template. If you remove the top pathway you comment about line 18.
Code:
... $this->displayLoginBox (); // $this->displayBreadcrumb (); <-- Comment this line ...

After save file you back to front-end and refresh your forum.

Regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: afterburner

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

More
10 years 5 months ago #3 by afterburner
Replied by afterburner on topic Pathway
is there any way to hide this string (top pathway) with .js ?
thx

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

More
10 years 5 months ago #4 by sozzled
Replied by sozzled on topic Pathway

afterburner wrote: is there any way to hide this string (top pathway) with .js ?

No
The following user(s) said Thank You: afterburner

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

More
10 years 5 months ago #5 by afterburner
Replied by afterburner on topic Pathway
I think that the classes add top and bottom in pathway styles would be a good idea .
thx

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

More
10 years 5 months ago - 10 years 5 months ago #6 by sozzled
Replied by sozzled on topic Pathway

afterburner wrote: I think that the classes add top and bottom in pathway styles would be a good idea.

Yes, it would be a good idea. We have talked about this topic before (see Remove the forum breadcrumbs and top forum controls and How to disable the top bar breadcrumbs ) but the fact is that there is no separate CSS class for the top breadcrumbs that is different from the bottom breadcrumbs.

Perhaps, if you know how to use GitHub, you could write the necessary changes to have separate CSS classes for the top and bottom breadcrumbs and then everyone would be happy. ;)
Last edit: 10 years 5 months ago by sozzled.

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

More
10 years 5 months ago #7 by afterburner
Replied by afterburner on topic Pathway
i find out ))

$('.kpbox').next('div').remove(); in .js

work fine
thx

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

More
10 years 5 months ago #8 by Kubik-Rubik
Replied by Kubik-Rubik on topic Pathway

sozzled wrote: Perhaps, if you know how to use GitHub, you could write the necessary changes to have separate CSS classes for the top and bottom breadcrumbs and then everyone would be happy. ;)


Pull request sent: github.com/Kunena/Kunena-Forum/pull/2111

Regards

Kubik-Rubik Joomla! Extensions
kubik-rubik.de

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

More
10 years 5 months ago #9 by Matias
Replied by Matias on topic Pathway
Made some proposals to improve it.

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

More
10 years 5 months ago #10 by Kubik-Rubik
Replied by Kubik-Rubik on topic Pathway
Hello Matias,

answered you at GitHub. :-)

Kubik-Rubik Joomla! Extensions
kubik-rubik.de

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

Time to create page: 0.430 seconds