“Greg’s Threaded Comment Numbering Plugin for WordPress” Comments, Page 1
You are currently browsing page 1 of comments on the article Greg’s Threaded Comment Numbering Plugin for WordPress.
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Greg’s Threaded Comment Numbering: Number Your WordPress 2.7 Comments the Easy Way”.
104 Responses (Including 31 Discussion Threads) to “Greg’s Threaded Comment Numbering Plugin for WordPress”
-
1
hi. Thanks for plugin
perfect.
Regards
-
2
Wow, thanks for the plugin.
Did you see it’s WP Developers Day on Wordpress
-
3
Hi,
I am using WP 2.7 and Digital_Statement theme.
I search on comments.php but there is no wp_list_comments() in it.
So how to use this plugin on my theme ?
-
Tanim4
Hi! Thanks for this plugin. I’ve been looking for this type of plugin for my blog. I like it…
-
5
[...] Greg’s Threaded Comment Numbering [...]
-
Philip S6
Hi Greg,
This is just what I was looking for!
Now I may be doing something wrong, but after I installed it and added the code to the comments.php it all seemed to be working flawlessly.
Then I noticed all the replies share the *same* number series, so the first reply to any comment will be correct (reply to comment 1 will be 1.1) but a second reply to another comment will be incorrect (reply to comment 2 will be 2.2 not 2.1).
If you look at the comments to this post, you’ll see that your reply to comment 3 is correct (3.1) buy your reply to comment 2 is incorrect, and shows 2.2 not 2.1.
It his supposed to be like that (in which case sorry for bothering you) or is it a bug? If it is, when do you plan to fix it? (sorry for being pushy but I really like the concept of this plugin!)
If and when you do fix this ‘bug’, while you’re under the hood with your code spanner is it possible to include an option to allow the deeply nested numbers all the way up to #.10.10.10. I would like to include them as a little tag to each comment.
Many thanks,
Philip S
-
Philip S6.2
Thanks for the quick response – I shall keep and eye out for the update! (I did notice that your reply to my comment is correct ;) )
As for ‘deeply nest comments’ I do hope you have a crack at it, because I think it would solve a lot of problems with blogs with threaded comments set to depth-10 which can become horrendously complex and confusing to navigate during intense discussions. Yet nested comments are a very nice way to talk and would be great if you could pull it off.
I know the style of the nested comments can help with the clarity, but having a little tag on top of each post so someone can double check when running their eye down a really long list of replies, bypassing other nested comments, to get to the next on they are after would be great.
However, if the coding gets too much, how about a ‘depth’ option and merely echo the depth of the post? Not quite what you intended with your plugin but it may be handy for really deep nested replies (instead of ‘…’ as it is now). It may be a simple fudge (I’m really interesting in the practical application rather than intellectual purity!)
Anyway, thanks for you hard work and I look forward to any developments :D
Philip
-
-
7
I added the plugin to my site, but it appears to mess up on the early comments.. they show “…” instead of the number.
You can see it in action here.
I added in some fun stuff to allow for alternating colors as that is a feature of wp 2.7
Let me know if you want my code for that (it’s just some css).
Thanks!
Marina
-
8
oh cool.. but I’m still skeptical in adding this to my blog. Hmmmm… but anyway, this plugin really did its purpose of numbering the comments :D
-
9
The plugin seems to be working fine for me, but it all appears a bit whack as I go 3 levels deep and the amount of …’s get almost makes me want to kill the plugin.
I have an idea… how about offering the option to juset number the comments, regardless of whether they are nested or not.. just number them in the sequential order in which they are posted. That way, it might be easier for you?
I don’t mind having a comment counter reflect the actual number of comments, and it would be fun to see the order in which comments appear as they will be sequentially numbered.
What do you think?
-
Rudi10
My thame use: <?php wp_list_comments(‘type=comment&avatar_size=48′); ?
In order to use Threaded Comment Numbering Plugin I add callback=gtcn_basic_callback, so the complete is:
<?php wp_list_comments(‘type=comment&avatar_size=48&callback=gtcn_basic_callback’); ?In doing that the commentator’s photo only the default (gravatar) and cannot be change to use wavatar. How can I make the default photo to wavatar.
In addition, If I want to add the code <?php if (function_exists(‘gtcn_basic_callback’)), appears error. What code should I use in case some day I don’t use the plugin anymore. Thanks.
-
10.1
I did the following to allow for my wavatars, which were selected in the admin area of Wordpress, but lost when I used the code above.
I made this the link in the comments:
Then in the functions.php I added this code:
[Whoops, had a problem display the code correctly, but see later post -- GM.]
If this code doesn’t work I’ll post links to a text file.
But it all works perfectly for me now. You can see it in action at http://www.hotforwords.com
-
10.2
Enter the following code into the comments.php and functions.php.
It allowed me to have the wavatars as the default and works perfectly for me.
http://www.hotforwords.com/files/gregs.txt
-
Philip S10.4
Would it be possible to include Marina’s code into the plugin, to show the Avatar according to the options set in the Admin area?
-
Philip S10.6
10-layer numbering – excellent!
Thank you for adding in this functionality, I am subscribed to this post so as soon as it’s ready I grab a copy!
As for the ‘call back function’ – I was suggesting that the default of the plug-in should show the Avatars the user is expecting to see (i.e. the options they already ticked off in their Admin section).
I can mess about with custom call back functions to get it back to what is was, but I suspect a lots of users of your plug-in will want the same functionality, and consider it hassle that is don not work they way they expected (or wished for!)
Still the coolest of plug-ins ;)
Philip
-

Newer Comments »