Page 1 of 1

[Resolved] RSS Images no not show

Posted: Thu Aug 30, 2007 7:37 am
by Nihilists
I orginally created the blog in the path "blog", I decided to change the directory to "brian" instead and add a sub-domain. So, things I did to get almost everything to work is:

Changed the path in htacess
Changed all the hard coded image path for entries
Build Cache entries to use the new path since I edited the database
Change the paths in the configuration using the database
Removed the relative path so it uses the sub-domain

Everything works fine except the RSS image next to the category is still using the old path:
http://brian.[site].com/blog/templates/brian/img/xml.gif
rather than
http://brian.[site].com/brian/templates/brian/img/xml.gif
or
http://brian.[site].com/templates/brian/img/xml.gif

Thanks

Re: RSS Images no not show

Posted: Thu Aug 30, 2007 10:52 am
by garvinhicking
Hi!

You'll need to change that path configuration by configuring the category plugin and adjust the path there. That should work.

Regards,
Garvin

Posted: Thu Aug 30, 2007 9:21 pm
by Nihilists
Thanks, that was the one place I missed.