Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 A simple alternative to the "latest posts module"
- Go to your forum's "Recent Discussions" page, click the image and make a note of the URL (it will look something like domain-name/forum?func=fb_rss&no_html=1)
- Use the Joomla Module Manager
- Add New module of type "Feed Display"
- Copy the URL of the feed display from step 1 into the "Feed URL"
- Assign the module position, menu assignment, etc., and enable the new module
../components/com_kunena/lib/kunena.rss.php, change line 145 from:
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- wvrapscene
-
- Offline
- Junior Member
-
- Posts: 28
- Thank you received: 0
Thanks,
WVRapScene
Please Log in or Create an account to join the conversation.
I'm sorry but that's a feature of the standard Kunena RSS module, but it ought to be possible to modify it so that the links open in the same window, if that is what you want to do. There are many tutorials here at www.kunena.com on how to change the way that links operate.Can you make the links in the module open in the same window and not open in a new window?
Thanks for your comments
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- wvrapscene
-
- Offline
- Junior Member
-
- Posts: 28
- Thank you received: 0
I'll take a look at the tutorials, but I dont know much about PHP code.
btw: This is a great alternative to a "latest posts" module! I think it loads the page faster when you use this method compared to using the module. If I can figure out how to make the link open in the same window and not a new window... It would be awesome!
Thanks for the help!
www.wvrapscene.com/website
Please Log in or Create an account to join the conversation.
Edit the file ../components/com_kunena/lib/kunena.link.class.php at about line 56:
From
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- Go to your forum's "Recent Topics" page, click the image and make a note of the URL. If you are using SEF URLs, the link will look something like http://domain-name/forum/rss; if you are not using SEF URLs, the link will look something like http://domain-name/index.php?option=com_kunena&func=rss&Itemid=2.
- Use the Joomla Module Manager
- Add New module of type "Feed Display"
- Copy the URL of the feed display from step 1 into the "Feed URL"
- Assign the module position, menu assignment, etc., and enable the new module
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.