MyBB Community Forums

Full Version: Blank user info in PM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=21893]
[attachment=21894]

user information disappear when viewed in the PM. at the time of loading the browser looks normal, and the text is blank again when loading is complete. Strange, why text can disappear

text seems white, this happens if I block the user info ...

[attachment=21895]

but normal when viewed from the thread,

[attachment=21896]


Please Sir, how to fix it ?


Sorry for my English, but i knw u understand wht i means
Are you using any plugin for Private Messages ?
thx for reply Sir

I do not remember this happening before or after using profil comments plugin. I try deactive profile comments but did not change anything .. but wait, there is a problem after switching to postbit classic.


{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="{$altbg}" width="21%" valign="top" style="; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}<br />
                        {$post['onlinestatus']}
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
{$post['fr_votes_c']}
<tr>
	<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_rep']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>{myadvertisements[zone_3]}