Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 7.0
Question In the script there is no vote alt
Line 239, Column 174: required attribute "alt" not specified
…ts/com_kunena/template/default/images/bar.png" height = "10" width = "5"/></td>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>
Should be this:
…ts/com_kunena/template/default/images/bar.png" height = "10" width = "5" alt=""/></td>
example of forum
Sorry for my English.
Please Log in or Create an account to join the conversation.
Regards
Please Log in or Create an account to join the conversation.
/components/com_kunena/template/default/plugin/poll/pollbox.php
line 47
Append to the end "alt="""
All errors are not!
Sorry for my English.
Please Log in or Create an account to join the conversation.
So it is not corrected this error!
In Kunena 1.6 RC2
Sorry for my English.
Please Log in or Create an account to join the conversation.
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.
It is strange that until now have not seen this error ... Because more statistics that there is no error and only in the voting this error there.
Example code from More Statistics:
Or, for example link:
Since <IMG> the syntax would be:
HTML
Also pay attention that "Alt" is present always, unlike "Title".
Sorry for my English.
Please Log in or Create an account to join the conversation.