- Posts: 694
- Thank you received: 22
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
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.
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
- woonydanny
-
- Offline
- Elite Member
-
Less
More
16 years 1 month ago #43524
by woonydanny
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Replied by woonydanny on topic Re:Kunena discuss plugin J1.5 NATIVE
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Please Log in or Create an account to join the conversation.
16 years 1 month ago #43535
by MB_ZA
Replied by MB_ZA on topic Re:Discussbot: Linking Joomla Categories and Kunena Forums (Not Kunena Categories)
Thanx for the feedback. So I assume I have to wait for K1.6 to achieve what I need to ...
Please Log in or Create an account to join the conversation.
16 years 1 month ago #43616
by Matias
Replied by Matias on topic Re:Discussbot: Linking Joomla Categories and Kunena Forums (Not Kunena Categories)
It's an easy fix, but you need to get someone interested to do it.
Please Log in or Create an account to join the conversation.
16 years 1 month ago #43792
by BigBC
Replied by BigBC on topic Re:Kunena discuss plugin J1.5 NATIVE
I'm sorry if this has already been addressed, but I can't seem to find it in this huge thread (should be layed out differently?)
What is the latest version of the discuss plugin? I downloaded what I thought was the latest, but the following doesn't work:
When I configure auto creation, I use the format 71,13;72,13;73,13 for pairs, but when I click on the article's "discuss" link, I am just taken to my forum's default view (in my case, the categories page).
Any idea how to get this to work? I thought that is what this plugin did...?
Please help!
Thanks!
What is the latest version of the discuss plugin? I downloaded what I thought was the latest, but the following doesn't work:
When I configure auto creation, I use the format 71,13;72,13;73,13 for pairs, but when I click on the article's "discuss" link, I am just taken to my forum's default view (in my case, the categories page).
Any idea how to get this to work? I thought that is what this plugin did...?
Please help!
Thanks!
Please Log in or Create an account to join the conversation.
16 years 1 month ago #44106
by NWLB
Replied by NWLB on topic Re:Kunena discuss plugin J1.5 NATIVE
The problem I have with it, is that I get an error. It takes me to the Kunena forum and says "you do not have access to this forum!"
If I configure the auto link part of the Plugin, I get that error. If I try to put the hard code into the article, I get a Joomla error when reading the article referencing a replace error of some kind.
This obviously works for a lot of people, but I'm at a loss as to finding a thread discussing this particular issue.
If I configure the auto link part of the Plugin, I get that error. If I try to put the hard code into the article, I get a Joomla error when reading the article referencing a replace error of some kind.
This obviously works for a lot of people, but I'm at a loss as to finding a thread discussing this particular issue.
Please Log in or Create an account to join the conversation.
16 years 3 weeks ago - 16 years 3 weeks ago #44711
by rpertusio
Replied by rpertusio on topic Re:Kunena discuss plugin J1.5 NATIVE
Didn't see this posted. Found a missing quote (minor bug) in 'kunenadiscuss.php'.
Line 360 of kunenadiscuss.php:
Original:
Fixed:
HINT: Add a double quote (") after href=
- rp
Line 360 of kunenadiscuss.php:
Original:
Code:
$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href='.KUNENA_JLIVEURL.'plugins/content/kunenadiscuss/discuss_ie7.css" />');
Code:
$mainframe->addCustomHeadTag('<link type="text/css" rel="stylesheet" href="'.KUNENA_JLIVEURL.'plugins/content/kunenadiscuss/discuss_ie7.css" />');
HINT: Add a double quote (") after href=
- rp
Last edit: 16 years 3 weeks ago by rpertusio.
Please Log in or Create an account to join the conversation.
Time to create page: 0.349 seconds