how to add count comments flag after the code in fbss_comments.module line 192

 if (module_exists('fbss_comments_flag')) {
    foreach (flag_get_flags() as $name => $info) {
      if ($info->content_type == 'fbss_comment') {
        $output .= flag_create_link($name, $comment->cid);
      }
    }
  }

Comments

IceCreamYou’s picture

Category: task » support
Status: Active » Postponed (maintainer needs more info)

I don't understand what you're asking, but FBSS 2.x is not actively supported, and certainly 2.0 is not supported. Perhaps you're looking for the Flag theming documentation?

IceCreamYou’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
IceCreamYou’s picture

Issue summary: View changes

add description