![]() |
Postbit help
how can i archive this
https://vborg.vbsupport.ru/ instead of online/offline image .. i want to display a text .. and how to place it as shown in the image |
Did you do a search first?
Anyway, here it is, works fine on all versions up to 4.2.0: https://vborg.vbsupport.ru/showthread.php?t=231163 |
Quote:
here is my postbit_legacy template Code:
$template_hook[postbit_start] |
Thats vb4 version, vb3 is here https://vborg.vbsupport.ru/showthread.php?t=113279 but may need tweaking to work with later versions than vb5!
|
Quote:
|
Quote:
find and remove in postbit_legacy: Code:
$post[onlinestatus] Code:
<div> Code:
$post[onlinestatus] then, open template postbit_onlinestatus and add this whole code replacing the old code: Code:
<if condition="$onlinestatus==0">Status: <span class="smallfont">Offline</span></if> then save. if you want no colors like i use, just default style colors for offline/online use this code in postbit_onlinestatus: Code:
<if condition="$onlinestatus==0">Status: <span class="smallfont">Offline</span></if> search: Code:
<if condition="$post['joindate']"><div class="postinfo">$vbphrase[join_date]: $post[joindate]</div></if> Code:
$post[onlinestatus] good luck mate ;) |
All times are GMT. The time now is 10:25 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:
|