- Posts: 37
- Thank you received: 2
Kunena 6.1.0 Released
The Kunena team has announce the arrival of Kunena 6.1.0 [K 6.1.0] which is now available for download as a native Joomla extension for J! 4.3.x & J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0
Question Where's Step-by-Step Instructions for Lay person
I know how to edit and apply CSS Code. But, I cannot find answers to simple stuff like..
1) how to move my forum to the far left or right side of the page? or
2) How to add modules to the side of the forum? or
3) Is it possible to insert inside a joomla module for more flexibility and control?
I'm hoping my template developer will help me since he uses Kunena which is why I was directed here.
When I find the answers I will post everywhere possible to help the next person.
Ridiculous.. lots of information but nothing really specific and detailed. Thank you.
A
Please Log in or Create an account to join the conversation.
Kunena automatically uses the space, which is offered by the Joomla template.1) how to move my forum to the far left or right side of the page?
There are modul positions in Joomla templates. The positions will be displayed, if you want to insert a module.2) How to add modules to the side of the forum?
What do you mean with more flexibility and control?3) Is it possible to insert inside a joomla module for more flexibility and control?
Here are the Kunena module positions: www.kunena.org/docs/Module_Positions
Please Log in or Create an account to join the conversation.
I'm designing my Joomla website and know how to use modules, etc., I even know how to go to the template css and make revisions.
I'm thinking the Kunena Forum is not sitting in a module, but IS the page itself.
All I need is for someone to go into my back-end and tell me how it is set up and if I've done something wrong.
Thanks
A
Please Log in or Create an account to join the conversation.
I checked your suggestion www.kunena.org/docs/Module_Positions before while researching in the past. When I use the preview module for the Kunena Forum page.. nothing appears. However, I use it for other pages.. I can see all of my module positions.
When I use firebug I can of course highlight the forum on the page.. see css code on the side.. I can play with it changing background color.. but can't find this same css code anywhere. Again.. also cannot find how to reduce width, move to the far left or right.
But, no the preview modules do not appear when I use the above. Thx
april
Please Log in or Create an account to join the conversation.
OK, so my template developer was able to input the side-col-a module.. not sure why I couldn't do it.
After using Firebug forever.. I found that the position I need to modify is this
#container_main .wrapper960 {position:relative;}
#container_main .wrapper960 div {
box-sizing:border-box;
-moz-box-sizing: border-box;
}
After researching I found how to modify the template.css #container_main .wrapper960 div from relative to fixed and added
width: 1000px;
height: 200px;
left: 10%;
top: 0%;
margin-left: -100px;
Its moving towards my goal. The issue is with the box-sizing:border-box, etc., because it does not stay in relationship to the container wrapper when I make the changes.
But, this is a big leap forward and I assume what is meant by the template structure.
A
Please Log in or Create an account to join the conversation.
There is no general solution for your problem. Every Web pages and also templates are structured differently. Therefore, you will find not a step by step instruction. You need help from someone who knows your page.
Please Log in or Create an account to join the conversation.
A
Please Log in or Create an account to join the conversation.
www.kunena.org/docs/Changing_Template_an...Colours_-_the_Basics
www.kunena.org/docs/Firebug
Several changes are possible directly in the template Blue Eagle (Backend > Kunena > Templates > Blue Eagle).
Please Log in or Create an account to join the conversation.