The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|