- Posts: 22
- Thank you received: 0
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
Question 3 question: pathway, 'mark all forums read' and some tabs
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
Please Log in or Create an account to join the conversation.
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.
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.
Please Log in or Create an account to join the conversation.
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!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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: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?
#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:
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?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?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.