Jump to content


Photo

Blog RSS main link


I can't find where this is actually used anywhere, but, someone found it, so.. I assume that some RSS program uses it..

If you view blog RSS.. Such as this..

http://community.inv...s-company-blog/

View the page source, and you have this..

    <link><![CDATA[http://community.invisionpower.com/index.php?app=blog&module=showblog&blogid=1174]]></link>

For the main blog link.. Which.. Is an invalid URL

                                                            'link'            => $this->registry->output->buildSEOUrl( "app=blog&amp;blogid=" . $this->blog_id, 'publicNoSession', $this->blog['blog_seo_name'], 'showblog' ),
                                                            'link'            => "{$this->settings['board_url']}/index.{$this->settings['php_ext']}?app=blog&module=showblog&blogid={$this->blog_id}",

That's the code in /admin/applications_addon/ips/blog/extensions/rssOutput.php.. For some reason there's 2 different link settings there, and the second one is the problem... Not sure why there are two there, and the second one is the one that causes a problem, so.. I just commented it out, because.. The first one seems to be accurate and work.

Status: Fixed
Version: 2.5.0
Fixed In: 2.5.2


0 Comments