Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question MOC2.0_1.5.3 problems

More
14 years 8 months ago - 14 years 8 months ago #1 by Turbo123
Hello, I am using MOC2.0_1.5.3 on a 1.5.4 forum. It works just fine but for two things.

1. The color bbcode on posts is ALL black when you click the color button too expand all the colors.

2. The text inside of the posting box is black... We cannot read it, Where is the code snippet to change this?

Thanks!
Last edit: 14 years 8 months ago by Turbo123.

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

More
14 years 7 months ago #2 by sabbok
Replied by sabbok on topic Re:MOC2.0_1.5.3 problems
Its actually a pretty easy fix. In the kunena.forum.css fine and change:
Code:
#Kunena .fb_txtarea { background: #222222; height: 300px; width: 95%; }

TO
Code:
#Kunena .fb_txtarea { background: #222222; color: #CCCCCC height: 300px; width: 95%; }

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

Time to create page: 0.689 seconds