![]() |
This needs updating for 3.0.8.
|
Hopefully I can get around to updating it soon. :) Sorry about the wait.
|
Installed, although I added in an if condition so it will only display on smod/admin posts (our server would probably keel over from enabling it on each of the 70,000 member's posts.)
Thanks. |
Did it work fine on 3.0.8, or did you have to change code around? And thanks for the comments. :)
|
Quote:
I also discovered a slight problem in the way you set up the code, since the forum-leaders list uses the same template (SHOWGROUPS), so you get "Status: Online" and so on in the left-most column. I shifted the code around a bit, did a small edit to showgroups_usergroupbit and it's not as hideous as before. showgroups_usergroupbit Replace Code:
<td class="$bgclass">$user[onlinestatus]</td> Code:
<td align="center" class="$bgclass">$user[onlinestatus]</td> Replace everything with Code:
<if condition="$onlinestatus==0"><font color="#999999"><b>Offline</b></font></if> Replace Code:
<div>$post[onlinestatus]</div> Code:
<div>Status: $post[onlinestatus]</div> Note: You have to make sure you remove all the <div> tags from the onlinestatus template, otherwise it'll break the actual status onto another line in the postbit. |
It was directed at you, I guess it still worked on 3.0.3.
I like the way you set up the mod, never thought of using that if condition. |
works in 3.08 fine...although it dosnt have that glow effect like the screenshot....anyone know how to get it like that?
|
XD that's no glow, just a bad quality JPEG file. :p
Thanks for letting me know, no need to make any changes to this now. |
thanks a ton
click installed with this mod, i have learned a lot on how to modify my postpit legacy |
Thanks. I'm glad you learnt something about the templates. :)
|
All times are GMT. The time now is 06:51 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|