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 Read This First:


This category is only for reporting defects with K 3.0.

Do not use this category:
  • to ask general questions about how to use K 3.0 or to ask when new versions of Kunena will be released;
  • to ask about other (older) versions of Kunena; or
  • if you have tried to install K 3.0 on J! 1.5; or
  • if you installed K 3.0 on a live, production site and you want your site restored to its previous state; or
  • if this website ( www.kunena.org ) works but works differently to how you expected.

You must include your K 3.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

Topics that have been closed (resolved) will be archived and no further discussion on those topics will be allowed.

Solved K 3.0.7 Missing H1 and H3 tags

More
10 years 11 months ago - 10 years 7 months ago #161996 by ssh
H1 and H3 tags are missing in posts made in kunena version <= 3.0.7

This affect one of the SEO variables used by google
Last edit: 10 years 7 months ago by ssh.

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

More
10 years 11 months ago #162017 by xillibit
Hello,

Do-you have an example where it's missing ?

I don't provide support by PM, because this can be useful for someone else.

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

More
10 years 11 months ago - 10 years 11 months ago #162026 by ssh
Replied by ssh on topic K 3.0.7 Missing H1 and H3 tags
Actual:
Code:
<div class="kblock"> <div class="kheader"> <h2><span> Page Title</span></h2> </div> <div class="kcontainer"> <div class="kbody"><div class="kmsg-header kmsg-header-right"> <h2> <span class="kmsgtitle kmsg-title-right">Page Sub Title </span> <span class="kmsgdate kmsgdate-right" title="11 Feb 2015 08:24">11 Feb 2015 08:24</span> <span class="kmsg-id-right"> <a id="13756"></a> <a href="#13756" rel="nofollow">#13756</a> </span> </h2>

Suggested:
Code:
<div class="kblock"> <div class="kheader"> <h1><span> Page Title</span></h1> </div> <div class="kcontainer"> <div class="kbody"><div class="kmsg-header kmsg-header-right"> <h2> <span class="kmsgtitle kmsg-title-right">Page Sub Title</span> <span class="kmsgdate kmsgdate-right" title="11 Feb 2015 08:24">11 Feb 2015 08:24</span> <span class="kmsg-id-right"> <a id="13756"></a> <a href="#13756" rel="nofollow">#13756</a> </span> </h2>

W3 School Recommendations:
www.w3schools.com/tags/tag_hn.asp

Google Recommendations:
Page 20: static.googleusercontent.com/media/www.g...on-starter-guide.pdf
Last edit: 10 years 11 months ago by ssh.

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

More
10 years 10 months ago #162464 by horseguards
It sounds right. Could anyone tell me what files should I edit to make these changes?

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

More
10 years 10 months ago #162466 by horseguards
Few questios about the same issue...

=================================================
In which file can I find this?

<h2><span><a href="/forum/customising-kunena" rel="follow" title="View Category 'Customising Kunena'">Customising Kunena</a></span></h2>

How do I delete View Category in the title?

=================================================

I which file can I find this to change it to h1?

<h2><span>TOPIC: Two Factor Authentication</span></h2>

How do I delete "TOPIC:"?
=================================================

Thanks in advance!

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

More
10 years 10 months ago - 10 years 10 months ago #162467 by ssh
Replied by ssh on topic K 3.0.7 Missing H1 and H3 tags
Download your website to your local machine.
Then use notepad++ to find all the codes you want to.
Ctrl+F --> Find in Files --> Choose Directory
Last edit: 10 years 10 months ago by ssh.

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

Time to create page: 0.420 seconds