- Posts: 260
- 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 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
This is quite interesting issue. Can't imagine what's cause of that strange fatal error.Well, set php_flag display_errors on and saw:
Fatal error: Call to a member function get() on a non-object in /plugins/content/kunenadiscuss.php on line 25
Looks like its First Post Handling menu. Try all 3 options - all the same.Code:$botCopyContent = $this->params->get('copy_content', 0); // Copy content item to the first post. 0 = Nothing, 1 = Link & Full Text, 2 = Link Only
Any suggestions?
Some jquery/mootools conflicts resolved in version 0.9. Hopefully it helps.
similar problem identified. Needs some time to check this one and properly close it - i am going through configuration options WHEN should be WHAT shown.As i said above - this problem is only with myblog posts - articles ok, just only guests can't see quick post form.
Don't know how myblog works. Never used one. This is content plugin, so in all articles it should work nicely.Very pity - i could not saw previos discussbot in myblog content plugin list - but it worked.
Please Log in or Create an account to join the conversation.
Don't know myblog and it's commercial...Any chances with MyBlog integration?
Right now - v0.8 - if enabled in myblog -=Content mambots integration=- makes any blog page blank/empty.
Used default template and myblog build 3.329 (latest), Kunena 1.54.
Please try 0.9 alpha version, just to check if it's not javascript issue.
Please Log in or Create an account to join the conversation.
Well, tested v0.9 - still not work with myblog, the same error - and don't looks javascript problem.Please try 0.9 alpha version, just to check if it's not javascript issue.
BTW - what do you think about SOBI2 and Kunea integration via discussbot? There is post with FB and old discussbot, maybe it could help something.
MBR
m.
Please Log in or Create an account to join the conversation.
- new features on blog/frontpage possibility to show nothing/link/full commenting system (inserting smilies do not work there!)
- fixed some bugs
Please Log in or Create an account to join the conversation.
Although I have Show on Front Page* set to "Link".
(* There is typo in the en language file, it says "Show _of_ Front Page instead of _on_")
Please Log in or Create an account to join the conversation.
thanx, will be resolved in 1.1. Actually right now I am rewriting this logic.Jerry, 1.0 broke the front page display for me:
Code:[KDiscuss debug: Showing the article intro-text. ShowOnFrontPage is False, Manual Override is False. There should be no tags in the content - skip the overhead and return nothing. ] [KDiscuss debug: onAfterDisplayContent called with article->id=28. ]
Although I have Show on Front Page* set to "Link".
(* There is typo in the en language file, it says "Show _of_ Front Page instead of _on_")
There's bug in 1.0, change value of AllowManualOverride, than it works
Please Log in or Create an account to join the conversation.