<?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: Testimonials page wont allow Sociable plugin disable</title>
		<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable</link>
		<description>Support Forum - Topic: Testimonials page wont allow Sociable plugin disable</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 23:31:59 +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/testimonials-page-wont-allow-sociable-plugin-disable" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-13418</link>
			<pubDate>Thu, 24 Feb 2011 10:18:40 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">13418@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Awesome, let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-13400</link>
			<pubDate>Thu, 24 Feb 2011 09:25:30 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">13400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked great! Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-12374</link>
			<pubDate>Fri, 04 Feb 2011 11:53:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12374@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use a notepad like notepad++ to search all plugin files. Just search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_meta_box&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; functions and add a line for &#34;testimonials&#34; to it. (Like I did above...)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-12335</link>
			<pubDate>Thu, 03 Feb 2011 19:45:23 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">12335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually dude, I dont have that code in my Sociable plugins - I have Sociable3.php - is there a different code Im looking for?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-12333</link>
			<pubDate>Thu, 03 Feb 2011 19:39:47 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">12333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you sir!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-11854</link>
			<pubDate>Wed, 26 Jan 2011 08:25:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to modify a plugin file. Open up sociable.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function sociable_meta_box() {
	add_meta_box(&#38;#39;sociable&#38;#39;,&#38;#39;Sociable&#38;#39;,&#38;#39;sociable_meta&#38;#39;,&#38;#39;post&#38;#39;,&#38;#39;side&#38;#39;);
	add_meta_box(&#38;#39;sociable&#38;#39;,&#38;#39;Sociable&#38;#39;,&#38;#39;sociable_meta&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;side&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function sociable_meta_box() {
	add_meta_box(&#38;#39;sociable&#38;#39;,&#38;#39;Sociable&#38;#39;,&#38;#39;sociable_meta&#38;#39;,&#38;#39;post&#38;#39;,&#38;#39;side&#38;#39;);
	add_meta_box(&#38;#39;sociable&#38;#39;,&#38;#39;Sociable&#38;#39;,&#38;#39;sociable_meta&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;side&#38;#39;);
        add_meta_box(&#38;#39;sociable&#38;#39;,&#38;#39;Sociable&#38;#39;,&#38;#39;sociable_meta&#38;#39;,&#38;#39;testimonials&#38;#39;,&#38;#39;side&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now the plugin options should be displayed in your testimonial post editor...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Testimonials page wont allow Sociable plugin disable"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-page-wont-allow-sociable-plugin-disable#post-11746</link>
			<pubDate>Mon, 24 Jan 2011 11:24:48 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">11746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys, I am looking to be able to disable the plugin 'Sociable' on my testimonial posts, so it doesnt show up on my home page.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jlsclarity.com&#34; rel=&#34;nofollow&#34;&#62;http://www.jlsclarity.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;^ my site. I have disabled the plugin on all other pages that I have widgeted on my home page via a Disable option along the right side of the new post page under the publish button. but on the new testimonial page there is no option to disable. Is there a line of code I can add to allow the plugin options to appear on the new testimonial page?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
