| @@ 306-308 (lines=3) @@ | ||
| 303 | <li class="postgroup">', $message['member']['post_group'], '</li>'; |
|
| 304 | ||
| 305 | // Show how many posts they have made. |
|
| 306 | if (!isset($context['disabled_fields']['posts'])) |
|
| 307 | echo ' |
|
| 308 | <li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>'; |
|
| 309 | ||
| 310 | // Show their personal text? |
|
| 311 | if (!empty($modSettings['show_blurb']) && $message['member']['blurb'] != '') |
|
| @@ 568-570 (lines=3) @@ | ||
| 565 | <li class="postgroup">', $message['member']['post_group'], '</li>'; |
|
| 566 | ||
| 567 | // Show how many posts they have made. |
|
| 568 | if (!isset($context['disabled_fields']['posts'])) |
|
| 569 | echo ' |
|
| 570 | <li class="postcount">', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>'; |
|
| 571 | ||
| 572 | // Show their personal text? |
|
| 573 | if (!empty($modSettings['show_blurb']) && !empty($message['member']['blurb'])) |
|