MyBB Community Forums

Full Version: Change specific user's online status ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! How can i change specific user's online status text on profile ? Thanks.
เว็บแทงบอลออนไลน์ขั้นต่ำ10บาท
You may change it through language files /inc/languages/english/global.lang.php or using the language editor at AdminCP:

$l['postbit_status_online'] = "Online";
$l['postbit_status_offline'] = "Offline";

You may also edit relevant templates directly: member_profile_online & member_profile_offline: Change {$lang->postbit_status_online} or {$lang->postbit_status_offline} to some other words/phrases you like.