Quote:
Originally Posted by Loco.M
nice mod
and I assume it would be easy enough to add a condition to only show this to staff?
|
Here use this
Code:
<if condition="is_member_of($vbulletin->userinfo, 6, 7)"><!--A1 --><body onLoad="show_loading_time()"><!-- -->
<!--A1 -->
<form name="f" onSubmit="0"> Page Loading Time:
<input Size="13" Name="t" Value="loading..."><!-- --></if>
Just change the usergroup id's to whoever you want to show the load time to.
6 and 7 are my Administrators and Moderators.
Hope that helps you.
Thanks,