heh, i found the answer to the problem i had...
just go ahead and delete, or block out with a # before each line...
quote:
# if moderator- only list as mod if actually a mod in this forumif (($user_status eq "$vars_misc{ModeratorTitle}") && $Moderator) { if ($Moderator =~ /$this_user_number/) { $user_status = "$vars_misc{ModeratorTitle}"; } else { $user_status = "$vars_misc{MemberTitle}"; }} elsif(($user_status eq "$vars_misc{ModeratorTitle}") && !$Moderator) { $user_status = "$vars_misc{MemberTitle}";} # end mod check
everything in between mod check. just get rid of it.
it works for version 6.1.3.0, which is what i have.
so try blocking it out. dont forget to make backups..