<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Footer icon add</title>
		<link>http://www.kriesi.at/support/topic/footer-icon-add</link>
		<description>Support Forum - Topic: Footer icon add</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 17:16:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/footer-icon-add" rel="self" type="application/rss+xml" />

		<item>
			<title>jlsclarity on "Footer icon add"</title>
			<link>http://www.kriesi.at/support/topic/footer-icon-add#post-1331</link>
			<pubDate>Thu, 29 Jul 2010 08:43:54 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">1331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Youre absolutely right, sorry about that. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer icon add"</title>
			<link>http://www.kriesi.at/support/topic/footer-icon-add#post-1004</link>
			<pubDate>Tue, 27 Jul 2010 10:39:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">1004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The image can't be found in the skin2 folder.&#60;/p&#62;
&#60;p&#62;When I enter&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://jlsclarity.com/wp-content/themes/cleancut/images/skin2/facebook_16.png&#34; rel=&#34;nofollow&#34;&#62;http://jlsclarity.com/wp-content/themes/cleancut/images/skin2/facebook_16.png&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can see the facebook logo.&#60;/p&#62;
&#60;p&#62;When I enter&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://jlsclarity.com/wp-content/themes/cleancut/images/skin2/myspace_16.png&#34; rel=&#34;nofollow&#34;&#62;http://jlsclarity.com/wp-content/themes/cleancut/images/skin2/myspace_16.png&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I get an 404 error (not found error). Please check it again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Footer icon add"</title>
			<link>http://www.kriesi.at/support/topic/footer-icon-add#post-1000</link>
			<pubDate>Tue, 27 Jul 2010 09:53:19 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">1000@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your response Dude. The only problem is that the icon is not showing up - i have it in the skin2 folder and have doublechecked the image. the link is there, and working - but the 16x16 icon isnt showing up for myspace. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer icon add"</title>
			<link>http://www.kriesi.at/support/topic/footer-icon-add#post-984</link>
			<pubDate>Tue, 27 Jul 2010 06:34:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;please replace this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;acc_fl&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.flickr.com/people/&#38;quot;.$k_option[&#38;#39;includes&#38;#39;][&#38;#39;acc_fl&#38;#39;].&#38;quot;&#38;#39;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($k_option[&#38;#39;includes&#38;#39;][&#38;#39;acc_fl&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.flickr.com/people/&#38;quot;.$k_option[&#38;#39;includes&#38;#39;][&#38;#39;acc_fl&#38;#39;].&#38;quot;&#38;#39;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

echo &#38;quot;&#38;lt;li class=&#38;#39;myspace&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.myspace.com/&#38;#39;&#38;gt;MySpace&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open style2.css and add following code at the bottom:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .myspace a{background: transparent url(../images/skin2/myspace_16.png) 0 0  no-repeat;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Last but not least replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;copyright&#38;quot;&#38;gt;
			© Copyright &#38;lt;a href=&#38;#39;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt; -
			Design by &#38;lt;a href=&#38;quot;http://www.kriesi.at&#38;quot;&#38;gt;Kriesi.at - Wordpress Themes&#38;lt;/a&#38;gt;
		&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;copyright&#38;quot;&#38;gt;
			© Copyright &#38;lt;a href=&#38;#39;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt; -
			Design by &#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;url&#38;#39; ) ?&#38;gt;/wp-login.php&#38;quot;&#38;gt;admin&#38;lt;/a&#38;gt;
		&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Footer icon add"</title>
			<link>http://www.kriesi.at/support/topic/footer-icon-add#post-972</link>
			<pubDate>Tue, 27 Jul 2010 01:01:37 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Support has been great on this new forum, with additional admins etc - Great Job Kriesi and crew!&#60;/p&#62;
&#60;p&#62;I would like to add: &#60;/p&#62;
&#60;p&#62;(1)a myspace icon to the footer, (I have already uploaded icon to skin 2 (myspace_16.png))&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;(2)the following to the &#34;Designed by tag:&#60;/p&#62;
&#60;p&#62;&#124;  admin&#60;/p&#62;
&#60;p&#62;with the &#34;admin&#34; pointing to the login for the backend.&#60;/p&#62;
&#60;p&#62;Thank you for all your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
