• Hey y’all…
    I’ve installed the threaded comments from LaughingLizard for v1.2.
    My only problem I’m having, is I’d like to have the comments left for other comments be separate from the original (if that makes sense?).
    You can see what I’m talking about at http://leatherkat.org/wordpress/index.php?p=103#comments
    The comments left for other comments seem to be “nested”, so to speak.
    LaBellissima tried to help me out with this, but I’m still coming up with a blank with that issue, and I’m also wondering why the name of the poster of the original comment doesn’t show up??
    *sigh* I hate being code-clueless….

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter khajjameezer

    (@khajjameezer)

    Ok, I got that working. Now, how do I get rid of the double postings by the original commenter, and the double list things in the replies to the posts? I’m not sure how that happened.
    Also, how can I make the font bigger for the comments? That small a font can give a person a migraine! ^^

    Text size first:
    #commentlist li {
    border: 1px solid #993399;
    font-family: tahoma, sans-serif;
    font-size: 14px; <————-there’s the number to increase
    }

    To remove the bullet, add this line to the bit of css I quoted above:
    list-style:none;
    The extra box that appears is cause by the insertion of these tags –

    • – and from just Viewing source, I can’t see where they come from.

    Thread Starter khajjameezer

    (@khajjameezer)

    Ok, got rid of the bullets. Now, I’m not sure where the list tags are coming from…. I looked through the CSS and don’t see them.
    Now, I just need to get rid of the double postings from the original posters. I just need one, not a copy. πŸ˜‰

    You’ll have to edit them out from inside wp.

    Thread Starter khajjameezer

    (@khajjameezer)

    Huh… when I go into WP to edit the comments… there’s only one posting, not a double. *sigh* Erf… I’ll get it figured out eventually, I hope.

    There is a fault in your code.
    I just posted ‘Test Comment’ and it got listed twice, but when clicking the ‘Say it’ button, I got error messages.
    Check the file ‘wp-comments-post.php’ very carefully – an error has crept in when you put in the threaded comments code.

    Thread Starter khajjameezer

    (@khajjameezer)

    Ok, I think I got it sorta fixed…..

    Thread Starter khajjameezer

    (@khajjameezer)

    Or not… now I get
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 44
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 45
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 46
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 47
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 48
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 49
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 53
    if I try to log out and…
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 257
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 258
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 259
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 260
    Warning: Cannot modify header information – headers already sent by (output started at /home/leatherk/public_html/wordpress/my-hacks.php:28) in /home/leatherk/public_html/wordpress/wp-login.php on line 261
    if I try to log in. Aiiieeeeeee! What a headache!

    Whitespace
    http://faq.wordpress.net/view.php?p=7
    Check the closing ?> especially – *nothing* must be after that. Nothing at all.

    Thread Starter khajjameezer

    (@khajjameezer)

    D’oh! >.<
    Well, this has been a learning experience, to say the least. Thanks for the help! ^^ Problem fixed!

    Cool πŸ™‚

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Threaded comments’ is closed to new replies.