Bcc in private messaging

Started by SeaOfSin, September 24, 2005, 10:51:43 PM

Previous topic - Next topic

SeaOfSin

I don't know if this has been mentioned or I did or forgot, but the bcc, find members isn't correct.

at the moment it shows

  (multiple

the code needs to be changed to


<tr>
<td align="right"><b', (isset($context['post_error']['bad_bcc']) ? ' style="color: #FF0000;"' : ''), '>', $txt[1502], ':</b></td>
<td class="smalltext">
<input type="text" name="bcc" id="bcc" value="', $context['bcc'], '" tabindex="', $context['tabindex']++, '" size="40" />&nbsp;
<a href="', $scripturl, '?action=findmember;input=bcc;quote=1;sesc=', $context['session_id'], '" onclick="return reqWin(this.href, 350, 400);"><img src="', $settings['images_url'], '/icons/assist.gif" border="0" alt="', $txt['find_members'], '" /></a> <a href="', $scripturl, '?action=findmember;input=bcc;quote=1;sesc=', $context['session_id'], '" onclick="return reqWin(this.href, 350, 400);">', $txt['find_members'], '</a>
</td>
</tr>';

Advertisement: