Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Feeds Problem

More
14 years 11 months ago #1 by milan3
Feeds Problem was created by milan3
Hi,

I have active the Feed Option in mei Kunena forum.
This worked well till today. If I oen the RSS Feed I this error:

XML-Verarbeitungsfehler: "Junk" nach Dokument-Element
Adresse: www.c4dload.de/index.php?option=com_kune...o_html=1&lang=de
Zeile Nr. 1, Spalte 16:<title></title><?xml version="1.0" encoding="utf-8"?>

Can anybody help me?

Greetings Milan

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #2 by grumblemarc
Replied by grumblemarc on topic Re:Feeds Problem
What did you change that it is no longer working? Nothing just happens.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #3 by milan3
Replied by milan3 on topic Re:Feeds Problem
The only thing I have changed is:

I have put this script into the kunena.parser.php:
Code:
if ($GLOBALS["fbConfig"]->autoembedyoutube) { // convert youtube links to embedded player $task->text = preg_replace('/<a href=[^>]+youtube.([^>\/]+)\/watch\?[^>]*v=([^>"&]+)[^>]+>[^<]+<\/a>/', '<object width="425" height="344"><param name="movie" value="http://www.youtube.$1/v/$2&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.$1/v/$2&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><p class=warn>Das Video funktioniert nicht? <a href=http://www.youtube.$1/watch?v=$2 target="_blank">Klick hier.</a></p>', $task->text); // convert youtube playlists to embedded player $task->text = preg_replace('/<a href=[^>]+youtube.([^>\/]+)\/view_play_list\?[^>]*p=([^>"&]+)[^>]+>[^<]+<\/a>/', '<object width="480" height="385"><param name="movie" value="http://www.youtube.$1/p/$2"></param><embed src="http://www.youtube.$1/p/$2" type="application/x-shockwave-flash" width="480" height="385"></embed></object><p class=warn>Das Video funktioniert nicht? <a href=http://www.youtube.$1/watch?p=$2 target="_blank">Klick hier.</a></p>', $task->text); }

Because I want to put an YouTube Video into the forum and I have found this script in the internet to fix it. After that it works well.
But I don´t not if the Feeds don´t work because of that.

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago - 14 years 11 months ago #4 by sozzled
Replied by sozzled on topic Re:Feeds Problem
@milan3: did you know that "vanilla-flavoured" Kunena lets you insert YouTube videos without having to hack PHP code?
Last edit: 14 years 11 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #5 by milan3
Replied by milan3 on topic Re:Feeds Problem
Now I have change the script back to normal and it also don´t work.

Please Log in or Create an account to join the conversation.

Time to create page: 0.515 seconds