[Resolved] RSS Images no not show

Discussion corner for Developers of Serendipity.
Post Reply
Nihilists
Regular
Posts: 19
Joined: Fri Aug 24, 2007 9:58 pm

[Resolved] RSS Images no not show

Post 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
Last edited by Nihilists on Mon Sep 24, 2007 6:52 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RSS Images no not show

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Nihilists
Regular
Posts: 19
Joined: Fri Aug 24, 2007 9:58 pm

Post by Nihilists »

Thanks, that was the one place I missed.
Post Reply