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

Question Kunena 1.0.8 Report bugs and Typos here!

More
15 years 1 month ago #61 by Lambas
went to SVN but there are many folders ... i dont know what i should choose ?

hey yo!

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

More
15 years 1 month ago - 15 years 1 month ago #62 by vcardillo
fxstein wrote:

bytebandit01 wrote:

..firebug console

jQuery.cookie is not a function
http://localhost/.../components/com_kunena/template/default/js/kunenaforum.js
Line 129


This is a jquery problem. It is usually caused if another component/module/mambot also loads jquery in addition to Kunena. If the library gets loaded twice, you will get this error.

It is best to look at the source of that page to identify where the secondary copy of jquery is coming from.

Hope this helps!

fxstein


I use the following simple code to exlude my own jQuery when users are in the forum:
Code:
<?php if($option != 'com_kunena'): ?> <script type="text/javascript" src="<?=$mosConfig_live_site?>/includes/js/jquery-1.2.6.min.js"></script> <?php endif; ?>
Last edit: 15 years 1 month ago by vcardillo.

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

More
15 years 1 month ago #63 by electra
English Grammar in Moderator email

The email a moderator receives upon posting of a message in "his/her" forum needs to be grammatically corrected ("have been assigned") and maybe simplified:

incorrect/current:

A new post has been made to a forum to which you have assigned as moderator on the Forum [Forum Name]


correct:

A new post has been made to the Forum [Forum Name] to which you have been assigned as moderator on the Forum


Surely this can be corrected in an existing installation. Does anyone know where/in which file?

Best regards

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

More
15 years 1 month ago - 15 years 1 month ago #64 by kmilos
No space between "Last edit" and "Reason"

For example, text is rendered as "Last Edit: 2009/03/14 12:00 By kmilos.Reason: Punctuation.", see below.

"By" probably shouldn't be capitalized either.

Also, it would be better to enforce leading and trailing spaces where there are really needed in the source code instead of having them as &#32; in the language file strings [1]. For example, the hint for the [ b] code above has &#32; by error in it, which translators will typically leave in and so it will propagate...

[1] joomlacode.org/gf/project/kunena/scmsvn/...sh.php&r1=348&r2=349
Last edit: 15 years 1 month ago by kmilos. Reason: Capitalization

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

More
15 years 1 month ago - 15 years 1 month ago #65 by rogerdavis
See www.mentalhealthpractitioners.com/index....unc=listcat&catid=84

I have linked to the Anxiety Category of forums.

But now click any individual forum. As you can see, Kunena suddenly fills the whole template, and the modules disappear.

Roger
Last edit: 15 years 1 month ago by rogerdavis.

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

More
15 years 1 month ago #66 by rogerdavis
This happens with some other links in the forum, too. All those links need to keep the item ID.

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

More
15 years 1 month ago #67 by the_ai
Problem with code highlight feature.
If you turn the javascript off, then you are able to read the what is inside <?php ?> tags, but if javascript is on you get a funny ? sign.

Here an example
compojoom.com/forum.html?func=view&catid=6&id=2795#3134

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

More
15 years 1 month ago #68 by Lintzy



The screenshot above shows the msgtitleicon.gif. It should change into a green colored
msgtitlenew.gif if it is an unread message.

This does not work, not here and not on my installed forum.

Does anyone know a solution, how to get it work?

Will it be fixed in one of the next kunena versions?
Attachments:

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

More
15 years 4 weeks ago - 15 years 4 weeks ago #69 by Lintzy
Code tag, does not work, as it should do. It adds a slash / and '' to an URL

Try this
Code:
.class { url(images/pic.gif);}


I wrote (images/pic.gif).


The same happens as normal text or in quote. But in code it must be displayed 1:1 not adding anything.
Last edit: 15 years 4 weeks ago by Lintzy.

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

More
15 years 4 weeks ago #70 by rogerdavis
If I'm looking at a particular category of forums and then click Recent Discussions, I'm taken to ALL recent discussions, not just those in a category.

Since I can link directly to a category of forums (instead of the whole forum), Kunena should obtain the category id from the URL, and only list discussions within that catid.

Roger

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

Time to create page: 0.564 seconds