- Posts: 6
- Thank you received: 0
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 third-party extensions (e.g. JomSocial, Community Builder, etc.) 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, the ideas in these topics may 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, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
Important Error jump from groupjive
16 years 10 months ago #18252
by alfons
Error jump from groupjive was created by alfons
I've upgraded fireboard 1.05rc2 to K 1.0.10. When I access the forum directly there are no problems. But when I access the forum from Groupjive a message is displayed: "You do not have access to this forum!".
I went through other threads and modified the class.kunena.php:
1.
$options[] = mosHTML::makeOption($item->id,kunena_htmlspecialchars($item->treename));
to
$options[] = mosHTML::makeOption($item->id, $item->treename);
(at two locations)
2.
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ forms[\'jumpto\'].submit() }"', 'value', 'text', $catid);
to
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ this.form.submit() }"', 'value', 'text', $catid);
But this did not do the trick. Any sugetions?
I went through other threads and modified the class.kunena.php:
1.
$options[] = mosHTML::makeOption($item->id,kunena_htmlspecialchars($item->treename));
to
$options[] = mosHTML::makeOption($item->id, $item->treename);
(at two locations)
2.
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ forms[\'jumpto\'].submit() }"', 'value', 'text', $catid);
to
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ this.form.submit() }"', 'value', 'text', $catid);
But this did not do the trick. Any sugetions?
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 10 months ago #18255
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re: Error jump from groupjive
Does Kunena even work with GroupJive?
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18295
by alfons
Replied by alfons on topic Re: Error jump from groupjive
Yes it does. A quick google shows the answer.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18298
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Error jump from groupjive
G'day, alfons
I recall
the discussion
where the technique you described was introduced. In that case, though, GroupJive wasn't mentioned as a factor.
This is a bit of a long-shot: may I enquire if, in your case, you're hosting your website with Joomla 1.0.15?
This is a bit of a long-shot: may I enquire if, in your case, you're hosting your website with Joomla 1.0.15?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 10 months ago #18312
by alfons
Replied by alfons on topic Re: Error jump from groupjive
Sorry for the fact that I haven't provided enough information:
Linux Server
MySQL 4.1.22
PHP 5.2.9
Joomla 1.5.9
Community Builder 1.2
Groupjive 29a
Kunena 1.0.10
Linux Server
MySQL 4.1.22
PHP 5.2.9
Joomla 1.5.9
Community Builder 1.2
Groupjive 29a
Kunena 1.0.10
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
16 years 10 months ago #18320
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re: Error jump from groupjive
A quick Google search shows that it has problems working with Kunena. Especially if you had K1.5 installed and then downgraded to one of the stable version. Downgrading to 1.0.9 seems to fix things. 1.0.10 has no fix.
www.groupjive.org/forum-mainmenu-45?func...=7091&catid=223#7091
Seems to me this is a GroupJive bug and not Kunena.
www.groupjive.org/forum-mainmenu-45?func...=7091&catid=223#7091
Seems to me this is a GroupJive bug and not Kunena.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Time to create page: 0.254 seconds