Jump to content


Issue information

  • #035665

  • Fixed

  • 2.5.0

  • 2.5.2

  • 1 - Low


Issue Confirmations

  • Yes (0)No (0)
Photo

Blog RSS main link

Posted by Jason H on 01 February 2012 - 12:18 PM

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.

changed status to: Confirmed - General

changed status to: Fixed
changed fixed-in version to: 2.5.2





1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users