Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 3 question: pathway, 'mark all forums read' and some tabs

More
15 years 11 months ago - 15 years 11 months ago #45243 by jankees
I have 3 layout issues I want to have changed.

1. When I am browsing a subforum (lets say subforum 'Y' in forum 'X') the pathway (navigation) at the top says: Kunena > X. I however want the pathway here to say: Kunena > X > Y. So I want it to include the forum I am actually browsing. Is it possible to have this adjusted somewhere??

2. The tab 'Mark all forums read' is both displayed at the top and the bottom of my forum homepage. Can I disable one of them so I have this tab only displayed once??

3. I want the tabs as displayed on the right site here (below my post count) 'online / offline' and 'my profile' not to be showed. How can I do that??

Thanks
Last edit: 15 years 11 months ago by jankees.

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

More
15 years 11 months ago #45363 by jankees
Sorry for being impatient, but does anyone has an idea on how to deal with these 3 issues??

With regards to 3.) setting the plugin setting in Kunena Configuration 'online status' to No doesnt help. And there is no setting to set my profile to no.

Thanks

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

More
15 years 11 months ago - 15 years 11 months ago #45411 by Cerberus
1. this is a known issue with K1.5x. Add this pathway file to your kunena template and it will be gone for now :)

File Attachment:

File Name: fb_pathway...0410.zip
File Size:1.59 KB

2. i have looked at this and they are displayed using same Css code so can not be easily disabled


3. post a screen shot please as im not exactly sure what links you mean so i can better help you out


NOTE: Kunena devs are very busy working on the new K1.6 so replys to HACKS may be slower than normal and as for myself i hev very busy work week so i wont be around much.
Last edit: 15 years 11 months ago by Cerberus.

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

More
15 years 11 months ago - 15 years 11 months ago #45581 by jankees
1. this is a known issue with K1.5x. Add this pathway file to your kunena template and it will be gone for now :)

File Attachment:

File Name: fb_pathway...0410.zip
File Size:1.59 KB


Unfortunately this fix is not working properly. After replacing the original fb_pathway.php file with the one attached the pathway includes the forum I am actually browsing (which is good). It however doesn't include the Board title (=Kunena) anymore (which is not good).

When I am now browsing in subforum Y the pathway says 'X > Y' (instead of 'Kunena > X' like it did). It however needs to say 'Kunena > X > Y'. Any solution?


2. i have looked at this and they are displayed using same Css code so can not be easily disabled

OK


3. post a screen shot please as im not exactly sure what links you mean so i can better help you out

While reading this post have a look to your right side where you see my forum name, avatar, 'Fresh Boarder' and post count. Below there I have 2 tabs displayed, named 'online' (or offline) and 'profile'. I want those two tabs to be deleted there. How can I do that?


NOTE: Kunena devs are very busy working on the new K1.6 so replys to HACKS may be slower than normal and as for myself i hev very busy work week so i wont be around much.

Good luck devloping!
Last edit: 15 years 11 months ago by jankees.

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

More
15 years 11 months ago #45788 by jankees
Anyone a solution for issue 3.)??? Really need to get forward with this.

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

More
15 years 11 months ago - 15 years 11 months ago #45819 by sozzled
jankees wrote:

2. The tab 'Mark all forums read' is both displayed at the top and the bottom of my forum homepage. Can I disable one of them so I have this tab only displayed once?

You can eliminate the "Mark all forums read" button (and the forumjump selector) from the top if you make the following change to your CSS template:

#Kunena .fb_list_bottom {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #D1D1D1;
display:none;

margin:0 0 5px;
width:100%;
}

You can eliminate the "Mark all forums read" button (and the forumjump selector) from the bottom if you make the following change to your CSS template:

#Kunena .fb_list_top {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #D1D1D1;
display:none;
margin:0 0 5px;
width:100%;
}

But Cerberus is right: you cannot exclude the "Mark all forums read" buttons individually.

jankees wrote:

3. I want the tabs as displayed on the right site here (below my post count) 'online / offline' and 'my profile' not to be showed. How can I do that?

I have no idea what you want or what this would look like. Would you like to post an illustration that shows what you have in mind, please?
Last edit: 15 years 11 months ago by sozzled.

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

Time to create page: 0.322 seconds