Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Topic Creation Behavior and Date of Posts

More
15 years 4 months ago #67630 by mijalis
Also in I think in kunenadiscuss.php lines 381-383 you are using the wrong config var:
Code:
if ( $this->params->get('creation_discussion_topic') == '0' ) $fields ['message'] = "[article]{$row->id}[/article]"; elseif ( $this->params->get('creation_discussion_topic') == '1' ) $fields ['message'] = "[articlelink]{$row->id}[/articlelink]"; elseif ( $this->params->get('creation_discussion_topic') == '2' ) $fields ['message'] = "[articlecontentlink]{$row->id}[/articlecontentlink]";
I think that it should be like this:
Code:
if ( $this->params->get('content_first_message_discussion') == '0' ) $fields ['message'] = "[article]{$row->id}[/article]"; elseif ( $this->params->get('content_first_message_discussion') == '1' ) $fields ['message'] = "[articlelink]{$row->id}[/articlelink]"; elseif ( $this->params->get('content_first_message_discussion') == '2' ) $fields ['message'] = "[articlecontentlink]{$row->id}[/articlecontentlink]";
that is "content_first_message_discussion" instead of "creation_discussion_topic"
The topic has been locked.
More
15 years 4 months ago #67646 by vatoloco
Any statement for my multilanguage problem? Please please please! I need this urgently and am willing to give you what you want. Just please solve it or tell me a way to solve it on my own....
The topic has been locked.
More
15 years 4 months ago - 15 years 4 months ago #67647 by luisvegeta

mijalis wrote: ok, now when i view an article, no post is made, but when I press the "Discuss this item on the forums (0 replies)." link i get the message "An invalid post ID was requested."


Same here! And get the same error if i activate quick reply.

xillibit, thanks for your effort!!!
Last edit: 15 years 4 months ago by luisvegeta.
The topic has been locked.
More
15 years 4 months ago #67659 by postkat

postkat wrote:

Okay, at the risk of being flamed, is there a way to donate to a speoific cause? In other words, I'd be glad to donate a few bucks to an effort to step up the Only-Create-a-Post-When-a-Comment-is-Made effort. Anybody else? Maybe this could be done on something like a paid consultant service basis?!?

I have already contacted the team about this. Hope to get an answer soon.


Started a new subject www.kunena.com/forum/178-kunena-discuss-...-with-kunena-discuss
The topic has been locked.
More
15 years 4 months ago #67787 by luisvegeta
So, no update on this? It's almost done, why stop now?
The topic has been locked.
More
15 years 4 months ago #67791 by xillibit
Nothing is stopped, we are still working on this and when the new changes will be in svn, you will have a new package for kdiscuss.

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: luisvegeta
The topic has been locked.
Time to create page: 0.325 seconds