(http://mybbhacks.zingaburga.com/showthread.php?tid=260)
You need this plugin ^
So people might wondering how Omni (HF owner) are available to have the
Time Spent Online: Forever and Ever
feature on his profile. Well, I'm about to reveal the big secret.
ACP>Templates>your theme(s) template>Member Templates edit the template "member_profile" and search for
replace it with
UIDHERE = your uid.
You need this plugin ^
So people might wondering how Omni (HF owner) are available to have the
Time Spent Online: Forever and Ever
feature on his profile. Well, I'm about to reveal the big secret.
ACP>Templates>your theme(s) template>Member Templates edit the template "member_profile" and search for
Code:
<td class="trow2">{$timeonline}</td>replace it with
Code:
<td class="trow2"><if $memprofile['uid'] == UIDHERE then>Forever and Ever<else>{$timeonline}</if></td>UIDHERE = your uid.