- Posts: 4
- Thank you received: 0
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Question SOLVED/ERLEDIGT: RSS Feed dont work in Kunena but Joomla! Joomla 1.5.22 and Kunena 1.6
- Sicknature_
- Topic Author
- Offline
- New Member
Less
More
13 years 9 months ago - 13 years 9 months ago #1
by Sicknature_
SOLVED/ERLEDIGT: RSS Feed dont work in Kunena but Joomla! Joomla 1.5.22 and Kunena 1.6 was created by Sicknature_
Hello there,
im using Kunena 1.6 since 1 day and i really love the kunena 1.6 forum.
The only problem is that the rss feed doesnt work!
The RSS Feed for my frontpage articles in Joomla work perfectly, but in Kunena it is outputted without any design...
( EDIT : It doesnt work even if SEF is disabled, btw. RSS configuration in Kunena settings are all enabled )
A link to the Forum RSS: linkshrink.de/24799/
A Link to the Joomla! RSS : linkshrink.de/24800/
Here is my Configuration File:
deleted
im using Kunena 1.6 since 1 day and i really love the kunena 1.6 forum.
The only problem is that the rss feed doesnt work!
The RSS Feed for my frontpage articles in Joomla work perfectly, but in Kunena it is outputted without any design...
( EDIT : It doesnt work even if SEF is disabled, btw. RSS configuration in Kunena settings are all enabled )
A link to the Forum RSS: linkshrink.de/24799/
A Link to the Joomla! RSS : linkshrink.de/24800/
Here is my Configuration File:
deleted
Last edit: 13 years 9 months ago by Sicknature_.
Please Log in or Create an account to join the conversation.
13 years 9 months ago #2
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: RSS Feed dont work in Kunena but Joomla! Joomla 1.5.22 and Kunena 1.6
Can you post a link to your Kunena forum, please?
It is my suspicion that you have a customised redirection on your site or built into your .htaccess file.
It is my suspicion that you have a customised redirection on your site or built into your .htaccess file.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: Sicknature_
Please Log in or Create an account to join the conversation.
- Sicknature_
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 9 months ago - 13 years 9 months ago #3
by Sicknature_
Replied by Sicknature_ on topic Re: RSS Feed dont work in Kunena but Joomla! Joomla 1.5.22 and Kunena 1.6
Im really sorry for that late response,
Part of the message is hidden for the guests. Please log in or register to see it.
Warning: Spoiler!
Part of the message is hidden for the guests. Please log in or register to see it.
Last edit: 13 years 9 months ago by Sicknature_.
Please Log in or Create an account to join the conversation.
13 years 9 months ago #4
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: RSS Feed dont work in Kunena but Joomla! Joomla 1.5.22 and Kunena 1.6
Hello,
You have javascript and css put in your rss feed, it's the reason why it doens't work :
So, you need to find which plugin or module load this code.
You have javascript and css put in your rss feed, it's the reason why it doens't work :
Code:
<script type="text/javascript">
/***********************************************
* Textarea Maxlength script- � Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
function ismaxlength(obj){
var mlength=obj.getAttribute? parseInt(obj.getAttribute("maxlength")) : ""
if (obj.getAttribute && obj.value.length>mlength)
obj.value=obj.value.substring(0,mlength)
}
</script>
<style type="text/css">
<!--
#whatru_main{
margin-bottom: 10px;
}
#whatru_message{
text-align:left;
}
#whatru_button{
text-align:right;
display:inline;
}
#whatru_status{
text-align:left;
}
#whatru_main .inputbox{
width:100%;
margin: 5px 5px 5px 5px;
}
#whatru_status{
font-size:16px
}
#whatru_time_diff{
font-size:10px
}
-->
</style>
So, you need to find which plugin or module load this code.
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Sicknature_
Please Log in or Create an account to join the conversation.
- Sicknature_
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 9 months ago - 13 years 9 months ago #5
by Sicknature_
Replied by Sicknature_ on topic Re: RSS Feed dont work in Kunena but Joomla! Joomla 1.5.22 and Kunena 1.6
Thank you i will try to fix it. Please dont close this thread.
EDIT:
The Problem doesnt occure anymore, there was a module and a plugin which was loading some stuff in the head tag.
(module: mod_what_r_u and the cb plugin: what are you doing
Thank your very much for your help.
EDIT:
The Problem doesnt occure anymore, there was a module and a plugin which was loading some stuff in the head tag.
(module: mod_what_r_u and the cb plugin: what are you doing
Thank your very much for your help.
Last edit: 13 years 9 months ago by Sicknature_.
Please Log in or Create an account to join the conversation.
Time to create page: 0.414 seconds