Recent Topics

1 Dec 31, 2007 02:37    

My b2evolution Version: 1.10.x

Hello all,

I'm trying to change my feed icon from the big orange one to a nice little green one that will go with my skin. (I've modified the custom skin.)

I can't figure out how to do this. I'm using version 2.1.0 if that helps.

Here's the page, the XML feed widget is on the right hand side:

http://www.365tacoma.com/blogs

Thanks in advance!

3 Dec 31, 2007 05:29

For the life of me I could not find that file!

Thank you! Worked like a charm. Can't make it smaller though or the widget will just resize it with less than desirable results. Still, a large green icon is much better than a large orange one.

Thanks again!

4 Dec 31, 2007 05:35

You're welcome

BTW all icon sizes defined in /conf/_icons.php
line 505


case 'feed': return array(
			'file' => 'icons/feed-icon-16x16.gif',
			'alt'	 => T_('XML Feed'),
			'size' => array( 16, 16 ),
		);


Form is loading...