Kunena 6.3.4 released

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

Solved css class for Aurelia

More
7 months 4 weeks ago #1 by Smirnov

Purity IV was written for Joomla 4.x and uses Bootstrap 5. It will never work properly with Joomla 3.x and Kunena 5.2. For this template you need Joomla 4.x and Kunena 6.x.
Hello. I tried using Purity IV (also T4 BS5 Blank template as advised by @rich ) for Joomla 4 / Kunena 6. I have bad impressions: the new framework from JoomlArt is very heavy. For example: t3.micro on AWS has insufficient resources for this template to work. This is a surprise for me.

I was forced to abandon the new Joomlart templates. I used a very simple template for Kunena 6 forum, it gave a good result . But I don't understand how to assign a style for Announcement, there seems to be no suitable class there. What do you think, is it possible to add a new Announcement css-class in the new version of kunena?

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

    More
    7 months 4 weeks ago #2 by Pinkeltje
    Replied by Pinkeltje on topic css class for Aurelia
    Strange template. But this could work:
    Code:
    #kunena .shadow-lg.rounded {     background: red; }

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

    More
    7 months 4 weeks ago #3 by Smirnov
    Replied by Smirnov on topic css class for Aurelia
    If I do as you advise, it will affect the entire forum. Top to bottom.

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

    More
    7 months 4 weeks ago #4 by Leen
    Replied by Leen on topic css class for Aurelia
    maybe this works better?
    Code:
    .alert-info { background-color: orange !important; }

    L.v.d.A

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

    More
    7 months 4 weeks ago #5 by Pinkeltje
    Replied by Pinkeltje on topic css class for Aurelia
    Code:
    .layout#kunena [id^="announcement"]{     background: red;}

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

    More
    7 months 4 weeks ago #6 by Smirnov
    Replied by Smirnov on topic css class for Aurelia
    Sincere thanks, but both options don't work.  

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

    More
    7 months 4 weeks ago #7 by Pinkeltje
    Replied by Pinkeltje on topic css class for Aurelia
    Do you have an url to the page with the problem?

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

    More
    7 months 4 weeks ago #8 by Smirnov
    Replied by Smirnov on topic css class for Aurelia
    Uh, sure. I provided the URL in the first post of this thread. Please click on ReadMore (Подробнее...). Thank you for trying to help. 

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

    More
    7 months 4 weeks ago #9 by Pinkeltje
    Replied by Pinkeltje on topic css class for Aurelia
    As far as I can see this is not possible with Aurelia. There are no div classes in announcement/item/default.php. You could make an override or maybe developer can change layout.
    The following user(s) said Thank You: Smirnov

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

    More
    7 months 4 weeks ago #10 by rich
    Replied by rich on topic css class for Aurelia
    I assume you only want to change it on the page when you click on "Read more"?
    A template override is quite simple (see here).
    I have created an example for you. Download my zip file and copy the contained folder com_kunena to /templates/yourJoomlatemplate/html and you have your own class.
    .
     


    Important! Always create a backup before you make any changes to your website!
    Attachments:

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

    Time to create page: 1.007 seconds