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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question For guys which want played or tested a bit : improved version of Kunena Discuss plugin

More
15 years 6 months ago - 15 years 6 months ago #69648 by mijalis

ruv123 wrote:

You can disable the quick reply form and links to show only in article view.


But my home page looks very ugly. Its full of quick reply forms. How can I fix this?

The plugin has an option for not showing on front page. Just disable it!
Last edit: 15 years 6 months ago by mijalis.
The following user(s) said Thank You: mda1125, ruv123

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

More
15 years 6 months ago #69659 by ruv123

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

More
15 years 6 months ago - 15 years 6 months ago #70131 by lunado
I found this problem,
I used 1.6.1 and Kunena disscus
plg_kunenadiscuss_v1.6.0-RC3_b191_2010-10-30_2010-10-30
if I have registered all goes ok when adding a comment, if it contributes anonymous throw an error


Fatal error: Class 'smile' not found in /www/................/components/com_kunena/lib/kunena.posting.class.php on line 930
but comment is added in order
Last edit: 15 years 6 months ago by lunado.

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

More
15 years 6 months ago #70134 by postkat
See my previous post.

In kunenadiscuss.php at line 927 after
Code:
else if ($_SERVER ["REMOTE_ADDR"] == '127.0.0.1') { $this->_app->enqueueMessage ( JText::_ ( 'COM_KUNENA_EMAIL_DISABLED' ), 'notice' ); return false; }

insert
Code:
if (file_exists(KUNENA_ABSTMPLTPATH .DS. 'smile.class.php')) { require_once (KUNENA_ABSTMPLTPATH .DS. 'smile.class.php'); } else { require_once (KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'smile.class.php'); }

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

More
15 years 6 months ago #70137 by lunado
kunenadiscuss.php not so many lines, not

I did this:
I changed kunena.posting.class.php (911 and 927 line)
and code to line 476 in kunenadiscuss.php.
Pages I fell, it did not work either way as before. Can make mistakes.
Could you send me the changed files to mail? Please, please
my mail stefansky(at)seznam.cz

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

More
15 years 6 months ago #70141 by postkat

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

Time to create page: 0.214 seconds