Customizing the graphic for the comments icon?


Author Message
Dave

Posted: 11/19/2009
Quote message 

How can I change the area that displays that shows the # of comments that have been made for a post so it looks similar in style to what this site does:

http://www.engadget.com/

Where the # of comments display in a thought style bubble graphic?

Thanks.
 
Garry

Posted: 11/19/2009
Quote message 

Following classes/code control the rendering of that section, you can try molding it according to your needs:


<div class="art-PostFooterIcons art-metadata-icons">
<?php echo implode(' | ', $icons); ?>

</div>
 
Dave

Posted: 11/21/2009
Quote message 

Wow. Thank you for helping here.

1.) Where in that segment of code would I refer specifically to the graphic I want to post that will feature the comment in the thought bubble?

2.) Where can I simply change the way it displays the word "comment" to instead "discuss?"

Thanks ! !
 
Dave

Posted: 12/2/2009
Quote message 

Bump.

Thanks.