Author Topic: Comment Counter  (Read 4398 times)

0 Members and 1 Guest are viewing this topic.

Offline PamBreeze

  • Newbie
  • *
  • Posts: 43
  • I'm Not Crazy...I'm Just Me!
    • View Profile
    • Emanon Creations
Comment Counter
« on: July 29, 2013, 02:11:23 PM »
How do I remove the comments counter? Actually I figured out how to remove the word Comments: but cannot figure out how to remove the 0. Thank You!

Rembrandt

  • Guest
Re: Comment Counter
« Reply #1 on: July 29, 2013, 03:17:46 PM »
Hi!

search and remove or comment it out in details.php:

$comment_user_info 
.= (isset($comment_row[$i][$user_table_fields['user_comments']])) ? "<br />".$lang['comments']." ".$comment_row[$i][$user_table_fields['user_comments']] : "";


mfg Andi

Offline PamBreeze

  • Newbie
  • *
  • Posts: 43
  • I'm Not Crazy...I'm Just Me!
    • View Profile
    • Emanon Creations
Re: Comment Counter
« Reply #2 on: July 29, 2013, 03:26:33 PM »
That did not work the 0 is still showing.

Rembrandt

  • Guest
Re: Comment Counter
« Reply #3 on: July 29, 2013, 03:51:08 PM »
It works, my change is for the Detail page.
Would you like to remove it by the thumbnail, search and remove in your templates/thumbnail_bit.html:
Code: [Select]
{lang_comments} {image_comments}

Offline PamBreeze

  • Newbie
  • *
  • Posts: 43
  • I'm Not Crazy...I'm Just Me!
    • View Profile
    • Emanon Creations
Re: Comment Counter
« Reply #4 on: July 29, 2013, 04:00:53 PM »
That is what I was looking for TY!