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

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 Horizontal style not working

More
14 years 10 months ago #95043 by halo3montage
Great to see the horizontal styling is still not working. Yes I know this is a free forum component... but give me a break. Can one of the developer spend half a day to edit a css file?

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

More
14 years 10 months ago #95052 by bigblue
I agree.. not to sound too grumpy about this, as I appreciate all the work that the developers put in - but to have a setting for horizontal that simply doesn't work, doesn't make sense. I've been waiting patiently for 1.6.4 and now that it's here I honestly thought that this would finally be functional.

I would love to use the login module horizontally so that I can use it at the top of my home page - and not vertically on a side bar - but due to the styling on my site I can't - which is a shame.

Hopefully someone will get round to it one day !

SUPPORT KUNENA - The numero uno forum for Joomla !!

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

More
14 years 9 months ago #95953 by Moonstone

xillibit wrote: Hello,

In fact, the horizontal view hasn't been implemented yet in the module


That doesn't really make sense considering horizontal style worked in mod_kunenalogin_v1.6.0-RC2_b226_2010-08-31

I'll just revert to the old module until someone can figure out how it mysteriously vanished.

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

More
14 years 9 months ago - 14 years 9 months ago #98164 by Colly
I have a solution. Open file class.php, find:
Code:
// add CSS stylesheet $document->addStyleSheet ( $live_path . "modules/mod_kunenalatest/tmpl/css/kunenalatest.css", "text/css" );
and replace with:
Code:
// add CSS stylesheet $document->addStyleSheet ( $live_path . "modules/$name/tmpl/css/$name.css", "text/css" );

After that, replace "horizontal.php" file with the old one from 1.6.0 version (attached)

File Attachment:

File Name: horizontal.zip
File Size:1.57 KB


Can somebody of the Kunena Team check, if it's a safe way, without losing of security, etc.? :)
Last edit: 14 years 9 months ago by Colly.
The following user(s) said Thank You: xillibit

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

More
14 years 9 months ago #98222 by xillibit
Yes, I need to check this when i have a bit of time

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.269 seconds