[MyBB] Online status 01-25-2015, 10:34 AM
#1
Yet another php in templates tutorial.
1. First of all, get this plugin (Allows you to have PHP in templates, which will help you out to get this custom shit).
Link: http://mybbhacks.zingaburga.com/showthread.php?tid=260
2. Install & activate it.
3. Go to "ACP > Templates & Style > choose the template you are currently using > Member Templates > open and edit: member_profile_online
change all the code inside to this:
Pic:![[Image: TH7D7i4.png]](http://i.imgur.com/TH7D7i4.png)
Don't forget to change "UIDHERE" to your UID.
You're welcome.
1. First of all, get this plugin (Allows you to have PHP in templates, which will help you out to get this custom shit).
Link: http://mybbhacks.zingaburga.com/showthread.php?tid=260
2. Install & activate it.
3. Go to "ACP > Templates & Style > choose the template you are currently using > Member Templates > open and edit: member_profile_online
change all the code inside to this:
Code:
<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> (<if $memprofile['uid'] == UIDHERE then><span style="color: green;"><strong>Oh noes! The lord is online..</strong></span> @ {$location_time}<else>{$location} @ {$location_time}</if>)Pic:
![[Image: TH7D7i4.png]](http://i.imgur.com/TH7D7i4.png)
Don't forget to change "UIDHERE" to your UID.
You're welcome.

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)








