Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Problem Forum border

More
16 years 8 months ago #28481 by dauf
Replied by dauf on topic Re: Problem Forum border
the kunena template that i use on the image?? it's default_ex template..i only chane colour and picture..

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

  • cXc
  • cXc's Avatar
  • New Member
  • New Member
More
16 years 8 months ago - 16 years 8 months ago #28486 by cXc
Replied by cXc on topic Re: Problem Forum border
That css should have fixed it o.O
Code:
#Kunena table.fb_blocktable { width: 100%; margin: 5px 0; border-style:solid; border-color:#BFC3C6; border-width:0px 0px 4px 0px; text-align:left; }

to
Code:
#Kunena table.fb_blocktable { width: 100%; margin: 5px 0; border-style:solid; border-color:#BFC3C6; border-width:0px 1px 4px 0px; text-align:left; }


...


maybe

...

:huh:
Last edit: 16 years 8 months ago by cXc.

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

More
16 years 8 months ago #28504 by X-Bumble
Replied by X-Bumble on topic Re:Problem Forum border
You maybe using a Joomla template that enables collapsible columns.

If you don't put a module in the left position, the template will assume it is empty and collapse it. This is to give you scope to have 1,2 or 3 columns.

Try creating a new module called left. Put nothing in it and just save it to the left.

See if the column appears and thus your margin.

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

More
16 years 8 months ago #28510 by dauf
Replied by dauf on topic Re: Problem Forum border
i change the margin and width and it works!!! cat fine now

but td.fb_list_markallcatsread left border still dont show although i change its width/margin/border/padding..

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

More
16 years 8 months ago - 16 years 8 months ago #28511 by dauf
Replied by dauf on topic Re:Problem Forum border
i tried to make the left module and aplly it, but still the left border doesn't appear..

and now some text alignment is not correct, like this :

[IMG


Anyone can help me to get it back to center???
Last edit: 16 years 8 months ago by dauf.

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

  • cXc
  • cXc's Avatar
  • New Member
  • New Member
More
16 years 8 months ago #28536 by cXc
Replied by cXc on topic Re:Problem Forum border
The default_ex template is flipped, when you talk about module positions and stuff to affect the left side you need to look at the container for the right side. I would try what was suggested but make a right module instead.

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

Time to create page: 0.244 seconds