Disclaimer
This plugin is not officially supported by me anymore. We have closed our official MyBB-Plugins.com website and do not provide support for any of our plugins. All premium plugins have been made available for free. Use at your own risk.
Description
This plugin allows certain user groups to set a custom status from the user cp (or index) which is shown on the index page, profile and posts.
This plugin was known as Custom Online Status back in the MyBB 1.4 days and I decided to port it and change the way it works.
The POSTBIT feature is disabled by default, to enable it:
---------------------------------------------
You can use {$post['custom_status']} anywhere in the postbit and postbit_classic templates - IT IS NOT EDITED BY DEFAULT.
{$post['custom_status_shortened']} is also available if you want to show only 10 characters followed by three dots. (this is useful if you don't want to break the design)
Example of usage: <a title="{$lang->custom_status_status} {$post['custom_status']}"><strong>{$post['custom_status_shortened']}</strong></a>
---------------------------------------------
The SIDEBOX feature is disabled by default, to enable it:
---------------------------------------------
Replace {$forums} with: (index template)
<table width="100%" border="0" align="center">
<tr>
<td valign="top" width="70%">
{$forums}
</td>
<td valign="top" width="30%">
{$custom_status_index}
</td>
</tr>
</table>
Don't forget to delete the existing {$custom_status_index}!
---------------------------------------------
Disclaimer
Plugin này không được tôi hỗ trợ chính thức nữa. Chúng tôi đã đóng trang web MyBB-Plugins.com chính thức của mình và không cung cấp hỗ trợ cho bất kỳ plugin nào của chúng tôi. Tất cả các plugin cao cấp đã được cung cấp miễn phí. Tự chịu rủi ro khi sử dụng.
Sự miêu tả
Plugin này cho phép một số nhóm người dùng nhất định đặt trạng thái tùy chỉnh từ cp (hoặc chỉ mục) của người dùng được hiển thị trên trang chỉ mục, hồ sơ và bài đăng.
Plugin này được gọi là Trạng thái trực tuyến tùy chỉnh trong MyBB 1.4 ngày và tôi quyết định chuyển nó và thay đổi cách thức hoạt động của nó.
Tính năng POSTBIT bị tắt theo mặc định, để kích hoạt nó:
---------------------------------------------
Bạn có thể sử dụng {$post['custom_status']} ở bất kỳ đâu trong các mẫu postbit và postbit_classic - NÓ KHÔNG ĐƯỢC CHỈNH SỬA THEO MẶC ĐỊNH.
{$post['custom_status_shortened']} cũng có sẵn nếu bạn chỉ muốn hiển thị 10 ký tự theo sau là ba dấu chấm. (điều này rất hữu ích nếu bạn không muốn phá vỡ thiết kế)
Ví dụ về cách sử dụng: <a title="{$lang->custom_status_status} {$post['custom_status']}"><strong>{$post['custom_status_shortened']}</strong></a>
---------------------------------------------
Tính năng SIDEBOX bị tắt theo mặc định, để kích hoạt nó:
---------------------------------------------
Thay thế {$forums} bằng: (mẫu chỉ mục)
<table width="100%" border="0" align="center">
<tr>
<td valign="top" width="70%">
{$forums}
</td>
<td valign="top" width="30%">
{$custom_status_index}
</td>
</tr>
</table>
Đừng quên xóa {$custom_status_index} hiện có!
---------------------------------------------