<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: numbered comments</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 11:24:37 +0000</pubDate>

<item>
<title>McGirl2008 on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3822</link>
<pubDate>Mon, 11 May 2009 23:05:39 +0000</pubDate>
<dc:creator>McGirl2008</dc:creator>
<guid isPermaLink="false">3822@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you so much Chris! This is exactly what I needed. :) You rock!
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3090</link>
<pubDate>Sat, 11 Apr 2009 21:50:59 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3090@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks so much for all of your help with this Chris! I really appreciate it. Thematic support is tops in my book! Here is the last functions.php you sent to me in case someone else can use the information.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
function my_comments($comment, $args, $depth) {
    $GLOBALS[&#38;#39;comment&#38;#39;] = $comment;
	$GLOBALS[&#38;#39;comment_depth&#38;#39;] = $depth;
    ?&#38;gt;
    	&#38;lt;li id=&#38;quot;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot; class=&#38;quot;&#38;lt;?php thematic_comment_class() ?&#38;gt;&#38;quot;&#38;gt;
				&#38;lt;?php echo gtcn_comment_numbering($comment-&#38;gt;comment_ID, $args); ?&#38;gt;
    		&#38;lt;div class=&#38;quot;comment-author vcard&#38;quot;&#38;gt;&#38;lt;?php thematic_commenter_link() ?&#38;gt;&#38;lt;/div&#38;gt;
    		&#38;lt;div class=&#38;quot;comment-meta&#38;quot;&#38;gt;&#38;lt;?php printf(__(&#38;#39;Posted %1$s at %2$s &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;%3$s&#38;quot; title=&#38;quot;Permalink to this comment&#38;quot;&#38;gt;Permalink&#38;lt;/a&#38;gt;&#38;#39;, &#38;#39;thematic&#38;#39;),
    					get_comment_date(),
    					get_comment_time(),
    					&#38;#39;#comment-&#38;#39; . get_comment_ID() );
    					edit_comment_link(__(&#38;#39;Edit&#38;#39;, &#38;#39;thematic&#38;#39;), &#38;#39; &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;span class=&#38;quot;edit-link&#38;quot;&#38;gt;&#38;#39;, &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;&#38;lt;/div&#38;gt;
    &#38;lt;?php if ($comment-&#38;gt;comment_approved == &#38;#39;0&#38;#39;) _e(&#38;quot;\t\t\t\t\t&#38;lt;span class=&#38;#39;unapproved&#38;#39;&#38;gt;Your comment is awaiting moderation.&#38;lt;/span&#38;gt;\n&#38;quot;, &#38;#39;thematic&#38;#39;) ?&#38;gt;
            &#38;lt;div class=&#38;quot;comment-content&#38;quot;&#38;gt;
        		&#38;lt;?php comment_text() ?&#38;gt;
    		&#38;lt;/div&#38;gt;

			&#38;lt;?php // echo the comment reply link with help from Justin Tadlock &#60;a href=&#34;http://justintadlock.com/&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/&#60;/a&#62; and Will Norris &#60;a href=&#34;http://willnorris.com/&#34; rel=&#34;nofollow&#34;&#62;http://willnorris.com/&#60;/a&#62;
				if($args[&#38;#39;type&#38;#39;] == &#38;#39;all&#38;#39; &#124;&#124; get_comment_type() == &#38;#39;comment&#38;#39;) :
					comment_reply_link(array_merge($args, array(
						&#38;#39;reply_text&#38;#39; =&#38;gt; __(&#38;#39;Reply&#38;#39;,&#38;#39;thematic&#38;#39;),
						&#38;#39;login_text&#38;#39; =&#38;gt; __(&#38;#39;Log in to reply.&#38;#39;,&#38;#39;thematic&#38;#39;),
						&#38;#39;depth&#38;#39; =&#38;gt; $depth,
						&#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div class=&#38;quot;comment-reply-link&#38;quot;&#38;gt;&#38;#39;,
						&#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;
					)));
				endif;
			?&#38;gt;
&#38;lt;?php }

function my_callback() {
	$content = &#38;#39;type=comment&#38;#38;callback=my_comments&#38;#39;;
	return $content;
}
add_filter(&#38;#39;list_comments_arg&#38;#39;, &#38;#39;my_callback&#38;#39;);

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, the div class is .commentnumber
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3057</link>
<pubDate>Fri, 10 Apr 2009 22:57:07 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3057@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Got it and it's working now! Thanks Chris! How do I control where the numbers show up? Is that done with css? It is showing up at the bottom of the comment instead of in the margin by the avatar.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://legendscrazy.net/poll-results/#comments&#34; rel=&#34;nofollow&#34;&#62;http://legendscrazy.net/poll-results/#comments&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3056</link>
<pubDate>Fri, 10 Apr 2009 22:47:22 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3056@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sent an email with my functions.php
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3055</link>
<pubDate>Fri, 10 Apr 2009 22:24:42 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3055@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;.. Currently testing
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3054</link>
<pubDate>Fri, 10 Apr 2009 22:19:38 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3054@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think it's not reacting well with one of my plug-ins now because I'm getting this now:&#60;/p&#62;
&#60;p&#62;Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at ../wp-content/themes/legendscrazy.net/functions.php:2) in ../wp-content/plugins/woopra/woopra.php on line 17&#60;/p&#62;
&#60;p&#62;the side bar is totally gone, the content is all jumbled and that error message appears at the top of the page.&#60;/p&#62;
&#60;p&#62;Sorry for all of the trouble Chris.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3053</link>
<pubDate>Fri, 10 Apr 2009 22:07:07 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3053@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry didn't know that you have no functions.php .. ok .. add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;at the beginning of the first line.&#60;/p&#62;
&#60;p&#62;Then it should work.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3052</link>
<pubDate>Fri, 10 Apr 2009 21:55:58 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3052@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I unzipped and uploaded the latest Thematic you sent, (thanks!) then I unzipped and renamed &#34;my_code&#34; to functions.php (I have not yet had need for a functions.php in my child theme because all of the changes I have made have been to the CSS.) and saved as all files (ANSI) but when I went it to activate the plug-in I got this error and a blank page:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected '}' in ../wp-content/themes/legendscrazy.net/functions.php on line 31
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3051</link>
<pubDate>Fri, 10 Apr 2009 21:07:08 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3051@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Fast: Send an email to chris (at) wupperpiraten (dot) de  .. will zip &#38;#38; email the current version plus my code for the functions.php .. &#60;/p&#62;
&#60;p&#62;A bit slower: Try &#60;a href=&#34;http://tortoisesvn.tigris.org/&#34;&#62;tortoisesvn.tigris.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3050</link>
<pubDate>Fri, 10 Apr 2009 20:43:25 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3050@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;I got a blank screen and this error code after I uploaded:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected '}' in ../themes/legendscrazy.net/functions.php on line 30&#60;/p&#62;
&#60;p&#62;and I know absolutely nothing about php.&#60;/p&#62;
&#60;p&#62;Edit: Whoops, I forgot to get the latest Thematic, duh. Give me a sec.&#60;/p&#62;
&#60;p&#62;Edit 2: I'm sorry, but I'm not familiar with what I need to do to download Thematic from the link you supplied. Could you give a little further instruction please, on what to do after I arrive at Google Code. Excuse my &#34;Noob-ness&#34; and thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3046</link>
<pubDate>Fri, 10 Apr 2009 18:58:49 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3046@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This caused some headaches 'cause I started to filter on the wrong end :-)&#60;/p&#62;
&#60;p&#62;Now I got it. Get the latest version from &#60;a href=&#34;http://code.google.com/p/thematic/source/checkout&#34;&#62;Thematic - Google Code&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Install the above mentioned plugin.&#60;/p&#62;
&#60;p&#62;Then add the following code to your child theme's functions.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function my_comments($comment, $args, $depth) {
    $GLOBALS[&#38;#39;comment&#38;#39;] = $comment;
	$GLOBALS[&#38;#39;comment_depth&#38;#39;] = $depth;
    ?&#38;gt;
    	&#38;lt;li id=&#38;quot;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#38;quot; class=&#38;quot;&#38;lt;?php thematic_comment_class() ?&#38;gt;&#38;quot;&#38;gt;
    		&#38;lt;div class=&#38;quot;comment-author vcard&#38;quot;&#38;gt;&#38;lt;?php thematic_commenter_link() ?&#38;gt;&#38;lt;/div&#38;gt;
    		&#38;lt;div class=&#38;quot;comment-meta&#38;quot;&#38;gt;&#38;lt;?php printf(__(&#38;#39;Posted %1$s at %2$s &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;%3$s&#38;quot; title=&#38;quot;Permalink to this comment&#38;quot;&#38;gt;Permalink&#38;lt;/a&#38;gt;&#38;#39;, &#38;#39;thematic&#38;#39;),
    					get_comment_date(),
    					get_comment_time(),
    					&#38;#39;#comment-&#38;#39; . get_comment_ID() );
    					edit_comment_link(__(&#38;#39;Edit&#38;#39;, &#38;#39;thematic&#38;#39;), &#38;#39; &#38;lt;span class=&#38;quot;meta-sep&#38;quot;&#38;gt;&#124;&#38;lt;/span&#38;gt; &#38;lt;span class=&#38;quot;edit-link&#38;quot;&#38;gt;&#38;#39;, &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;&#38;lt;/div&#38;gt;
    &#38;lt;?php if ($comment-&#38;gt;comment_approved == &#38;#39;0&#38;#39;) _e(&#38;quot;\t\t\t\t\t&#38;lt;span class=&#38;#39;unapproved&#38;#39;&#38;gt;Your comment is awaiting moderation.&#38;lt;/span&#38;gt;\n&#38;quot;, &#38;#39;thematic&#38;#39;) ?&#38;gt;
            &#38;lt;div class=&#38;quot;comment-content&#38;quot;&#38;gt;
        		&#38;lt;?php comment_text() ?&#38;gt;
    		&#38;lt;/div&#38;gt;

				&#38;lt;?php echo gtcn_comment_numbering($comment-&#38;gt;comment_ID, $args); ?&#38;gt;

			&#38;lt;?php // echo the comment reply link with help from Justin Tadlock &#60;a href=&#34;http://justintadlock.com/&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/&#60;/a&#62; and Will Norris &#60;a href=&#34;http://willnorris.com/&#34; rel=&#34;nofollow&#34;&#62;http://willnorris.com/&#60;/a&#62;
				if($args[&#38;#39;type&#38;#39;] == &#38;#39;all&#38;#39; &#124;&#124; get_comment_type() == &#38;#39;comment&#38;#39;) :
					comment_reply_link(array_merge($args, array(
						&#38;#39;reply_text&#38;#39; =&#38;gt; __(&#38;#39;Reply&#38;#39;,&#38;#39;thematic&#38;#39;),
						&#38;#39;login_text&#38;#39; =&#38;gt; __(&#38;#39;Log in to reply.&#38;#39;,&#38;#39;thematic&#38;#39;),
						&#38;#39;depth&#38;#39; =&#38;gt; $depth,
						&#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div class=&#38;quot;comment-reply-link&#38;quot;&#38;gt;&#38;#39;,
						&#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;
					)));
				endif;
			?&#38;gt;
&#38;lt;?php }

function my_callback() {
	$content = &#38;#39;type=comment&#38;#38;callback=my_comments&#38;#39;;
	return $content;
}
add_filter(&#38;#39;list_comments_arg&#38;#39;, &#38;#39;my_callback&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first function is the new callback for wp_list_comments() .. I already added the gtcn_comment_numbering function call. Leave it at this position for a first test. Later on you might want to move it to a different position.&#60;/p&#62;
&#60;p&#62;The second function connects the new callback to wp_list_comments().&#60;/p&#62;
&#60;p&#62;Tested and Approved.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3023</link>
<pubDate>Thu, 09 Apr 2009 15:47:08 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3023@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Chris. I looked at the plug-in and that seems to be exactly what I was looking for. I would like for the numbering to show up to the left of the avatars. Number, then avatar, then author, metadata, etc. Here is a link to one of my posts with comments:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://legendscrazy.net/poll-results/#comments&#34;&#62;http://legendscrazy.net/poll-results/#comments&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3015</link>
<pubDate>Thu, 09 Apr 2009 08:53:29 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3015@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey, &#60;/p&#62;
&#60;p&#62;did a test with the plugin .. it'll give you a hierarchical numbering like &#34;1.1.2.2.1&#34;.&#60;/p&#62;
&#60;p&#62;Let me know if this is the thing you're looking for and where it should be placed. Would need to add a filter to Thematic.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3007</link>
<pubDate>Wed, 08 Apr 2009 22:36:21 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3007@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Chris! I appreciate your help.
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3006</link>
<pubDate>Wed, 08 Apr 2009 21:50:51 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3006@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;just found &#60;a href=&#34;http://wordpress.org/extend/plugins/gregs-threaded-comment-numbering/&#34;&#62;Greg's Threaded Comment Numbering&#60;/a&#62;. Will do some testing the next days.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>LegendsCrazy on "How to number Threaded Comments"</title>
<link>http://themeshaper.com/forums/topic/how-to-number-threaded-comments#post-3005</link>
<pubDate>Wed, 08 Apr 2009 21:18:55 +0000</pubDate>
<dc:creator>LegendsCrazy</dc:creator>
<guid isPermaLink="false">3005@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Could someone tell me what I need to do to have my comments be numbered sequentially? I would like for the number to show to the left of the Avatar/Gravatar. Thanks in advance for any help.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
