“WordPress Threaded Comment Numbering Plugin Updated” Comments, Page 2

avatar image

You are currently browsing page 2 of comments on the article WordPress Threaded Comment Numbering Plugin Updated.

27 Comments (Including 11 Discussion Threads) (Commenting Closed Automatically After 270 Days)

More on WordPress plugins

Greg’s WordPress plugins available at CounsellingResource.com can help you to:

Would you like to reach the community of bloggers using particular plugins? Check out the Sustainable Plugins Sponsorship Network.

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 Plugin for WordPress Updated to Version 1.2”.

27 Responses (Including 11 Discussion Threads) to “WordPress Threaded Comment Numbering Plugin Updated”

  1. avatar image
    Mojtaba Cazi
    11

    Great idea, but I can’t use it :(
    I place “echo gtcn_comment_numbering($comment->comment_ID, $args);” in my comment call function (built-in theme function), but

    echo gtcn_comment_numbering($comment->comment_ID, $args)

    appears on each comments on my blog instead of numbers…
    how can I fix it?


    • 11.1

      Howdy,

      Without more details it’s hard to give a very detailed answer, but what appears to be happening is that you’re placing the code within an area that is being interpreted as plain XHTML rather than PHP code. If that is the case, you can just wrap the call to gtcn_comment_numbering in <?php and ?> to ensure it gets treated as php.

      I’m afraid I’m not able to offer detailed guidance on theme editing, but I hope that might help.

      All the best,
      Greg


    • avatar image
      Mojtaba Cazi
      11.2

      Thank you!
      I think you have to add into your plugin instructions!


  2. avatar image
    åse
    12

    Hi!

    I just activated your plugin but the settings page is empty??
    I’ve been looking for a plugin like this so this is just soooooo annoying ;)

    Could you help out?

    Kindest Regards from Sweden


  3. avatar image
    Tayler
    13

    its work thread comment number. its great plugin. GOOD JOB! i have question, how to stay thread comment number from delete? for Example
    1
    2 <— delete comments(i want stay thread number)
    3
    now it will not show number 2
    1
    3
    I hope understand. Thank you


    • 13.1

      Hi Tayler,

      Keeping a running tally of deleted comments isn’t something that WordPress can do out of the box, I’m afraid. Once they’re gone, they’re gone, so we have no way to count them up.

      All the best,
      Greg


  4. avatar image
    Tayler
    14

    check here example images


    • 14.1

      Hi Tayler,

      I’m sorry I was not clearer the first time: this is not possible. WordPress does not keep track of deleted comments — they are deleted — and therefore there is no way to count them.

      If you wanted to build a completely different plugin which attempts to number comments as they come in by storing extra data in a database table, you could do that. This plugin does not do that, and it will not ever do that.

      Sorry!

      All the best,
      Greg


Page 2 of 2«12

The comment form is currently closed; commenting now closes automatically after 270 days.