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)
-   -   [solved] full size avatar instead of thumb in profile? (https://vborg.vbsupport.ru/showthread.php?t=216164)

mattpist 06-15-2009 01:10 AM

[solved] full size avatar instead of thumb in profile?
 
Hi, I was wondering if someone could help me figure out how to make my user's profile use the fullsize avatar instead of the thumbnail one in the "mini statistics" box. that one is just too small.

ideally id like to put it next to the user name as well (instead of the mini statistics box).

this is what my profile pages look like right now.

http://squattheplanet.com/forum/members/mattpist

Thanks in advance for any help you can give!

ForumsMods 06-15-2009 01:25 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=179172" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=179172</a>

mattpist 06-15-2009 08:48 PM

that worked! thanks! now to just move it over by the user name... hmm...

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

i decided against moving it over by the user name, as it looked better in the mini statistics box.

here's my code changes for anyone that's curious.

find this code:

Code:

                <if condition="$prepared['avatarurl']">
                <td><img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" $prepared[avatarsize] class="alt2" id="user_avatar" /></td>
                </if>

...and delete it.

find this code (at the very top of the edit box):

Code:

<div class="alt1 block_row">
        <table cellpadding="0" cellspacing="0" border="0">
        <tr valign="top">

paste above it:

Code:

<if condition="$prepared['avatarurl']">
                <td><img src="$prepared[avatarurl]" alt="<phrase 1="$prepared[username]">$vbphrase[xs_avatar]</phrase>" class="alt2" id="user_avatar" width="246"/></td>
                </if>

and change the width value as needed. this will only work after following the instructions Gasper linked to above. Thanks Gasper!

MagicThemeParks 01-23-2010 01:14 AM

I guess that you mean paste "below" the last part of code and not "above".

Thanks for the tip! :up:


All times are GMT. The time now is 12:01 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.00971 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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