- Posts: 48
- Thank you received: 3
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Question How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template
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.
Please Log in or Create an account to join the conversation.
- baijianpeng
- Offline
- Premium Member
- Posts: 230
- Thank you received: 5
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.
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)
Please Log in or Create an account to join the conversation.
$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.
Please Log in or Create an account to join the conversation.
Edit Less
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- 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.
Please Log in or Create an account to join the conversation.
- cheyennemtnman
- Offline
- New Member
- Posts: 8
- Thank you received: 0
Please Log in or Create an account to join the conversation.
I am new to Kunena. Kunena 4 looks good but Kunena 5 is better in functions.
Kunena 5, Crypsis template just feels like a mess. I find it very hard to navigate between topics.
So I have customized the Crypsis template to look like the Blue Eagle template. I am getting very close to the Blue Eagle template layout.
Now I just want to create a new template folder, so in next updates the template would not change. After this is completed I will gladly contribute this template.
But it is not as easy as just duplicating the Crypsis folder, that just does not work.
So how to create a new template?
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Almost there. Only working a few hours a week on it.
But I still do not know how to transform it to a new template. And it is a must. Otherwise you could not update Kunena without overwriting the template. Also once I have this figured out, I allows me to keep the template up-to-date with new Kunena releases.
Anyone knows how to create a new template folder?
Thanks
Please Log in or Create an account to join the conversation.