vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Can you change the avatar size on only memberlist? (https://vborg.vbsupport.ru/showthread.php?t=263012)

MagicThemeParks 05-02-2011 10:46 PM

Can you change the avatar size on only memberlist?
 
So, I have large avatars (200x200), but I want to reduce the size on the memberlist.php page. Any suggestions on how I can do this?

bela-meaad 05-11-2011 06:28 AM

what is you vB version?

MagicThemeParks 05-11-2011 09:10 AM

3.8.7 is the version that I'm running on the site that I want to adjust.

Lynne 05-11-2011 03:16 PM

You may be able to write some CSS to do it. Have you tried that? Something like .alt1 img {width: 200px;} (change depending on if it is alt1 or alt2)

MagicThemeParks 05-12-2011 12:29 PM

Thanks Lynne, I'm not a CSS expert by any stretch. But, I'll research it and try that a little later today.

That wouldn't conflict with any other images on the site, right? (Album pictures, img tags, etc)

Lynne 05-12-2011 09:48 PM

It might. So you may need to be more specific in your CSS definition, or only add the CSS to that page.

bela-meaad 05-15-2011 04:39 AM

in memberlist_resultsbit template find:

Code:

<img src="$avatarurl" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" />
Replace with:

Code:

<img src="$avatarurl" border="0" width="50" height="50" alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" hspace="4" vspace="4" />
change 50 to what fits your forum ^_^

Regards

MagicThemeParks 05-15-2011 11:49 PM

Thank you bela-meaad! :up:

Worked perfectly :)


All times are GMT. The time now is 08:08 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.01565 seconds
  • Memory Usage 1,717KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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