<?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: Remove comments box from BrightBox.</title>
		<link>http://www.kriesi.at/support/topic/remove-comments-box-from-brightbox</link>
		<description>Support Forum - Topic: Remove comments box from BrightBox.</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 10:16:18 +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/remove-comments-box-from-brightbox" rel="self" type="application/rss+xml" />

		<item>
			<title>LateForWork on "Remove comments box from BrightBox."</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-box-from-brightbox#post-44981</link>
			<pubDate>Wed, 07 Mar 2012 14:14:44 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">44981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to add this back loo for this code &#60;/p&#62;
&#60;p&#62; //wordpress function that loads the comments template &#34;comments.php&#34;&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;/p&#62;
&#60;p&#62;and add this code in the middle&#60;/p&#62;
&#60;p&#62;comments_template( '/includes/comments.php');&#60;/p&#62;
&#60;p&#62;also do the same for the following&#60;br /&#62;
look for &#60;/p&#62;
&#60;p&#62;&#38;lt;span class='post-date-comment-container'&#38;gt;&#60;br /&#62;
					&#38;lt;span class='date-container'&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php the_time('d') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;strong&#62;&#38;lt;?php the_time('M') ?&#38;gt; &#38;lt;?php the_time('Y') ?&#38;gt;&#60;/strong&#62;&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;/span&#38;gt;	&#60;/p&#62;
&#60;p&#62;and in the space add&#60;br /&#62;
&#38;lt;span class='comment-container'&#38;gt;&#38;lt;?php comments_popup_link(&#34;&#60;strong&#62;0&#60;/strong&#62; &#34;.__('Comments','avia_framework'), &#34;&#60;strong&#62;1&#60;/strong&#62; &#34;.__('Comment' ,'avia_framework'),&#60;br /&#62;
																			  &#34;&#60;strong&#62;%&#60;/strong&#62; &#34;.__('Comments','avia_framework'),'comments-link',&#60;br /&#62;
																			  &#34;&#60;strong&#62;&#60;/strong&#62; &#34;.__('Comments&#60;br /&#62;Off','avia_framework')&#60;br /&#62;
																			  ); ?&#38;gt;&#60;br /&#62;
					&#38;lt;/span&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove comments box from BrightBox."</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-box-from-brightbox#post-20895</link>
			<pubDate>Sun, 12 Jun 2011 07:04:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siri on "Remove comments box from BrightBox."</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-box-from-brightbox#post-20881</link>
			<pubDate>Sat, 11 Jun 2011 19:20:20 +0000</pubDate>
			<dc:creator>Siri</dc:creator>
			<guid isPermaLink="false">20881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove comments box from BrightBox."</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-box-from-brightbox#post-20876</link>
			<pubDate>Sat, 11 Jun 2011 17:46:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in single.php remove following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in includes/loop-index.php remove:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;comment-container&#38;#39;&#38;gt;&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;), &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
																			  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
																			  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;lt;br/&#38;gt;Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)
																			  ); ?&#38;gt;
					&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Siri on "Remove comments box from BrightBox."</title>
			<link>http://www.kriesi.at/support/topic/remove-comments-box-from-brightbox#post-20847</link>
			<pubDate>Fri, 10 Jun 2011 23:31:07 +0000</pubDate>
			<dc:creator>Siri</dc:creator>
			<guid isPermaLink="false">20847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys, congratulations on the theme - great work! I would like to remove a) comments field from post and b) comments counter box. Kudos!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
