Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Question banner positions?

More
15 years 9 months ago #11 by vipyammer
Replied by vipyammer on topic Re:banner positions?
peetree21 wrote:

Please read the Documentation

docs.kunena.com/index.php/Module_Positions


THANKS...

Added as described and workin perfect...;)

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #12 by pequeno74
Replied by pequeno74 on topic Re:banner positions?
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.

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #13 by grumblemarc
Replied by grumblemarc on topic Re:banner positions?
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.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #14 by pequeno74
Replied by pequeno74 on topic Re:banner positions?
grumblemarc wrote:

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.

More
15 years 9 months ago #15 by grumblemarc
Replied by grumblemarc on topic Re:banner positions?
Less work my way and no files need altering.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago - 15 years 9 months ago #16 by woonydanny
Replied by woonydanny on topic Re:banner positions?
pequeno74 wrote:

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 :(
Last edit: 15 years 9 months ago by woonydanny.

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #17 by grumblemarc
Replied by grumblemarc on topic Re:banner positions?
Now if we can get people to actually read the Wiki.:)

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago - 15 years 9 months ago #18 by korri78
Replied by korri78 on topic Re:banner positions?
Typed!

Working well! :laugh:


Thank you!
Attachments:
Last edit: 15 years 9 months ago by korri78.

Please Log in or Create an account to join the conversation.

More
15 years 6 months ago - 15 years 6 months ago #19 by KeithIndiana
Replied by KeithIndiana on topic Re:banner positions?
Baze wrote:

If anyone is in a hurry,

1. create new module position (it will be saved as "kunena_msg" because of the 10 chars limit)

2. open phpMyadmin, navigate to jos_template_positions table, click the structure tab and change "position" it has value "varchar(10)", all you have to do is click on the pencil (edit) and change the value from 10 to 20.

3. then navigate to jos_modules table and also change the "positions" value from varchar length 10 to 20

4. again open jos_template_positions table, clck the browse tab and click the pencil next to the "kunena_msg" position and change it's name to the desired banner position (ex.kunena_msg_2)

now you can assign any module to the new position ;)

note: this is for Joomla 1.0.xx only!


I tried this (using kunena_msg_1) but could not get it to work. I'm running Kunena 1.0.9 on a Joomla 1.0.15 install. Also it seems to tax the server so I shut the module off.
Last edit: 15 years 6 months ago by KeithIndiana.

Please Log in or Create an account to join the conversation.

Time to create page: 0.347 seconds