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?

More
17 years 1 month ago #4527 by fxstein
Replied by fxstein on topic Re:banner positions?
Hi,

Unfortunately you are correct. Joomla 1.0.x is limited to 10 chars on module positions. Totally artificial limit but never the less. We will need to see how we can offer a work around for this.

fxstein

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

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

More
17 years 1 month ago - 17 years 1 month ago #4560 by Baze
Replied by Baze on topic Re:banner positions?
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!
Last edit: 17 years 1 month ago by Baze.

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

More
17 years 1 month ago #4564 by 0c89e0889ba028c7c200254e
Hallo,

Sorry, but don't understand above?

I'm using Joomla 1.5.9 with Kunena 1.08

How can I add banners as described above in Joomla 1.5.9? Where to create the Joomla module positions?

Withe regards,
Vipyammer

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

More
17 years 1 month ago #4568 by woonydanny
Replied by woonydanny on topic Re:banner positions?
Please read the Documentation

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.

More
17 years 1 month ago #4580 by 0c89e0889ba028c7c200254e
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
17 years 1 month ago #4596 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.

Time to create page: 0.330 seconds