[TYPO3-ttnews] ReSOLVED: RSS Feed: link to external URLs duplicates "http://"
Dominik Lindner
d-nik at indynews.net
Sun Jul 1 15:27:03 CEST 2007
Hi, Dominik (?!)
I have resolved the problem by changing line 1115 of the
pi/class.tx_ttnews.php from
$exturl =
trim(strpos($row['ext_url'],'http://')?$row['ext_url']:'http://'.$row['ext_url']);
to:
$exturl =
trim(strpos($row['ext_url'],'http://')?$row['ext_url']:$row['ext_url']);
Greetings,
D.
Dominik Lindner schrieb:
> Hi,
>
> I've reported the issue to the bugtracker.
> There is another bug concerning the external links within the rss-feed
> which i cannot confirm.
>
> I can't find any solution in the web, nor can I find anybody facing the
> same problem.
>
>
> Dominik
>
> Ingo Renner schrieb:
>
>> Dominik Lindner wrote:
>>> Hello list,
>>>
>>> first of all thanks to all contributers for this great list!
>>>
>>> I'm using the rss (2.0) -Feature of tt_news (v. 2.5.0) and finally the
>>> realurl-implementation works.
>>>
>>> Unfortunately the links to external news are shown as
>>> "http://http://external-website.com" within the rss-feed page.
>>>
>>> Wihtin the normal page-type the links are rendered correctly, but with
>>> "type=100" ist does not work.
>> did you check the bugtracker whether this has been reported yet?
>>
>> if not, please do so... (check first, and then file a bug ;-)
>>
>>
>> Ingo
>>
More information about the TYPO3-project-tt-news
mailing list