Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved SOLVED - How to center the default kunena module positions
kunena_section_1 ... kunena_section_n, where n = number of section in a page, puts an add after (n)umbers of sections in your index
kunena_topic_1 ... kunena_topic_n, where n = number of topics in a page, puts an add after (n)umbers of topics in a section
kunena_msg_1 ... kunena_msg_n, where n = number of messages in a page, puts an add after (n)umbers of messages in a topic
kunena_profilebox
kunena_announcement
kunena_bottom
At the moment they all appear left justified as appears on this example - www.localtradeclub.co.uk/tradeforum/test...0-banner-layout-test
I need to change the appropriate code to add css styling but unsure as to where to look
Please Log in or Create an account to join the conversation.
There are many online resources that help you add your own module positions to your Joomla site template. Unfortunately there are not many good resources that help you modify your Kunena site template. The best I can do here is to refer you to How to create a template for Kunena .
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
From your message that indicates i need to modify the specific kuena template - im using the default blue eagle one at present
Please Log in or Create an account to join the conversation.
217 $this->module = $this->getModulePosition('kunena_topic_' . $this->position);
But that relates to the default module position of kunena_topic_1 ... kunena_topic_n, where n = number of topics in a page, puts an add after (n)umbers of topics in a section
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
}
div.centermodule {
width: 100%;
text-align:center;
}
Please Log in or Create an account to join the conversation.