<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Yeah like I wrote in the second email you should 
probably have it set as default to be disabled in your 
$disabled_pages</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=sayontan@gmail.com href="mailto:sayontan@gmail.com">Sayontan 
  Sinha</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=philip@frumph.net 
  href="mailto:philip@frumph.net">Philip M. Hofer (Frumph)</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
  title=theme-reviewers@lists.wordpress.org 
  href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 06, 2010 8:48 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] [WordPress 
  Themes] Suffusion - feedback</DIV>
  <DIV><BR></DIV>Philip,<BR>Not sure what you are talking about. In page.php I 
  simply have this:<BR>&nbsp;&nbsp;&nbsp; &lt;?php comments_template(); 
  ?&gt;<BR><BR>That pulls up comments.php, where if you scroll to the end you 
  will see the code for exclusions:<BR><BR>----------<BR>&lt;?php else : // 
  Comments are closed<BR>&nbsp;&nbsp;&nbsp; $message_disabled = 
  false;<BR>&nbsp;&nbsp;&nbsp; if (is_page() &amp;&amp; 
  isset($suf_comments_disabled)) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  $disabled_pages = explode(',', 
  $suf_comments_disabled);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
  (is_array($disabled_pages) &amp;&amp; count($disabled_pages) &gt; 0 &amp;&amp; 
  in_array($post-&gt;ID, $disabled_pages)) 
  {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  $message_disabled = true;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  }<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; else if (is_singular() 
  &amp;&amp; !is_page() &amp;&amp; $suf_comments_disabled_msg_for_posts == 
  'hide'){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $message_disabled = 
  true;<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if 
  (!$message_disabled) {<BR>?&gt;<BR>&lt;p&gt;&lt;?php _e('Sorry, the comment 
  form is closed at this time.', "suf_theme"); 
  ?&gt;&lt;/p&gt;<BR>&lt;?php<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  }<BR>?&gt;<BR>---------<BR><BR><BR>
  <DIV class=gmail_quote>On Fri, Aug 6, 2010 at 8:33 PM, Philip M. Hofer 
  (Frumph) <SPAN dir=ltr>&lt;<A 
  href="mailto:philip@frumph.net">philip@frumph.net</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2>
    <P></P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>in 
    page.php</FONT></FONT> 
    <P><FONT color=#0000ff size=2><FONT color=#0000ff 
    size=2>if</FONT></FONT><FONT size=2> (</FONT><FONT color=#808000 
    size=2><FONT color=#808000 size=2>'open'</FONT></FONT><FONT size=2> 
    </FONT><B><FONT color=#800080 size=2><FONT color=#800080 
    size=2>==</FONT></FONT></B><FONT size=2> </FONT><B><FONT color=#0000ff 
    size=2><FONT color=#0000ff size=2>$post</FONT></FONT><FONT color=#800080 
    size=2><FONT color=#800080 size=2>-&gt;</FONT></FONT></B><FONT 
    size=2>comment_status) {</FONT></P>
    <P>comments_template(<FONT color=#808000 size=2><FONT color=#808000 
    size=2>''</FONT></FONT><FONT size=2>, </FONT><FONT color=#0000ff 
    size=2><FONT color=#0000ff size=2>true</FONT></FONT><FONT 
    size=2>);</FONT></P>
    <P>}</P>
    <P>&nbsp;</P>
    <P><FONT face=Arial>You do not have anything as such, just 
    comments_template(); in your page.php</FONT></P>
    <P><FONT face=Arial>Unless your doing a filter that I havent found yet, i'm 
    not seeing it.</FONT></P>
    <P><FONT face=Arial></FONT>&nbsp;</P>
    <P>&nbsp;</P></DIV>
    <BLOCKQUOTE 
    style="BORDER-LEFT: rgb(0,0,0) 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
      <DIV>
      <DIV></DIV>
      <DIV class=h5>
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV style="FONT: 10pt arial; BACKGROUND: rgb(228,228,228)"><B>From:</B> 
      <A title=sayontan@gmail.com href="mailto:sayontan@gmail.com" 
      target=_blank>Sayontan Sinha</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A 
      title=theme-reviewers@lists.wordpress.org 
      href="mailto:theme-reviewers@lists.wordpress.org" 
      target=_blank>theme-reviewers@lists.wordpress.org</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 06, 2010 7:35 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] 
      [WordPress Themes] Suffusion - feedback</DIV>
      <DIV><BR></DIV>Hello,<BR>Regarding the feedback, I checked the review 
      checklist that says 'No "Comments Disabled" message should be displayed.' 
      There is an option in the theme to hide the message. You can go to Blog 
      Features -&gt; Comment Settings and pick where you want the message to 
      show and where you don't. Can I request reconsideration of the theme, 
      given this information?<BR><BR>Thanks,<BR>Sayontan.<BR><BR><BR>
      <DIV class=gmail_quote>On Fri, Aug 6, 2010 at 7:28 PM, <SPAN 
      dir=ltr>&lt;<A href="mailto:theme-reviewers@lists.wordpress.org" 
      target=_blank>theme-reviewers@lists.wordpress.org</A>&gt;</SPAN> 
wrote:<BR>
      <BLOCKQUOTE 
      style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
      class=gmail_quote>Feedback for the Suffusion theme is at <A 
        href="http://themes.trac.wordpress.org/ticket/589" 
        target=_blank>http://themes.trac.wordpress.org/ticket/589</A><BR><FONT 
        color=#888888><BR>--<BR>The WordPress.org Themes Team<BR><A 
        href="mailto:theme-reviewers@lists.wordpress.org" 
        target=_blank>theme-reviewers@lists.wordpress.org</A><BR></FONT></BLOCKQUOTE></DIV><BR><BR 
      clear=all><BR>-- <BR>Sayontan Sinha<BR><A href="http://mynethome.net" 
      target=_blank>http://mynethome.net</A> | <A 
      href="http://mynethome.net/blog" 
      target=_blank>http://mynethome.net/blog</A><BR>--<BR>Lake 
      Chargoggagoggmanchauggagoggchaubunagungamaugg - 45-letter Native American 
      name for Lake Webster, Webster, Massachusetts, meaning "You fish on your 
      side; I fish on my side; nobody fish in the middle."<BR></DIV></DIV>
      <P></P>
      <HR>

      <P></P>_______________________________________________<BR>theme-reviewers 
      mailing list
      <DIV class=im><BR><A href="mailto:theme-reviewers@lists.wordpress.org" 
      target=_blank>theme-reviewers@lists.wordpress.org</A><BR></DIV><A 
      href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" 
      target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>Sayontan Sinha<BR><A 
  href="http://mynethome.net">http://mynethome.net</A> | <A 
  href="http://mynethome.net/blog">http://mynethome.net/blog</A><BR>--<BR>Lake 
  Chargoggagoggmanchauggagoggchaubunagungamaugg - 45-letter Native American name 
  for Lake Webster, Webster, Massachusetts, meaning "You fish on your side; I 
  fish on my side; nobody fish in the middle."<BR></BLOCKQUOTE></BODY></HTML>