Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

Question wysiwyg editor bbcode (responsive)

More
11 years 1 month ago #163568 by Josh
I'm still totally in favor for the BBcode editor mentioned above, however I did come up with a fix for the responsive issue. It turns out that a small snippet of code was messing with the responsiveness.

In /templates/protostar/css/template.css on line 4215 the .label, .badge selector has a white-space: nowrap; which makes the text element unresponsive. Here's a fix I made:
Code:
#kunena .label, #kunena .badge { white-space: normal !important; }

Considering that Kunena does not have any access to the Protostar template, I believe this minor mod is 100% acceptable and only affects Kunena objects.

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

More
11 years 1 month ago #163575 by 810
The basics of the plugin is good.

But then we need to rewrite everything to use extra features, like twitter, ebay, emoticons, ect.

We don't include this in K4.0 maybe the next version.

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

More
11 years 1 month ago #163577 by Josh
@810 Did you see the minor fix in my post (just above yours) that fixes the responsive layout of the editor?

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

More
11 years 1 month ago #163585 by 810
yes, i have fixed it, thank you

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

More
11 years 1 month ago #163593 by ruud

810 wrote: The basics of the plugin is good.

But then we need to rewrite everything to use extra features, like twitter, ebay, emoticons, ect.

We don't include this in K4.0 maybe the next version.

Agree, first things first :)
Maybe these extra features also have added value for the wysiBB project? So not make them in Kunena, but make them as part of the wysiBB code?

If I can play a role in facilitating / connecting / etc. please let me know :)

sharing = caring

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

Time to create page: 0.307 seconds