這會顯示會員不在線的訊息
<add after>
';
// Before finally
if ($context['member']['online']['is_online'] && !empty($_REQUEST['u'])) {
echo '
<tr class="titlebg">
<td colspan="2" align="left">', $txt['profileAction'], ':</td>
</tr>
<tr>
<td class="windowbg" colspan="2" align="left">';
WhoProfile();
foreach ($context['members'] as $member) {
echo ' ', $member['action'], ' ';
}
echo ' </td>
</tr>';
}
else
echo '
<tr class="titlebg">
<td colspan="2" align="left">', $txt['profileAction'], ':</td>
</tr>
<tr>
<td class="windowbg" colspan="2" align="left">
會員離線
</td>
</tr>';
echo '
</add after>