Tried, it's bug with pulsating CSS code. so had to revert style back
Announcement
Collapse
No announcement yet.
Move Online icon Next to Username in Postbit
Collapse
X
-
Very very cool. Thank you.
Right before name works great for me.
I'll see if I can put that in here. Maybe only works with my mods. Maybe useful for others.
css_additional
conversation_userinfo - for me it was around line 31Code:top: 67px; /* you may have to tweak this if you move it from the default position */ left: -9px; /* you may have to tweak this if you move it from the default position */
Code:<div class="b-userinfo__details"> {vb:set schemaAuthor.itemprop, name} <div class="author h-text-size--14"> <!-- moving online indicator --> <span class="b-icon b-icon__status--<vb:if condition="$conversation['online'] == 'online'">green<vb:else />gray</vb:if> "></span> <!-- end --> <strong><vb:if condition="$conversation['userid'] > 0"><a href="{vb:url 'profile', {vb:raw conversation}}" {vb:schema schemaAuthor}></vb:if><vb:if condition="isset($conversation['musername'])">{vb:raw conversation.musername}<vb:elseif condition="isset($conversation['authorname'])" />{vb:raw conversation.authorname}<vb:else />{vb:phrase guest}</vb:if><vb:if condition="$conversation['userid'] > 0"></a></vb:if></strong>
- Top
- Translate
- Bottom
Comment
-
Amending my previous post with new findings to save anyone time.
Placing the online indicator before the username makes its location change based on length of username. But the awesome glowey indicator does not change with it.
As I really like the look of having the online indicator right before the name, especially with the messaging icon right after, I had to make the hard decision of disabling the awesome glowey thing.
I'm sure some coding could be done to change that but that will have to go pretty low on the list.
Still a great mod. Might use it for something else. Thanks again, Glenn. You rock.
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Comment