MyBB Community Forums

Full Version: Post Bit Classic is this safe ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I saw this function in my post bit classic and i would like to know where in my forum is this located ? and is this safe ?

Thanks

Quote:{$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="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<style>
<!--
.mr-abdollah{
border-style:solid;
border-width:1px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-topright:6px;

-webkit-border-radius: 6px 06px 0;
border-radius: 6px 0 6px 0;
-webkit-border-top-left-radius: 6px; /* pour Chrome */
-webkit-border-bottom-right-radius: 6px; /* pour Chrome */

background-color:#EFEFEF;
border-color:#DDDDDD #DDDDDD #C4C4C4 #C4C4C4;
-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
direction:rtl;
font-family:Tahoma;
font-size:11px;
margin:4px 7px;
padding:3px;
text-align:center;
}
-->
</style>

<div class="mr-abdollah"> <strong><span class="largetext"><a href="#" id="profilelink_{$post['pid']}">{$post['username_formatted']}</span></strong></a>
<div id="profilelink_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<div class="popup_item_container">
<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}" class="popup_item">مشاهده پروفايل کاربر</a>
</div>
<div class="popup_item_container">
<a href="{$mybb->settings['bburl']}/search.php?action=finduser&amp;uid={$post['uid']}" class="popup_item">مشاهده ارسال هاي کاربر</a>
</div>
<div class="popup_item_container">
<a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$post['uid']}" class="popup_item">مشاهده موضوعات کاربر</a>
</div>
<div class="popup_item_container">
<a href="{$post['website']}" target="_blank" " class="popup_item">مشاهده وب سايت کاربر</a>
</div>
<div class="popup_item_container">
<a href="{$mybb->settings['bburl']}/private.php?action=send&amp;uid={$post['uid']}" class="popup_item">ارسال پيام خصوصي به کاربر</a>
</div>
<div class="popup_item_container">
<a href="{$mybb->settings['bburl']}/member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item">ارسال ايميل به کاربر</a>
</div>
</div><br />
<script language="javascript" type="text/javascript">
new PopupMenu("profilelink_{$post['pid']}");
</script> </div>
<div class="mr-abdollah"><font color="#0000CD">{$post['usertitle']}</div>
<div class="mr-abdollah"><font color="#000000">{$post['userstars']}</div>
<div class="mr-abdollah">{$post['useravatar']}</div>
<div class="mr-abdollah">{$post['groupimage']}<br></div>
<div class="mr-abdollah"><font color="#0000CD"><a href="search.php?action=finduser&amp;uid={$post['uid']}">يافتن تمام ارسالهاي اين کاربر</a></font></div>
<div class="mr-abdollah"><font color="#0000CD">وضعيت : {$post['onlinestatus']}</font></div>
<div class="mr-abdollah"><font color="#0000CD">{$post['user_details']}</font></div>
</strong>
<br />

</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']}" 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>
<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" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="left">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$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 style='float:right'>
<g:plusone size="standard" expr:href="data:post.url"/>
</div></td>
</tr>
</table>
</td>
</tr>{$post['thxdsp_inline']}

</table>{$post['thxdsp_outline']}
It is just that the style is in line and is called mr-abdollah. It is doing no real harm though I would be surprised if it validated. If you like that css then you can cut it out of the template and put it in your global css.

You can find that template in Postbit Templates> postbit_classic