- Posts: 27
- Thank you received: 0
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Please read
Before you ask for help with template issues ...
Question Header above menu in category view
17 years 4 weeks ago - 17 years 2 weeks ago #27207
by santapec
Header above menu in category view was created by santapec
I wonder if somebody knows a way (a hack possibly) to include a header above the kunena menu in category view (showcat and maybe listcat) and just have it showing up there and not when you click to view a post etc.
Thanks guys!
Thanks guys!
Last edit: 17 years 2 weeks ago by santapec.
Please Log in or Create an account to join the conversation.
17 years 4 weeks ago #27222
by santapec
Replied by santapec on topic Re: Header above menu in category view
Is this impossible to achieve or what do you reckon?
Please Log in or Create an account to join the conversation.
- phungduyhan
-
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
17 years 4 weeks ago #27260
by phungduyhan
Replied by phungduyhan on topic Re: Header above menu in category view
Not really good idea
Please Log in or Create an account to join the conversation.
17 years 4 weeks ago - 17 years 2 weeks ago #27264
by santapec
Replied by santapec on topic Re: Header above menu in category view
I think it's a great idea to have a header on the first page of the forum. It works as an introduction to the forum.
Last edit: 17 years 2 weeks ago by santapec.
Please Log in or Create an account to join the conversation.
17 years 4 weeks ago #27386
by santapec
Replied by santapec on topic Re: Header above menu in category view
No one?
Please Log in or Create an account to join the conversation.
17 years 2 weeks ago #28407
by santapec
Replied by santapec on topic Re:Header above menu in category view
Solved it with the help of
Metamod
. The developer of this excellent extension helped me. I knew it could be done!
Here's the code I used in the module:
Hope this could help someone else out there with a similar problem.
Here's the code I used in the module:
Code:
if ($option == "com_kunena") {
$func = JRequest::getWord("func");
$catid = JRequest::getInt("catid");
if ($func == "showcat" && $catid == 2) return 101; /*swap 101 for the module id of the module you want to include */
}
Hope this could help someone else out there with a similar problem.
Please Log in or Create an account to join the conversation.
Time to create page: 0.242 seconds