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

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question Purple Pirate Template for Kunena 5 (blue eagle lookalike)

More
9 years 5 months ago #181977 by makotosun
Is there an easy way to change the color (purple) of the template header? I am really liking the look and feel but would like it to match up with my site better. No I am not a programmer, so any help as to what file I might need to fix would really be appreciated!

Thanks for taking this on!

www.hodakaclassified.com

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

More
9 years 5 months ago - 9 years 5 months ago #181978 by makotosun
So I decided to just start exploring in the various files and made a few changes to make it work on my site. Pretty happy with the results! I am using a Warp 7 Joomla template which creates some issues with standard input box sizing. Other than that, I will keep on playing with this thing.

If there is a way to make some of the background color settings change, like on the older versions, that would make this thing amazing!

Thanks for starting the project. I will keep following to see what you come up with.



Last edit: 9 years 5 months ago by makotosun.

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

More
9 years 4 months ago - 9 years 4 months ago #182206 by Tomzie
Sorry for the late reply guys. My inbox was a bit crowded.

[hr]

@Nemo10: I do not see this issue with the >> symbols on the buttons. Not in my own template, not in the Protostar Joomla template. Can anyone else please confirm this issue?

[hr]

@Djie: Eventually, when left position layout is complete, I will add right position layout, then top and bottom.
For now I have not only hidden it from the template configuration page, but I also have removed the code. Because it broke the forum after modifications.
You can see this in /components/com_kunena/template/purple_pirate/layouts/item/message/default.php
Compare it with /components/com_kunena/template/crypsis/layouts/item/message/default.php

[hr]

@Makotosun: I see you have managed to make some modifications allready. So here we go:

1. To change the purple, find the custom.css file and change all #572b85 to #ed3237
(BackOffice: Go to Components/Kunena Forum/Templates, select Purple Pirate template and click the edit css button, the select custom.css and click edit css button)

2. Do you mean the background of the table rows? If so, find the code below in the same custom.css file as above. The code below will determine the background color of the even rows.
Code:
.table-bordered tbody tr:nth-child(even) { background: #f9f9f9; }
You can add this below to determine the background color of odd rows. Add it just below the code above:
Code:
.table-bordered tbody tr:nth-child(odd) { background: #ffffff; }
Let me know how it goes.

[hr]

Hope this helps..?
Last edit: 9 years 4 months ago by Tomzie.
The following user(s) said Thank You: makotosun

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

More
9 years 4 months ago - 9 years 4 months ago #182217 by nemmar
Hi 810,

You wrote in your post: "End of november/begin december there will be a extended blue_eagle5 (paid) template."
www.kunena.org/forum/general-user-contri...?limitstart=0#181729

Has that been released yet? Do you have a link where I can get more details to buy that template or get info on a future release date?

Thanks.
Last edit: 9 years 4 months ago by nemmar.

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

More
9 years 4 months ago #182236 by miamiman

810 wrote: End of november/begin december there will be a extended blue_eagle5 (paid) template.


Has this been released? If so, where?

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

More
9 years 4 months ago #182253 by mibert
Can't wait to get the extended blue_eagle5 (paid) template.
Then I will be able to update my site to Kunena 5 finally.

Current Crypsis template is not workable for me.

Thanks in advance and best regards

Michael

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

Time to create page: 0.332 seconds