The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Profile
There is a huge gap between members' names and the rest of their profile on this particular theme. Any idea on how to change this?
and also to get the "Status online" next to someones name instead of underneath it View Here: https://gyazo.com/696521c043a5d9eaf5fc944b6d5814bc |
#2
|
|||
|
|||
Pretty hard to say without a link to the actual page so we can inspect it for you.
|
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Could you create a demo account for us? Registration is required to access the forum.
|
#5
|
|||
|
|||
Quote:
Password: 123456 |
#6
|
|||
|
|||
It happens because the user rank is attempting to display all the images (which are hidden), so only the <br>'s are left which cause a lot of empty space.
The css rule HTML Code:
#sidebar_container.member_summary .mainblock .rank{ display: none; } |
#7
|
|||
|
|||
Is there a way to do it where the ranks show up?
|
#8
|
||||
|
||||
I don't use vb4 but if you have access to <br>, try to replace the <br> by an empty div ... like <div style="padding-bottom: 5px"> </div>.
Only adjust the value of px. |
#9
|
|||
|
|||
Quote:
Code:
#member_content #sidebar_container .blocksubhead #userinfo { display: inline-block; } #member_content #sidebar_container .blocksubhead .member_status { display: inline-block; padding-left: 10px; } --------------- Added [DATE]1582903917[/DATE] at [TIME]1582903917[/TIME] --------------- What is your aim? Disable the display of the rank output? Then Dave wrote the solution. Or disable the script which is generation this output? Then you have to edit the template "MEMBERINFO" Code:
<vb:if condition="$prepared['rank']"> <br /> <span class="rank">{vb:raw prepared.rank}</span> </vb:if> Code:
<vb:if condition="$prepared['rank']"></vb:if> Btw: In posts the user avatar is not clickable due to errors in your postbit script modifications. Output is HTML Code:
<div class="eti_postbit" =a="" href="member.php?1-RGL-Griff-XV" title="RGL Griff XV is offline"> <center> HTML Code:
<div class="eti_postbit"> <a href="member.php?1-RGL-Griff-XV" title="RGL Griff XV is offline"> <center> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|