<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Chevereto Forums - How To Disable "Share" Button]]></title>
	<link rel="self" href="http://chevereto.com/forums/feed-atom-topic367.xml"/>
	<updated>2009-11-30T06:26:32Z</updated>
	<generator>PunBB</generator>
	<id>http://chevereto.com/forums/topic367-how-to-disable-share-button.html</id>
		<entry>
			<title type="html"><![CDATA[Re: How To Disable "Share" Button]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2006.html#p2006"/>
			<content type="html"><![CDATA[<p>Yeah, easiest way is to open estilo.css and change this:</p><div class="codebox"><pre><code>div#sharethis a {
    background: url(site-img/tool_compartir.gif) no-repeat 10px 0;
    margin-right: 3px;
}</code></pre></div><p>to this:<br /></p><div class="codebox"><pre><code>div#sharethis a {
    display: none;
    background: url(site-img/tool_compartir.gif) no-repeat 10px 0;
    margin-right: 3px;
}</code></pre></div><p>The real ways involves edit engine.php and rules.js.</p><p>Regards.</p>]]></content>
			<author>
				<name><![CDATA[Rodolfo]]></name>
				<uri>http://chevereto.com/forums/user2.html</uri>
			</author>
			<updated>2009-11-30T06:26:32Z</updated>
			<id>http://chevereto.com/forums/post2006.html#p2006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How To Disable "Share" Button]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post1944.html#p1944"/>
			<content type="html"><![CDATA[<p>Sorry for the bump, but is this possible?</p>]]></content>
			<author>
				<name><![CDATA[figment]]></name>
				<uri>http://chevereto.com/forums/user570.html</uri>
			</author>
			<updated>2009-11-18T17:27:38Z</updated>
			<id>http://chevereto.com/forums/post1944.html#p1944</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How To Disable "Share" Button]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post1875.html#p1875"/>
			<content type="html"><![CDATA[<p>Hello,</p><p>Is there a way to disable the &quot;share&quot; button to the right of an uploaded image. It is a cool feature, but we believe we could get more shares if the links automatically appear underneath an uploaded image.</p><p>So basically, we want to remove the image and have the embed URLs automatically show under the image. Is this possible? Thanks.</p>]]></content>
			<author>
				<name><![CDATA[figment]]></name>
				<uri>http://chevereto.com/forums/user570.html</uri>
			</author>
			<updated>2009-10-26T17:56:04Z</updated>
			<id>http://chevereto.com/forums/post1875.html#p1875</id>
		</entry>
</feed>

