Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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.

Important Updated Kunena, it deleted the template in use, now forum is unreadable, help!

More
15 years 4 months ago #62595 by severdia
For this site (and most sites), the main template controls the background color. Looking in the CSS file in the site template folder shows:
Code:
body { background:none repeat scroll 0 0 #FFFFFF; }

You should use Firefox and install Firebug to see the styles:

getfirebug.com/

Right-click on the item in a web page and choose "Inspect Element". The bottom part of the browser window will open to reveal the element (image, table, button, whatever) and the corresponding CSS. CSS cascades so you can see each line of CSS that impacts that element (and the file/line number it's located at).

If your customizations are fairly straightforward, you can just create the extra CSS and add it to your site CSS file (like the Q&D code). But if they're more complex, you should create a new template.

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
The following user(s) said Thank You: Nihil

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

  • Nihil
  • Nihil's Avatar Topic Author
  • New Member
  • New Member
More
15 years 4 months ago #62893 by Nihil
Firebug is brilliant, thank you.

Now for some detective work....

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

  • Nihil
  • Nihil's Avatar Topic Author
  • New Member
  • New Member
More
15 years 4 months ago #62903 by Nihil
These are the culprits:

#kunena
tr.krowl td
tr.krow2 td
div.kblock

So now it's just a matter of finding these files, the lines and changing the colors to something suitable.

Woot.

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

More
15 years 4 months ago #62904 by severdia
You shouldn't make changes to Kunena files unless you absolutely have to. Add the following to your main site template:
Code:
#Kunena tr.krow1 td { background: #XXXXXX !important; } #Kunena tr.krow2 td { background: #XXXXXX !important; } #Kunena div.kblock { background: #XXXXXX !important; } #Kunena .kblock div.kheader { background: #XXXXXX !important; }

Replace the X with your colors.

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
The following user(s) said Thank You: Nihil

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

  • Nihil
  • Nihil's Avatar Topic Author
  • New Member
  • New Member
More
15 years 4 months ago - 15 years 4 months ago #62922 by Nihil
Great. Set them all to black. Now i'll work on getting the right shades of gray.

Figured out the stickmsg color too.

One complaint about firebug... i can't select and copy text in it. Ah well.

Thanks!

---

Fanfrackingtastic!
Last edit: 15 years 4 months ago by Nihil. Reason: Update

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

  • Nihil
  • Nihil's Avatar Topic Author
  • New Member
  • New Member
More
Time to create page: 0.348 seconds