<!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>Hah, nice one, totally misread that because I was
looking for the forms.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>go go legacy checks!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>So the only thing you need then is to make that
disabled message as the default on is_page and you're set</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:53
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] [WordPress
Themes] Suffusion - feedback</DIV>
<DIV><BR></DIV>Are you sure you are seeing the right files? Lines 51 to
84:<BR><BR>if (function_exists('comment_form')) {<BR>
comment_form(array(<BR> 'fields' =>
array(<BR> 'author'
=> "<BR>
<p><BR>
<label
for='author'
class='$label_style'>$suf_comment_label_name</label><BR>
<input type='text' name='author' id='author' class='textarea'
value='".esc_attr($comment_author)."' size='28' tabindex='1' />". ($req ?
$suf_comment_label_name_req : "")."<BR>
</p>",<BR>
'email' => "<BR>
<p><BR>
<label for='email'
class='$label_style'>$suf_comment_label_email</label><BR>
<input type='text' name='email' id='email'
value='".esc_attr($comment_author_email)."' size='28' tabindex='2'
class='textarea' />". ($req ? $suf_comment_label_email_req : "").
"<BR>
</p>",<BR>
'url' => "<BR>
<p><BR>
<label for='url'
class='$label_style'>$suf_comment_label_uri</label><BR>
<input type='text' name='url' id='url'
value='".esc_attr($comment_author_url)."' size='28' tabindex='3'
class='textarea' /><BR>
</p>"<BR>
),<BR> 'comment_field'
=> "<BR>
<p><BR>
<label
for='comment' class='textarea
$label_style'>$suf_comment_label_your_comment</label><BR>
<textarea name='comment' id='comment' cols='60' rows='10' tabindex='4'
class='textarea'></textarea><BR>
</p>",<BR>
'logged_in_as' => '<p
class="logged-in-as">'.sprintf(__('Logged in as %s. ', 'suf_theme'), "<a
href='".admin_url('profile.php')."'>".$user_identity."</a>").<BR>
' <a
href="'.wp_logout_url(apply_filters('the_permalink',
get_permalink($post_id))).'">'.__('Log out',
'suf_theme').'</a>.'.'</p>',<BR>
'must_log_in' => '<p
class="must-log-in">'.<BR>
'<a
href="'.wp_login_url(apply_filters('the_permalink',
get_permalink($post_id))).'">'.__('You must be logged in to post a
comment.', 'suf_theme').'</a></p>',<BR>
'title_reply' => __('Leave a Reply',
"suf_theme"),<BR> 'title_reply_to' =>
__('Leave a Reply to %s', "suf_theme"),<BR>
'label_submit' => __('Submit Comment',
"suf_theme"),<BR> 'comment_notes_before'
=> "<span></span>",<BR>
'comment_notes_after' => '<p
class="form-allowed-tags">'.sprintf(__('You may use these <abbr
title="HyperText Markup Language">HTML</abbr> tags and attributes:
%s', 'suf_theme'),
'<code>'.allowed_tags().'</code>').'</p>',<BR>
'cancel_reply_link' => __('Cancel reply',
'suf_theme'),<BR> ));<BR>}<BR><BR><BR>
<DIV class=gmail_quote>On Fri, Aug 6, 2010 at 8:52 PM, Philip M. Hofer
(Frumph) <SPAN dir=ltr><<A
href="mailto:philip@frumph.net">philip@frumph.net</A>></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 face=Arial>I'm looking at comments.php right now, and
comment_form(); is not being used</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>specifically line 110 to line 132 is a written
out form, when it should be using comment_form();</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(0,0,0) 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV class=im>
<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>
<DIV class=im>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=philip@frumph.net
href="mailto:philip@frumph.net" target=_blank>Philip M. Hofer (Frumph)</A>
</DIV></DIV>
<DIV>
<DIV></DIV>
<DIV class=h5>
<DIV style="FONT: 10pt arial"><B>Cc:</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 8:51
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 if you are seeing the right files. I do
use comment_form.<BR><BR>Sayontan.<BR><BR>
<DIV class=gmail_quote>On Fri, Aug 6, 2010 at 8:44 PM, Philip M. Hofer
(Frumph) <SPAN dir=ltr><<A href="mailto:philip@frumph.net"
target=_blank>philip@frumph.net</A>></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 face=Arial>Coincidently need to use comment_form(); in
comments.php now, I would fail this if you resubmitted it again
without that change, if you could get that done before resubmitting, it
wont take long for the next resubmit to get done there are more people
now reviewing the themes, also if you're interested you can help review
themes to get them done faster so the wait doesnt take so long as well,
that's what i'm doing.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Also *if* you do use a filter to filter out
the comments disabled messages on is_page(); you should have it set as a
default that way.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></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 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></DIV>
<DIV>
<DIV></DIV>
<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 -> 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><<A href="mailto:theme-reviewers@lists.wordpress.org"
target=_blank>theme-reviewers@lists.wordpress.org</A>></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><BR><A href="mailto:theme-reviewers@lists.wordpress.org"
target=_blank>theme-reviewers@lists.wordpress.org</A><BR></DIV>
<DIV><A
href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers"
target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR></DIV></BLOCKQUOTE></DIV></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></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>