vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Changing size of forum_new48/old48 icons (https://vborg.vbsupport.ru/showthread.php?t=278558)

Emeralda 02-14-2012 11:46 AM

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

Kraxell 02-14-2012 12:08 PM

Hello,

ACP -> Stylevars -> forumicon_size

Emeralda 02-14-2012 12:16 PM

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.

Kraxell 02-14-2012 12:19 PM

than do that :D

HTML Code:

width="50" height="50"

Emeralda 02-14-2012 12:33 PM

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.

Kraxell 02-14-2012 12:54 PM

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="" />
forumhome_forumbit_level2_nopost

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="" />
forumhome_forumbit_level2_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="" />

Emeralda 02-14-2012 01:01 PM

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.


All times are GMT. The time now is 06:49 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00962 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete