Comments Avatars placed strangely - 4.2
Collapse
X
-
-
Something is conflicting in the css is my only take on this... try adding this to addiitonal.css:
Code:.postbit-lite .avatarlink img { margin-top: 60px; }
Former vBulletin Support Staff
Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it! -
It looks like a bug for when that Unknown avatar is used.
A quick search in Jira gives me this - CMS comments layout - unregistered users layout misaligned
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css helpComment
-
The bug appears to be caused by unregistered users, and I was able to reproduce and fix it on my test site.
Edit your vbcms_postbit_legacy template and find the following:
Code:<div<vb:if condition="$show['avatar']"> class="postbit_pb_right"</vb:if>>
Code:<div<vb:if condition="$post['avatarurl']"> class="postbit_pb_right"</vb:if>>
Comment
Related Topics
Collapse
-
by David KarolWhen I set up a search module to pull content from articles, the formatting from the article is displayed within the module. This isn't expected behavior to me.
It'd be cleaner to have the search...-
Channel: Support Issues & Questions
Mon 18 Jan '16, 3:20pm -
Comment