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
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Question Recent Topics menue item behaviour
- Gamer Templates
-
- Offline
- Senior Member
-
If that is enough for you like here (my site for testing): www.gamer-templates.com/forum/recent-topics.html tell me, then I write you a small instruction.
Please Log in or Create an account to join the conversation.
Great, I testet it on your site and that is exactly what I needGamer Templates wrote: If that is enough for you like here (my site for testing): www.gamer-templates.com/forum/recent-topics.html tell me, then I write you a small instruction.
Please Log in or Create an account to join the conversation.
- Gamer Templates
-
- Offline
- Senior Member
-
- Go to Admin -> Menus -> YOUR KUNENA MENU -> and find your Recent Topics ID (NOTICE THIS ID)
- Then open Recent Topics -> click Save as Copy
- Then Joomla create a new Menu Item with the Name Recent Topics (2)
- Click on "Menu Item Type *" and change this to System Links -> URL (DO NOT CLOSE THIS SITE)
- Open your Kunena Forum in Frontend in a new Browser Tab and go to Recent Topics
- Now you click on Site 2 and again on Site 1 and you have your URL in Browser
For example: www.gamer-templates.com/ forum/recent-topics.html?start=0 - Go back to Backend and insert the URL in the Link * Field at Recent Topics (2)
for example: forum/recent-topics.html?start=0 - Set Status on the right site on Published and Save
- Go back to Kunena Forum and refresh your site. Now you see 2 Tabs of Recent Topics and check if Recent Topics (2) works
- [strike]Now go to your Template custom.css or a css which will not override after update and insert this:
(MY item-ID IS AN EXAMPLE! USE YOUR item-ID FROM STEP 1.):[/strike][strike].item-859 {
display: none !important;
}[/strike] - Go to Recent Topics -> open -> Link Typ -> Display in Menu -> NO -> save
- Go back to Kunena Forum and refresh your site. Now you see 1 Tabs of Recent Topics (2)
- Change Menu Title Recent Topics (2) to Recent Topics in Admin and that is all!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Gamer Templates
-
- Offline
- Senior Member
-
Sebi wrote: Thank you for your instructions. It works! The only drawback is that the new menue item is not marked as selected.
Gamer Templates wrote: Without changing the cookies it also works
If you absolutely want to have it that way. (only ACTIVE does not work)
That's what I said
Instead of custom.css you can also use: Go to Recent Topics -> open -> Link Typ -> Display in Menu -> NO
It is the best way to disable the menu item.
I forgot this option
Delete the css entry and use this way. I change the instruction: HERE
Please Log in or Create an account to join the conversation.
I tried your second suggestion and it works, too.
But if I click on the Forum > Recent Topics link after, for example, page 3 was selected it will allways get me to page 3.
That is clear because your changes only affect the menu button.
So I implement a redirect in .htaccess from /forum/recent to /forum/recent?start=0.
That works BUT now, if I am logged in and on the forum/recent page (redirected to forum/recent?start=0) I can't log out.
Otherwise, if I am logged out I can't log in.
I know this must be a Joomla issue but maybe someone who reads this can help me with this issue.
Please Log in or Create an account to join the conversation.