- Posts: 7
- Thank you received: 0
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
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
16 years 5 months ago #30714
by spcover
Replied by spcover on topic Re:Kunena discuss plugin J1.5 NATIVE
OK, let's try that upload in a different format. Seems PDF files are not allowed.
Here is the same printscreen in a JPG format.
Sean
Here is the same printscreen in a JPG format.
Sean
Please Log in or Create an account to join the conversation.
16 years 5 months ago #30715
by spcover
Replied by spcover on topic Re:Kunena discuss plugin J1.5 NATIVE
OK, let's try a Word document.
Please Log in or Create an account to join the conversation.
16 years 5 months ago #30716
by spcover
Replied by spcover on topic Re:Kunena discuss plugin J1.5 NATIVE
My, this has been a trial. The Word doc was over 120K and not allowed.
OK - attached is a Zip file of the JPG file of the printscreen of the error from the discussbot in the MyBlog section of my Profile in JomSocial w.1.5.243
Thanks.
OK - attached is a Zip file of the JPG file of the printscreen of the error from the discussbot in the MyBlog section of my Profile in JomSocial w.1.5.243
Thanks.
Please Log in or Create an account to join the conversation.
16 years 5 months ago #30769
by k9disc
Replied by k9disc on topic Link from Kunena to com_content instead of com_Myblog
Link from Kunena to com_content instead of com_Myblog.
The link looks like: k9athlete.com/component/content/article/36/224
Instead of - k9athlete.com/community/dog-sport-blog/testing-123.html
k9athlete.com/component/content/article/36/224 is a bad link for me with Joomla Core SEF enabled.
Any ideas?
Peace,
Ron
The link looks like: k9athlete.com/component/content/article/36/224
Instead of - k9athlete.com/community/dog-sport-blog/testing-123.html
k9athlete.com/component/content/article/36/224 is a bad link for me with Joomla Core SEF enabled.
Any ideas?
Peace,
Ron
Please Log in or Create an account to join the conversation.
16 years 5 months ago #30784
by kmilos
Replied by kmilos on topic Access control option?
Hi Jerry, would it be possible to implement the following access control option in order to prevent unnecessary or malicious forum thread creation?
I would like the public users not to have permission to create a new discussion thread by clicking a link below an article, but still be able to click on the link if the discussion thread already exists. Registered users can start the discussions of course. Something like this in pseudocode:
I would like the public users not to have permission to create a new discussion thread by clicking a link below an article, but still be able to click on the link if the discussion thread already exists. Registered users can start the discussions of course. Something like this in pseudocode:
Code:
if !exist_thread(itemid)
if public_user
access_denied; // message or silent, or maybe link not active or not shown
else
create_thread(itemid);
Please Log in or Create an account to join the conversation.
- alphatester
-
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
16 years 5 months ago #30812
by alphatester
Replied by alphatester on topic Re:Access control option?
Hi Jerry,
Have tried the latest version (1.7) and the bot doesn't appear to be working.
When it creates links to articles it's creating a link like:
http://xxxx/forum/id-535.html
Whereas it should look like:
http://xxxx/forum/2-general-discussion/535-review-of-test.html
Am using SEF, however note you thought you got this working, so assume this is a bug? (have double-double checked the kunena category id that it's using to create the forum posts!)
Any help/advice woul dbe most appreciated! :blush:
Have tried the latest version (1.7) and the bot doesn't appear to be working.
When it creates links to articles it's creating a link like:
http://xxxx/forum/id-535.html
Whereas it should look like:
http://xxxx/forum/2-general-discussion/535-review-of-test.html
Am using SEF, however note you thought you got this working, so assume this is a bug? (have double-double checked the kunena category id that it's using to create the forum posts!)
Any help/advice woul dbe most appreciated! :blush:
Please Log in or Create an account to join the conversation.
Time to create page: 0.252 seconds