[theme-reviewers] [WordPress Themes] Suffusion - feedback
Philip M. Hofer (Frumph)
philip at frumph.net
Sat Aug 7 03:50:02 UTC 2010
Yeah like I wrote in the second email you should probably have it set as default to be disabled in your $disabled_pages
----- Original Message -----
From: Sayontan Sinha
To: Philip M. Hofer (Frumph)
Cc: theme-reviewers at lists.wordpress.org
Sent: Friday, August 06, 2010 8:48 PM
Subject: Re: [theme-reviewers] [WordPress Themes] Suffusion - feedback
Philip,
Not sure what you are talking about. In page.php I simply have this:
<?php comments_template(); ?>
That pulls up comments.php, where if you scroll to the end you will see the code for exclusions:
----------
<?php else : // Comments are closed
$message_disabled = false;
if (is_page() && isset($suf_comments_disabled)) {
$disabled_pages = explode(',', $suf_comments_disabled);
if (is_array($disabled_pages) && count($disabled_pages) > 0 && in_array($post->ID, $disabled_pages)) {
$message_disabled = true;
}
}
else if (is_singular() && !is_page() && $suf_comments_disabled_msg_for_posts == 'hide'){
$message_disabled = true;
}
if (!$message_disabled) {
?>
<p><?php _e('Sorry, the comment form is closed at this time.', "suf_theme"); ?></p>
<?php
}
?>
---------
On Fri, Aug 6, 2010 at 8:33 PM, Philip M. Hofer (Frumph) <philip at frumph.net> wrote:
in page.php
if ('open' == $post->comment_status) {
comments_template('', true);
}
You do not have anything as such, just comments_template(); in your page.php
Unless your doing a filter that I havent found yet, i'm not seeing it.
----- Original Message -----
From: Sayontan Sinha
To: theme-reviewers at lists.wordpress.org
Sent: Friday, August 06, 2010 7:35 PM
Subject: Re: [theme-reviewers] [WordPress Themes] Suffusion - feedback
Hello,
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?
Thanks,
Sayontan.
On Fri, Aug 6, 2010 at 7:28 PM, <theme-reviewers at lists.wordpress.org> wrote:
Feedback for the Suffusion theme is at http://themes.trac.wordpress.org/ticket/589
--
The WordPress.org Themes Team
theme-reviewers at lists.wordpress.org
--
Sayontan Sinha
http://mynethome.net | http://mynethome.net/blog
--
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."
--------------------------------------------------------------------------
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
--
Sayontan Sinha
http://mynethome.net | http://mynethome.net/blog
--
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."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20100806/dee104c9/attachment-0001.htm>
More information about the theme-reviewers
mailing list