- Posts: 1107
- Thank you received: 3
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 banner positions?
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Incorrect. You do not have to modify the XML file. After you have installed your banner/adsense module just type the name of the position into the "Position" field and make sure it is published to all pages. It should only be visible in Kunena.
Okay, is another option. I modified this file to the list of modulñe positions and work for me.
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- woonydanny
-
- Offline
- Elite Member
-
- Posts: 694
- Thank you received: 22
you have to add the module positions within the templatedetails.xml
<positions>
<position>hornav</position>
<position>breadcrumbs</position>
<position>banner</position>
<position>left</position>
<position>right</position>
<position>top</position>
<position>search</position>
<position>topsl</position>
<position>user1</position>
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>user5</position>
<position>user6</position>
<position>user7</position>
<position>user8</position>
<position>user9</position>
<position>footer</position>
<position>syndicate</position>
<position>debug</position>
</positions>
Simply add another line(s) with <position>your module position</position> and place it in the order it will appear within the list.
Easiest way is the way i wrote in the documentation wiki (same as what grumblemarc said)
docs.kunena.com/index.php/Module_Positions
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.