The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to move online status to bottom of user info stack...
I'm not sure how to do this, but I want to move the "bulb" that shows online status to the right of a user's name down to the bottom of the info stack.
Do I simply move the following to the bottom? Code:
<vb:if condition="$post['userid']"> {vb:raw memberaction_dropdown} {vb:raw post.onlinestatus} <vb:else /> |
#2
|
|||
|
|||
I think you would change the above code to this:
Code:
<vb:if condition="$post['userid']"> {vb:raw memberaction_dropdown} <vb:else /> Then put this where you want the bulb: Code:
<vb:if condition="$post['userid']"> {vb:raw post.onlinestatus} </vb:if> |
#3
|
||||
|
||||
Thanks for showing me how to do this.
I decided to go with this instead: https://vborg.vbsupport.ru/showthrea...ghlight=online But I was able to move it down to where I wanted it. Thanks for your help. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|