Kunena 6.4.8 Released

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

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

Question How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template

More
9 years 6 months ago - 9 years 5 months ago #177567 by pintobuck
Many people considered the Blue Eagle template as very attractive, and lament its discontinuation in Kunena 5.

I propose that the K5 Crypsis template can be configured to look a lot like the Blue Eagle template. I'm no expert, but I will begin, and other people can correct and add on.

Perhaps the most distinctive feature of the Blue Eagle template was the background color on the Section category titles.

You can implement that by editing Crypsis Custom.less .

Edit Cyrpsis "Custom.less" by adding:

#kunena.layout h1 {font-size: 20px; background-color: #555555; color: #0000ff;}
/* Affects Section Category titles that are H1. Reduces H1 font size from 24px to 20px.
Adds background color grey. Changes H1 font color to #0000ff (blue), if it is not an anchor */

#kunena.layout h1 a {color: #ffffff;}
/* Changes color of Kunena H1 titles to white so the font will show up against the grey background color. The H1 titles are anchors. */

#kunena.layout h2 {font-size: 18px;}
/* reduces H2 font size from 22px to 18px */

#kunena.layout h3 a {color: #0000ff;}
/* Changes color of Kunena H3 category titles to #0000ff (blue). They are anchors. */


- - - - - - - - - - - -

Turn on Crypsis table cell borders. Go to:
Joomla back end / Components / Kunena / Templates / Crypsis / Basic Settings / Hide Table Borders. Change Yes to No.

- - - - - - - - - - - -

Create the tabbed menu as seen above in the Kunena forum template.
(I have not done that.)

Menu Option #1
Create CSS to modify the look of the Crypsis menu.

Menu Option #2
Use Joomla extension swMenuFree. swMenuFree is a component with a control panel that lets you completely control the look of the menu.

Inside swMenuFree, select the Superfish menu system.

swMenuFree will also create a module to display the menu. You can use Joomla Module Manager to make the module, with the Kunena menu, appear only on forum pages.
Last edit: 9 years 5 months ago by pintobuck.

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

More
9 years 3 months ago #180287 by baijianpeng
Yes, the default template of Kunena 5.x is very ugly! All users on my forum want the "Blue Eagle" look on forum.

Could you please improve this new Crypsis template so that it will look "like" the old Blue Eagle style?

Thank you.

www.joomlagate.com/

Chinese Joomla Users' Portal

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

More
9 years 3 months ago - 9 years 3 months ago #180345 by Jacques56

pintobuck wrote:
You can implement that by editing Crypsis Custom.less .


Link with error 404

I copy crypsis template in a new directory so could it be possible to have more details to modify the original template ?

I didn't find any Custom.less file in existing template crypsis (/assets/less directory)
Last edit: 9 years 3 months ago by Jacques56.
The following user(s) said Thank You: sebun

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

More
9 years 3 months ago - 9 years 3 months ago #180351 by Jacques56
In template.php we can find this line :

$filenameless = JPATH_SITE . '/components/com_kunena/template/crypsis/assets/less/custom.less';

but custom.less doesn't exist

So it is not lines to add to an existing file but lines to put in a new one file ?

If the copy of crypsis template is in a new directory, I think I have many references to change in many files because of a different place for this new template ?

Beginning by the new name of the template itself because now, I have two template with the same name in Joomla.

So it is not so easy to create a new template from crypsis to modify it.
Last edit: 9 years 3 months ago by Jacques56.

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

More
9 years 3 months ago #180373 by rich
Here are two custom.less files. I have tested the one file with Kunena and Joomla template Protostar and the other with Gantry template. Probably adjustments will be needed with other templates, but in principle it should work. Unzip one of the files and enter the content in the custom.less. But it will not blue_eagle, only similar. :)
Edit Less

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: AdRo

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

More
9 years 3 months ago - 9 years 3 months ago #180407 by Jacques56
Thanks for these files but I think there is two problems :

- My template was created with artisteers V4.2 (so not compatible with joomla template)
- I don't want kunena template modified with futurs updates of Kunena so I think it is better to add a new one custom template instead of modfying existing. New template, new name but created and modified from crypsis.
Last edit: 9 years 3 months ago by Jacques56.

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

Time to create page: 0.425 seconds