The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I want to remove avatars from posts that show in widgets.
I run www.kinecticon.com. When someone (usually me) makes a post in a forum that is reflected in a widget on the front page, I don't want the widget to show their avatar - just the content of the post and the author is fine. Right now, I'm the main generator of content. I don't have an avatar set up yet, because I don't want the front page smothered in posts with my own avatar.
I found the widget.css template and the "useravatar" function, but I don't know where the part of the program is that calls that, or how to make it not call it. (HTML Noob, sry). Can someone walk me through it? |
#2
|
|||
|
|||
Put this in additional.css:
Code:
.widget_post_useravatar img { display: none; width: {vb:stylevar sidebar_contentavatar_width}; height: auto; } |
Благодарность от: | ||
MScotti |
#3
|
|||
|
|||
Awesome, I'll give it a shot. Thanks!
**EDIT** Yes! You are my hero! |
#4
|
|||
|
|||
Not to hijack, but how do you get rid of the space that is left in the widget?
|
#5
|
|||
|
|||
Quote:
thank you so much. :up: |
#6
|
|||
|
|||
Quote:
Code:
.widget_post_useravatar img { display: none; width: {vb:stylevar sidebar_contentavatar_width}; height: auto; } Code:
.widget_post_useravatar img { display: none; width: 0 !important; height: 0 !important; } Haven't got that deep in to so have no idea. Sorry... |
#7
|
|||
|
|||
Quote:
thanks anyway |
#8
|
|||
|
|||
I also need this. :up:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|