Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Chage card-header to H2

More
3 years 1 month ago #1 by komir
Hi where can change "card-header" from H1 to H2 ?
Thank you

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

More
3 years 1 month ago #2 by 9themestore
Replied by 9themestore on topic Chage card-header to H2
Hi komir,
If you want to change the card header tag, you need update in the Kunena template. Open the default.php file in the "components\com_kunena\template\crypsisb4\layouts\category\index" path.
Scroll down to the line 67 you will see the below php code section:
Code:
<h1 class="card-header"> <?php echo $this->getCategoryLink($section, $this->escape($section->name), null, KunenaTemplate::getInstance()->tooltips(), true, false); ?> <small class="hidden-xs-down nowrap"> <?php echo KunenaForumCategory::getInstance()->totalCount($section->getTopics()); ?> </small> </h1>

After that change the the h1 tag to h2. Save and reload your website.
Best regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

Time to create page: 0.519 seconds