whatdo you want to do / establish ??
Thread Starter
Ennis
(@ennis)
any time i have posted a comment (i am the admin), i want my comments to be distinguished from the rest of them. So for instance, mine will have a navy blue border around it, and if possible, for it to have a small image in the upper right hand corner or wherever. I tried using the plugin, and following the instructions, changing the css, but i just couldn’t get it to work..
I used to use Official Comments, worked really well.
Thread Starter
Ennis
(@ennis)
where is wp-comments.php located too in WP1.5 & what line do i insert <li class=”comment <?php echo (is_wpuser_comment() ? ‘ commentOfficialUser’ : ”); ?>” id=”comment-<?php comment_ID() ?>”>
Thread Starter
Ennis
(@ennis)
ok i currently have it working…not its only a matter of changing things.
how can i add an image?
how can i change the link colors?
Thread Starter
Ennis
(@ennis)
ok i got all the above fixed on my own
final question.
im after tryin to change the text color of the word “Says:”. If i put the font color tag it obviously changes the color of the word for all people who comment. I want it to be white only when i, the administrator, comments……how would i do this using Official Comments.
this is the line i am talking about:
<li class=”comment <?php echo (is_wpuser_comment() ? ‘ commentOfficialUser’ : ”); ?>” id=”comment-<?php comment_ID() ?>”>
“><cite><?php comment_author_link() ?></cite> Says:
so what im asking is what code for the .css would have the word says in white. Everything else is but that
thanks