Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question [Merged topic] KunenaDiscuss plugin for K 1.5.x

More
16 years 3 weeks ago - 16 years 3 weeks ago #42694 by AKyHuH
Replied by AKyHuH on topic MyBlog link fix
At beginning, I am sorry for my English. I am Russian.

For fixing the link to MyBlog entry in the first message you must open a file kunenadiscuss.php from this plugin and find the code below here:
Code:
// if ($this->isMyBlogPage) { if (isset($row->catid) && isset($row->sectionid)) { $prefix = JRoute::_(ContentHelperRoute::getArticleRoute($row->id, $row->catid, $row->sectionid)); } else if (isset($row->slug) && isset($row->catslug)) { $prefix = JRoute::_(ContentHelperRoute::getArticleRoute($row->slug, $row->catslug, $row->sectionid)); }

and replace it by next code:
Code:
if ($this->isMyBlogPage) { require_once( JPATH_SITE.DS.'components'.DS.'com_myblog' . DS . 'functions.myblog.php' ); $prefix = myGetPermalinkUrl($row->id); } else { if (isset($row->catid) && isset($row->sectionid)) { $prefix = JRoute::_(ContentHelperRoute::getArticleRoute($row->id, $row->catid, $row->sectionid)); } else if (isset($row->slug) && isset($row->catslug)) { $prefix = JRoute::_(ContentHelperRoute::getArticleRoute($row->slug, $row->catslug, $row->sectionid)); } }
Last edit: 16 years 3 weeks ago by AKyHuH.

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

More
16 years 3 weeks ago #42697 by Theo01
Buggy wrote:

Hello arpi2390x,
cool that the plugin works for you!
But how?
I have Joomla 1.5.9, Kunena 1.5.9 and this plugin.
How does it works, please explain me!

The latest version of Joomla! is 1.5.15, which means you're 6 versions behind. :S

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

More
16 years 3 weeks ago #42698 by Buggy
now i upgrade my system to 1.15.15 but it doesnt works!

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

More
16 years 3 weeks ago #42831 by overina79
Sorry for my english.

plugin is very gooooood.
but have one problem. my site in russian (utf8)

If the header of articles contains quotation marks ("), in the name of the topic at the forum these are converted to word - """

This problem also is also in the text of the articles

tnx.

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

More
16 years 3 weeks ago #42882 by AKyHuH
I'm from Russia too :) Therefore, I think you understood me, if I told you in Russian :)

Это проблема не с русским языком и тем более не в utf8, это проблема с спецсимволами, которые плагин заменяет на их html сущности. Надеюсь, я понятно выразился :) если можно, киньте ссылку на сайт, где можно увидеть как это выгдядит у вас.

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

More
16 years 3 weeks ago - 16 years 3 weeks ago #43024 by MB_ZA
Hi,

I have installed the Kunena Discuss Bot to my site and would like to know how can I link articles to Forums and not Categories.

To explain more detail,

My Kunena has been setup as Categories --> Forums --> Actual discussion threads within a forum. When I click on the "discuss this artile" in my Joomla, I want the user to end up in the actual forum. Is this possible and if so how?

Thanx
MB
Last edit: 16 years 3 weeks ago by sozzled. Reason: Changed subject to improve search relevance

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

Time to create page: 0.233 seconds