The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make online or ofline usser in postbit
Is there someone who can help me with a hack or a Modification
What I seek is that you can see in postbit whether a user is online or ofline I have searched on the page but can find nothing greeting gnavpott |
#2
|
||||
|
||||
User online status code should already be included in the vB postbit o.O
|
#3
|
||||
|
||||
Quote:
Something along these lines: Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> <else /> $post[musername] </if> </div> |
#4
|
||||
|
||||
Quote:
You beat me to it |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|