Noname > 24-03-12, 02:02 PM
<link href="{$mybb->settings['bburl']}/jscripts/mybutton.css" rel="stylesheet" type="text/css">
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" class="mButton">Sửa</a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("edit_post_{$post['pid']}");
}
// -->
</script>
<a href="member.php?action=emailuser&uid={$post['uid']}" alt="{$lang->postbit_email}" title="{$lang->postbit_email}" class="mButton">Email</a>
<a href="search.php?action=finduser&uid={$post['uid']}" alt="{$lang->postbit_find}" title="{$lang->postbit_find}" class="mButton">Tìm</a>
<a href="private.php?action=send&uid={$post['uid']}" alt="{$lang->postbit_pm}" title="{$lang->postbit_pm}" class="mButton">PM</a>
<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" alt="{$lang->postbit_qdelete}" title="{$lang->postbit_qdelete}" class="mButton">Xóa</a>
<script type="text/javascript">
// <!--
$('quick_delete_{$post['pid']}').style.display = '';
// -->
</script>
<a href="newreply.php?tid={$tid}&pid={$post['pid']}" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" class="mButton">Trả lời</a>
<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});" alt="{$lang->postbit_reputation}" title="{$lang->postbit_reputation}" class="mButton">Cho điểm</a>
<a href="javascript:Thread.reportPost({$post['pid']});" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" class="mButton">Báo cáo</a>
<a href="warnings.php?action=warn&uid={$post['uid']}&pid={$post['pid']}" alt="{$lang->postbit_warn}" title="{$lang->postbit_warn}" class="mButton">Nhắc nhở</a>
<a href="{$post['website']}" target="_blank" alt="{$lang->postbit_website}" title="{$lang->postbit_website}" class="mButton">۩</a>
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}" class="mButton" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}"><img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" />Trích dẫn</a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>
<a href="newreply.php?tid={$tid}" alt="{$lang->post_reply_img}" title="{$lang->post_reply_img}" class="mButton">{$lang->post_reply_img}</a>
Noname > 24-03-12, 02:03 PM
$post['thanks'] = "<a id=\"a{$post['pid']}\" onclick=\"javascript:return thx({$post['pid']});\" href=\"showthread.php?action=thank&tid={$post['tid']}&pid={$post['pid']}\" >
<img src=\"{$mybb->settings['bburl']}/{$theme['imgdir']}/postbit_thx.gif\" border=\"0\" alt=\"$lang->thx_main\" title=\"$lang->thx_main\" id=\"i{$post['pid']}\" /></a>";
$post['thanks'] = "<a id=\"a{$post['pid']}\" onclick=\"javascript:return thx({$post['pid']});\" href=\"showthread.php?action=thank&tid={$post['tid']}&pid={$post['pid']}\" class=\"threadbt2\">
<img src=\"{$mybb->settings['bburl']}/{$theme['imgdir']}/postbit_thx.gif\" border=\"0\" alt=\"$lang->thx_main\" title=\"$lang->thx_main\" id=\"i{$post['pid']}\" />Thanks</a>";
$post['thanks'] = "<a id=\"a{$post['pid']}\" onclick=\"javascript:return rthx({$post['pid']});\" href=\"showthread.php?action=remove_thank&tid={$post['tid']}&pid={$post['pid']}\" class=\"mButton\">
<img src=\"{$mybb->settings['bburl']}/{$theme['imgdir']}/postbit_rthx.gif\" border=\"0\" alt=\"$lang->thx_remove\" title=\"$lang->thx_remove\" id=\"i{$post['pid']}\" />Thanks</a>";
$post['thanks'] = "<a id=\"a{$post['pid']}\" onclick=\"javascript:return rthx({$post['pid']});\" href=\"showthread.php?action=remove_thank&tid={$post['tid']}&pid={$post['pid']}\" class=\"threadbt2\">
<img src=\"{$mybb->settings['bburl']}/{$theme['imgdir']}/postbit_rthx.gif\" border=\"0\" alt=\"$lang->thx_remove\" title=\"$lang->thx_remove\" id=\"i{$post['pid']}\" />Thanks</a>";
anhbuncha > 22-06-12, 12:26 PM
Noname > 23-06-12, 08:16 AM
btgvnws > 03-06-13, 11:33 AM
Noname > 03-06-13, 11:42 AM
btgvnws > 03-06-13, 11:49 AM
btgvnws > 04-06-13, 11:50 AM
Noname > 04-06-13, 11:54 AM
btgvnws > 04-06-13, 11:57 AM