<?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: Follower or Followers</title>
		<link>http://www.kriesi.at/support/topic/follower-or-followers</link>
		<description>Support Forum - Topic: Follower or Followers</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 20:22:11 +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/follower-or-followers" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-93400</link>
			<pubDate>Fri, 25 Jan 2013 14:32:10 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">93400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; will add it ;) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-91691</link>
			<pubDate>Tue, 15 Jan 2013 14:15:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey geekchoice35a,&#60;/p&#62;
&#60;p&#62;Looks like it just slipped by. I'll tag it for Kriesi (we aren't able to update the theme files).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geekchoice35a on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-91591</link>
			<pubDate>Mon, 14 Jan 2013 23:58:43 +0000</pubDate>
			<dc:creator>geekchoice35a</dc:creator>
			<guid isPermaLink="false">91591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is this going to be implemented in the base framework sometime soon?  Its been over a year.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-29893</link>
			<pubDate>Wed, 19 Oct 2011 18:53:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickoultas on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-29886</link>
			<pubDate>Wed, 19 Oct 2011 18:23:17 +0000</pubDate>
			<dc:creator>nickoultas</dc:creator>
			<guid isPermaLink="false">29886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked a treat, thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-29718</link>
			<pubDate>Tue, 18 Oct 2011 10:49:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the hint. I'll report it to Kriesi. You can fix it by replacing following code in flashlight\framework\php\class-framework-widgets.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;$link&#38;#39; class=&#38;#39;asc_twitter $addClass&#38;#39;&#38;gt;&#38;lt;strong class=&#38;#39;asc_count&#38;#39;&#38;gt;&#38;quot;.$follower[&#38;#39;twitter&#38;#39;].&#38;quot;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;quot;.__(&#38;#39;Follower&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( $follower[&#38;#39;twitter&#38;#39;] &#38;lt;= &#38;#39;1&#38;#39; ){
				echo &#38;quot;&#38;lt;a href=&#38;#39;$link&#38;#39; class=&#38;#39;asc_twitter $addClass&#38;#39;&#38;gt;&#38;lt;strong class=&#38;#39;asc_count&#38;#39;&#38;gt;&#38;quot;.$follower[&#38;#39;twitter&#38;#39;].&#38;quot;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;quot;.__(&#38;#39;Follower&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;quot;;
}else{
				echo &#38;quot;&#38;lt;a href=&#38;#39;$link&#38;#39; class=&#38;#39;asc_twitter $addClass&#38;#39;&#38;gt;&#38;lt;strong class=&#38;#39;asc_count&#38;#39;&#38;gt;&#38;quot;.$follower[&#38;#39;twitter&#38;#39;].&#38;quot;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;quot;.__(&#38;#39;Followers&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nickoultas on "Follower or Followers"</title>
			<link>http://www.kriesi.at/support/topic/follower-or-followers#post-29674</link>
			<pubDate>Mon, 17 Oct 2011 18:37:15 +0000</pubDate>
			<dc:creator>nickoultas</dc:creator>
			<guid isPermaLink="false">29674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Not sure if its a typo or not ...  but with the follower count should it not say &#34;number&#34; followerS opposed to follower ?&#60;/p&#62;
&#60;p&#62;How can i change this ?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Nik
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
