MyBB Community Forums

Full Version: Online Status Avatar destroyed my template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Need an help quickly guys.
I installed this plugin:
http://community.mybb.com/thread-101355.html
After unistall it because I didn't like it, see what it happened:

[Image: 4ba2971b9cc36af18aaabb08a39e2ab0.png]

This happens to all users that are offline. Who is online has the green ball near the nickname. What the hell happened?
(2013-11-16, 12:35 AM)Kowak Wrote: [ -> ]After unistall it because I didn't like it, see what it happened:

[Image: 2151d1384561158-aiuto-urgent-offline-onl...in-asd.jpg]

We do not have access to the image posted.
I reupload
Edited.

UP pls. It's urgent!
Can you paste the content of your postbit_classic template (ACP -> template and styles -> templates -> <your theme template set> -> postbit templates -> postbit_classic) ?
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="trow1 usergroup{$post['usergroup']}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
                <strong><span class="smalltext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="normaltext">
			{$post['usertitle']}<br />
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
<br />
<if $post['fid6'] || $post['fid7'] || $post['fid8'] then>
    <div class="socialicons">
        <if $post['fid7'] then>
            <a href="https://twitter.com/{$post['fid7']}"><img src="http://www.gamer-core.it/forum/images/socialicons/twitter.png" /></a>
        </if>
        <if $post['fid8'] then>
            <a href="https://plus.google.com/{$post['fid8']}"><img src="http://www.gamer-core.it/forum/images/socialicons/googleplus.png" /></a>
        </if>
        <if $post['fid6'] then>
            <a href="https://www.facebook.com/profile.php?id={$post['fid6']}"><img src="http://www.gamer-core.it/forum/images/socialicons/facebook.png" /></a>
        </if>
        <if $post['fid9'] then>
            <a href="http://steamcommunity.com/id/{$post['fid9']}"><img src="http://www.gamer-core.it/forum/images/socialicons/steam.png" /></a>
        </if>
        <if $post['fid10'] then>
            <a href="http://www.youtube.com/user/{$post['fid10']}"><img src="http://www.gamer-core.it/forum/images/socialicons/youtube.png" /></a>
        </if>
        <if $post['fid11'] then>
            <a href="https://live.xbox.com/it-IT/Profile?gamertag={$post['fid11']}"><img src="http://www.gamer-core.it/forum/images/socialicons/xboxlive.png" /></a>
        </if>
        <if $post['fid12'] then>
            <a href="http://psnprofiles.com/{$post['fid12']}"><img src="http://www.gamer-core.it/forum/images/socialicons/psn.png" /></a>
        </if>
    </div>
</if>
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" class="post_body">
				{$post['message']}
			</div>
			{$post['attachments']}
			<span class="signature">{$post['signature']}</span> 
			<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>
<tr>
<td class="trow1 usergroup{$post['usergroup']} style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>

	<td class="trow1 usergroup{$post['usergroup']} style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$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>

postbit only

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="tcat">
				<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}
			</td>
		</tr>

		<tr>
			<td class="trow1 {$unapproved_shade}">			
                              <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
					<tr>
						<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							{$post['useravatar']}
						</td>
						<td class="post_author">
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="normaltext">
								{$post['usertitle']}<br />
								{$post['groupimage']}
<if $post['fid6'] || $post['fid7'] || $post['fid8'] then>
    <div class="socialicons">
        <if $post['fid7'] then>
            <a href="https://twitter.com/{$post['fid7']}"><img src="http://www.gamer-core.it/forum/images/socialicons/twitter.png" /></a>
        </if>
        <if $post['fid8'] then>
            <a href="https://plus.google.com/{$post['fid8']}"><img src="http://www.gamer-core.it/forum/images/socialicons/googleplus.png" /></a>
        </if>
        <if $post['fid6'] then>
            <a href="https://www.facebook.com/profile.php?id={$post['fid6']}"><img src="http://www.gamer-core.it/forum/images/socialicons/facebook.png" /></a>
        </if>
        <if $post['fid9'] then>
            <a href="http://http://steamcommunity.com/id/{$post['fid9']}"><img src="http://www.gamer-core.it/forum/images/socialicons/steam.png" /></a>
        </if>
        <if $post['fid10'] then>
            <a href="http://www.youtube.com/user/{$post['fid10']}"><img src="http://www.gamer-core.it/forum/images/socialicons/youtube.png" /></a>
        </if>
        </if>
        <if $post['fid11'] then>
            <a href="https://live.xbox.com/it-IT/Profile?gamertag={$post['fid11']}"><img src="http://www.gamer-core.it/forum/images/socialicons/xboxlive.png" /></a>
        </if>
        <if $post['fid12'] then>
            <a href="http://psnprofiles.com/{$post['fid12']}"><img src="http://www.gamer-core.it/forum/images/socialicons/psn.png" /></a>
        </if>
    </div>
</if>
							</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}
						</td>
					</tr>
				</table>
			</td>
		</tr>

		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
				{$post['attachments']}
				<span class="signature">{$post['signature']}</span> 

				<div class="post_meta" id="post_meta_{$post['pid']}">
				{$post['iplogged']}
				</div>
			</td>
		</tr>

		<tr>
			<td class="trow1 post_buttons {$unapproved_shade}">
				<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>
			</td>
		</tr>
    <tr style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
            {$post['thankyoulike_data']}
        </tr>
	</tbody>
</table>

EDIT:
I resolved deleting all in postbit_offline but I don't think it's the right way to solve this problem. It can always happen again.
So help me finding the real problem.

UP PLS