The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing size of forum_new48/old48 icons
I'm talking about these: http://prntscr.com/64mf6 <- there is no space between the text now
It seems they are coded somewhere to so it's always 48px. I tried changing this: http://prntscr.com/64mty, but it affects height as well, creating too much vertical space. Trying to manually edit the template didn't seem to work at all: http://prntscr.com/64mte |
#2
|
||||
|
||||
Hello,
ACP -> Stylevars -> forumicon_size |
#3
|
||||
|
||||
Yeah, I've shown that on the second screenshot. When I changed it to 67, the width was ok, but then it was too high, creating extra space below the icon http://prntscr.com/64nq5
What I need, is a way to set height and width independently. |
#4
|
||||
|
||||
than do that
HTML Code:
width="50" height="50" |
#5
|
||||
|
||||
Hmm, but where to insert it? It's not for <img> tag, because the image is showing proper proportions, but the column has a fixed width.
|
#6
|
||||
|
||||
forumhome_forumbit_level1_post
HTML Code:
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" width="100" height="100" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
HTML Code:
<img src="{vb:stylevar imgdir_statusicon}/category_forum_{vb:raw forum.statusicon}.png" width="100" height="100" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
HTML Code:
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" width="100" height="100" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
|
#7
|
||||
|
||||
The first two, no chanes: http://prntscr.com/64otn
Third one: http://prntscr.com/64ovo So it's not about changing the image sizes, but the divs I think. I think the answer might be in the forumbits.css template, but there is no "width" for that, it's super complicated for me. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|