Quote:
Originally Posted by RGL Griff XV
|
Additional.css - add
Code:
#member_content #sidebar_container .blocksubhead #userinfo {
display: inline-block;
}
#member_content #sidebar_container .blocksubhead .member_status {
display: inline-block;
padding-left: 10px;
}
Playing with 10px for margin to userinfo.
--------------- Added [DATE]1582903917[/DATE] at [TIME]1582903917[/TIME] ---------------
Quote:
Originally Posted by RGL Griff XV
Is there a way to do it where the ranks show up?
|
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>
to
Code:
<vb:if condition="$prepared['rank']"></vb:if>
Or something third?
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>
but should be
HTML Code:
<div class="eti_postbit"> <a href="member.php?1-RGL-Griff-XV" title="RGL Griff XV is offline">
<center>