Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-06-2012, 06:57 AM
youhack's Avatar
youhack youhack is offline
 
Join Date: Aug 2010
Location: Mother Russia
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Size avatar in profile

Where can I change the size of the avatar in your profile?

Reply With Quote
  #2  
Old 04-06-2012, 07:27 AM
Kyojii Kyojii is offline
 
Join Date: Jun 2008
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe the template you are looking for is memberinfo_block_ministats.
Reply With Quote
  #3  
Old 04-06-2012, 07:40 AM
youhack's Avatar
youhack youhack is offline
 
Join Date: Aug 2010
Location: Mother Russia
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<img src="{vb:raw prepared.avatarurl}"  />
I tried to change the size of this file, but does not help
it can be encoded?
where to find this variable? or change?
Reply With Quote
  #4  
Old 04-06-2012, 08:09 AM
Kyojii Kyojii is offline
 
Join Date: Jun 2008
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}"  {vb:raw prepared.avatarsize} id="user_avatar" />
I'm not exactly sure where you change prepared.avatarsize, however if you change the above to the following you can edit the image size in that theme (doing it this way you would have to make the avatar size change for each theme individually). Maybe someone else knows where you can edit prepared.avatarsize.

Code:
<img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}"  width="xx" height="yy" id="user_avatar" />
Be sure to replace xx and yy with the dimensions you want the image to be.
Reply With Quote
  #5  
Old 04-06-2012, 08:12 AM
SweetAngel SweetAngel is offline
 
Join Date: Aug 2010
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was just wondering the same thing but found it. If you have a look in usergroup manager and edit the group you will find the sizes can be changed there in each group.

I hope that helps
Reply With Quote
  #6  
Old 04-06-2012, 09:24 AM
youhack's Avatar
youhack youhack is offline
 
Join Date: Aug 2010
Location: Mother Russia
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kyojii View Post
Code:
<img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}"  {vb:raw prepared.avatarsize} id="user_avatar" />
I'm not exactly sure where you change prepared.avatarsize, however if you change the above to the following you can edit the image size in that theme (doing it this way you would have to make the avatar size change for each theme individually). Maybe someone else knows where you can edit prepared.avatarsize.

Code:
<img src="{vb:raw prepared.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw prepared.username}}"  width="xx" height="yy" id="user_avatar" />
Be sure to replace xx and yy with the dimensions you want the image to be.
not works
it stretches the avatar
size encoded {vb:raw prepared.avatarurl}
Reply With Quote
  #7  
Old 07-18-2012, 06:05 AM
youhack's Avatar
youhack youhack is offline
 
Join Date: Aug 2010
Location: Mother Russia
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dimensions can be here? class_userprofile.php
Code:
	* Prepares the User's Avatar
	*
	*/
	function prepare_avatar()
	{
		fetch_avatar_from_userinfo($this->userinfo, true, false);

		if ($this->userinfo['avatarurl'] == '' OR !$this->registry->options['avatarenabled'] OR ($this->userinfo['hascustomavatar'] AND !($this->userinfo['permissions']['genericpermissions'] & $this->registry->bf_ugp_genericpermissions['canuseavatar']) AND !$this->userinfo['adminavatar']))
		{
			$this->prepared['avatarurl'] = '';
			$this->prepared['avatarsize'] = '';
		}
		else
		{
			$this->prepared['avatarsize'] = ($this->userinfo['avatarwidth'] ? ' width="' . $this->userinfo['avatarwidth'] . '"' : '')
				 . ($this->userinfo['avatarheight'] ? ' height="' . $this->userinfo['avatarheight']. '"' : '');
			$this->prepared['avatarurl'] = $this->userinfo['avatarurl'];
		}
	}
Reply With Quote
  #8  
Old 08-14-2012, 06:56 AM
youhack's Avatar
youhack youhack is offline
 
Join Date: Aug 2010
Location: Mother Russia
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no fix?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:09 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.05442 seconds
  • Memory Usage 2,234KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete