vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Avatar Size Problem... (https://vborg.vbsupport.ru/showthread.php?t=175443)

bloodychunk 04-07-2008 04:44 PM

Avatar Size Problem...
 
Hi,

When I upload an avatar from my PC... even if its bigger that the size specified on my admin cp... it gets resized to the specified size, but when I put a link to an image from internet even if the size of the image is 1000x1000 it will stay like that on the avatar...

How can I fix this?

Thanks

Bradley_Wint 04-07-2008 04:50 PM

Yea that's how it is I would believe. The same applies for signatures, If you upload, the size limit restricts images but if you link, you can put any size. :(

bloodychunk 04-07-2008 04:53 PM

So there is no way to fix this?

are there any mods wich can fix it?

Lynne 04-07-2008 07:18 PM

You could do <img src="path/to/avatar" width=xxx heigh=xxx> in the code. That will make it that size when you view it, although the person will still end up downloading the entire large avatar.

bloodychunk 04-07-2008 11:05 PM

Is there an option to make a default avatar for everyone in a usergroup?

bloodychunk 04-09-2008 10:20 AM

bump..

man Ive seen forums that have this issue fixed.... please help me someone!

Bradley_Wint 04-09-2008 01:12 PM

Why don't you ask them cause they might know something we don't know even though I have a good feeling those forums do not allow linking, only uploading, but that's my guess.

Lynne 04-09-2008 01:57 PM

Did you try putting in the width and height like I suggested? That will make the avatar the size you want.

bloodychunk 04-09-2008 02:35 PM

I dont know where to do that :P

can you make a step by step list :D


thanks

--------------- Added [DATE]1207756824[/DATE] at [TIME]1207756824[/TIME] ---------------

Quote:

Originally Posted by Bradley_Wint (Post 1486679)
Why don't you ask them cause they might know something we don't know even though I have a good feeling those forums do not allow linking, only uploading, but that's my guess.

Okay that can be a way to solve it... how can I disable linking... :D

Lynne 04-09-2008 03:18 PM

Hmmm, not as straightforward as I thought. Here is the line in the postbit template:
HTML Code:

<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
You would have to write a plugin, I think that would basically say if $post[avwidth] or $post[avheight] is greater than whatever-size-you-want, then to set it to whatever-size-you-want. Like, if you want it no bigger than 100, write a plugin that says if either of those two vars are greater than 100, set them to 100. It could result in an strange looking avatar (like if it was 200 x 100 and you set it to 100 x 100), but it would keep the appearance how you like it. Another way might be to use css to say the overflow is hidden. I think you could put a div around it with that sort of css and then any part of the avatar that is great than your size, would just be cut-off.


All times are GMT. The time now is 05:45 PM.

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.00995 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete