Blog RSS main link > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

Blog RSS main link

Category: IPS Tracker - IP.Blog (for IP.Board)
Viewed: 12 times
Printerfriendly version version of Microsoft Word HTML version

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&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.

Wed, 01 February 2012