Reply
A new Threaded Wordpress Comments Plugin
Old 05-08-2008, 07:45 PM Re: A new Threaded Wordpress Comments Plugin
jamestl2's Avatar
Hey.....

Posts: 1,548
Name: James, if you couldn't tell from my username
Quote:
Originally Posted by vangogh View Post
No subject line, no response from me
Hmm? Were you saying that to me or the person above?

Quote:
Originally Posted by vangogh View Post
You're using the latest version of the plugin, right?
Well, actually it's not activated, but yeah, that's the one (BTC Version 1.5.18)
__________________
Read this if you are new. | PageRank only applies to Web PAGES.

Conspiracy-Forums - THE Place to discuss Conspiracies

jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Sponsored Links (We share ad revenue):
 
Old 05-09-2008, 07:02 PM Re: A new Threaded Wordpress Comments Plugin
jamestl2's Avatar
Hey.....

Posts: 1,548
Name: James, if you couldn't tell from my username
Actually, I have one more important question pertaining to this. Can you "move" comments around (to underneath other ones)? Is there a special admin section or something that would allow this?

I have some comments I haven't replied to and I wanted to actually "reply to the comment" rather than just having a whole new comment thread underneath it. And I don't want to put off replying specifically for too much longer.
__________________
Read this if you are new. | PageRank only applies to Web PAGES.

Conspiracy-Forums - THE Place to discuss Conspiracies

jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old 05-11-2008, 03:36 PM Re: A new Threaded Wordpress Comments Plugin
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Welcome to Van SEO Design
Posts: 8,063
Name: Steven Bradley
Location: Boulder, Colorado
I just sent you a PM with what I think are the changes you need.

If I'm understand right about how you want to respond to comments when you want to reply to a specific comments just click on the 'reply to comment' link in the comment. If you want to start a new thread of comments at the bottom of the comments just fill in the form like you usually do.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-11-2008, 04:44 PM Re: A new Threaded Wordpress Comments Plugin
Novice Talker

Posts: 14
oooh, this looks cool, i think im gonna try it out on my blog and see if i can hack it into that =)
localhost8080 is offline
Reply With Quote
View Public Profile
 
Old Yesterday, 05:53 PM Re: A new Threaded Wordpress Comments Plugin
jamestl2's Avatar
Hey.....

Posts: 1,548
Name: James, if you couldn't tell from my username
OK I thought my color problems were solved, but apparently not.

Steve, I made all those changes you suggested, except the ".odd" part to black, at first I thought that meant it would only highlight my colors with that background, but I guess not.

At the same time I found out that this only changes the odd color within the comments, not one regular comment after another regular comment. I suppose in the mean time that's OK.

Basically what I wanted to have was make the administrator's comments (mine) black, not every other nested one. I think something like this would require a whole new hook.
__________________
Read this if you are new. | PageRank only applies to Web PAGES.

Conspiracy-Forums - THE Place to discuss Conspiracies

jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old Yesterday, 06:10 PM Re: A new Threaded Wordpress Comments Plugin
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Welcome to Van SEO Design
Posts: 8,063
Name: Steven Bradley
Location: Boulder, Colorado
Oh, that's something different. It's not really a BTC thing. There's at least one plugin specifically for styling the author's comments differently. I'm not remembering the name, probably author-comments or author-highlight or something like that.

I tried one on my blog, but the styles were conflicting with the styles from BTC, other plugins, or my general blog stylesheet. I forget which one. I eventually decided it wasn't worth working on for me.

The comments are automatically set up to add a class to the author's comments. What needs to happen is to have WP generate a class whenever the author comments and then styling that class how you want.

.odd just styles every other comment differently.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old Yesterday, 06:55 PM Re: A new Threaded Wordpress Comments Plugin
jamestl2's Avatar
Hey.....

Posts: 1,548
Name: James, if you couldn't tell from my username
Steve, I think this is the page you were referring to, right?
http://lorinator.feminoise.com/autho...aded-comments/

Either way, I think it does the trick, (despite not needing the extra image in there).

The only problem I seem to have with the second portion, actually entering the right code into the comments.php file. I don't think it's right.

(Or I have my wordpress ID wrong I was just using "1", I couldn't find a global ID and I think "1" is everyone's starting admin user ID)
__________________
Read this if you are new. | PageRank only applies to Web PAGES.

Conspiracy-Forums - THE Place to discuss Conspiracies

jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Old Yesterday, 07:20 PM Re: A new Threaded Wordpress Comments Plugin
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Welcome to Van SEO Design
Posts: 8,063
Name: Steven Bradley
Location: Boulder, Colorado
Actually I didn't know about that specific plugin. There are some general ones not necessarily for BTC.

When you log in to WP look at the listing of users. I think it shows the ID of each. One thing to consider though is you'll need to be logged in when leaving a comment. Sometimes I don't log in and just fill out the form like everyone else. The system wouldn't see you as the author in that case.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old Yesterday, 07:44 PM Re: A new Threaded Wordpress Comments Plugin
jamestl2's Avatar
Hey.....

Posts: 1,548
Name: James, if you couldn't tell from my username
I'm not to concerned about being logged in, as I already am virtually all the time anyway, so that's not a big concern.

However I'm getting errors, I did what the page told me to, I entered this into btc.php:

PHP Code:
.authorcomment 
{
        
background-color#000000;

And this is portion of comments.php:

PHP Code:
    <div  id="div-comment-<?php echo $c->comment_ID ?>" class='comment<?php echo $odd?>'>
And here's what I did:

PHP Code:
    <div  id="div-comment-<?php echo $c->comment_ID ?>" class='comment<?php echo $odd?><?php if($c->user_id == ‘1’) echo ‘ authorcomment’;?>''>
And I get syntax errors at the bottom of the screen:
Code:
 on line Parse error:  syntax error, unexpected T_STRING, expecting ',' or ';' in /home/(username)/public_html/lightningshock/wp-content/themes/royale-10/comments.php54
I really don't know if there's suppose to be that extra tick there or not. Or if my ID is correct, as I said, I'm not quite sure where our "specific number" is.

So I was thinking maybe you know what's causing the error.
__________________
Read this if you are new. | PageRank only applies to Web PAGES.

Conspiracy-Forums - THE Place to discuss Conspiracies

jamestl2 is offline
Reply With Quote
View Public Profile Visit jamestl2's homepage!
 
Sponsored Links (We share ad revenue):
 
Reply     « Reply to A new Threaded Wordpress Comments Plugin

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML


Page generated in 0.20524 seconds with 13 queries