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
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Question [Merged topic] I want my Joomla modules to appear on some or all Kunena pages
15 years 3 months ago - 14 years 1 month ago #81740
by GoremanX
THE place to discuss photography!
www.friendlyphotozone.com
[Merged topic] I want my Joomla modules to appear on some or all Kunena pages was created by GoremanX
(Kunena 1.6.2, Joomla 1.5.22)
I'm trying to get modules to show up on all pages except the topic page (page that displays the actual posts). So far nothing is working as intended. The modules either show up on all the forum pages, or all the forum submenu items disappear from the split menu (very annoying).
I'm a little confused about the "Default Menu Item" field for the Entry Page menu item settings. What is this field supposed to do? It doesn't appear to function properly most of the time.
I'm trying to get modules to show up on all pages except the topic page (page that displays the actual posts). So far nothing is working as intended. The modules either show up on all the forum pages, or all the forum submenu items disappear from the split menu (very annoying).
I'm a little confused about the "Default Menu Item" field for the Entry Page menu item settings. What is this field supposed to do? It doesn't appear to function properly most of the time.
THE place to discuss photography!
www.friendlyphotozone.com
Last edit: 14 years 1 month ago by sozzled. Reason: Change topic icon
Please Log in or Create an account to join the conversation.
15 years 3 months ago #82284
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Modules On Entry Page Only
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #82349
by GoremanX
THE place to discuss photography!
www.friendlyphotozone.com
Replied by GoremanX on topic Re: Modules On Entry Page Only
no, not really, but thanks.
I'm already aware of all this. My issue is that each page of Kunena behaves differently regardless of module assignments. Assigning a module to just the Entry Page (set to Index) gives different results than assigning a module to just the Index page. And what are the topic pages? They don't have a menu assignment.
Also, if I don't have an Entry Page in the menu, then no menu item is highlighted when I'm on subsequent Kunena pages (topic pages, etc), and therefore the submenu disappears entirely. But when I do have an Entry Page in the menu, then setting the "Default Menu Item" to something different works in bizarre and unexpected ways.
I really wasn't expecting such a simple thing to be so complicated. I want modules (Kunena Latest, etc) on all pages that list forums and topics, and NO modules on pages that display posts.
I'm already aware of all this. My issue is that each page of Kunena behaves differently regardless of module assignments. Assigning a module to just the Entry Page (set to Index) gives different results than assigning a module to just the Index page. And what are the topic pages? They don't have a menu assignment.
Also, if I don't have an Entry Page in the menu, then no menu item is highlighted when I'm on subsequent Kunena pages (topic pages, etc), and therefore the submenu disappears entirely. But when I do have an Entry Page in the menu, then setting the "Default Menu Item" to something different works in bizarre and unexpected ways.
I really wasn't expecting such a simple thing to be so complicated. I want modules (Kunena Latest, etc) on all pages that list forums and topics, and NO modules on pages that display posts.
THE place to discuss photography!
www.friendlyphotozone.com
Please Log in or Create an account to join the conversation.
15 years 3 months ago #82377
by GoremanX
THE place to discuss photography!
www.friendlyphotozone.com
Replied by GoremanX on topic Re: Modules On Entry Page Only
Here's an easier question:
Most components have different "views". ie. The list of categories is a "view", the list of topics in a category is a "view". The list of latest posts is a "view". Typically these have specific names that can be targeted by scripts.
So what's the name of the "view" that displays posts in a topic?
Most components have different "views". ie. The list of categories is a "view", the list of topics in a category is a "view". The list of latest posts is a "view". Typically these have specific names that can be targeted by scripts.
So what's the name of the "view" that displays posts in a topic?
THE place to discuss photography!
www.friendlyphotozone.com
Please Log in or Create an account to join the conversation.
15 years 3 months ago #82380
by GoremanX
THE place to discuss photography!
www.friendlyphotozone.com
Replied by GoremanX on topic Re: Modules On Entry Page Only
Nevermind, solved it. I used Metamod Pro (which I already use throughout the site), assigned it to all the Kunena pages, and added the following condition:
Now the module shows up on all Kunena pages except the ones that show posts in a topic.
I wish there was an easier way to do this within Kunena, but this method works fine.
Code:
if (JRequest::getVar('func') != 'view') {
return XXX; //where XXX is the module number
}
Now the module shows up on all Kunena pages except the ones that show posts in a topic.
I wish there was an easier way to do this within Kunena, but this method works fine.
THE place to discuss photography!
www.friendlyphotozone.com
Please Log in or Create an account to join the conversation.
- keithyoung89
-
- Offline
- Junior Member
-
Less
More
- Posts: 55
- Thank you received: 3
14 years 5 months ago #111014
by keithyoung89
Replied by keithyoung89 on topic Modules in right column display when not configured to do so
The site that I manage has 3 custom_html modules which are configured to display on every page EXCEPT the Kunena forum page. However, they always display on the forum page even though they shpuld not. I have selected 'display on selected pages only' in the module configuration and deselected the Forum page. I am able to switch the modules off successfully in any other page, but not the forum page. I have cleared browser cache and template cache.
Joomla v1.7.2, using template JA Purity II.
Joomla v1.7.2, using template JA Purity II.
Please Log in or Create an account to join the conversation.
Time to create page: 0.261 seconds