vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   first post avatar fullsize and the rest scaled down. (https://vborg.vbsupport.ru/showthread.php?t=287100)

wilford brimley 08-26-2012 05:05 AM

first post avatar fullsize and the rest scaled down.
 
anyway to do this? either by making the first post avatar larger (150%) and then setting a restriction on avatar size OR prefered to leave first avatar the full size and then scale rest of thread avatars to 50%

Scanu 08-26-2012 10:59 AM

Quote:

Originally Posted by wilford brimley (Post 2360054)
anyway to do this? either by making the first post avatar larger (150%) and then setting a restriction on avatar size OR prefered to leave first avatar the full size and then scale rest of thread avatars to 50%

Just put this code on postbit or postbit_legacy template

HTML Code:

<style>
.postbitlegacy .userinfo .postuseravatar {
<vb:if condition="$post['isfirstshown']">
height:150%;
width:150%;
<vb:else />
height:50%;
width:50%;
</vb:if>
}
<style>

I didn't test it but it should works

Lynne 08-26-2012 03:24 PM

In the postbit_legacy, try adding this code here:

Code:

<vb:if condition="$show['avatar']">
                        <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                <img <vb:if condition="$post[postcount] == 1">style="width:150%"</vb:if> src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />


wilford brimley 08-27-2012 02:28 AM

scanu, that makes it so only the first post is shown.

ill try that one lynn. it works.

can you add a code to make everyone else 50%? either that or im going to just resize everyone avatars

Scanu 08-27-2012 08:26 AM

To make everyone else's 50% try this one
PHP Code:

<vb:if condition="$show['avatar']">
            <
class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                <
img style="width:<vb:if condition="$post[postcount] == 1">1</vb:if>50%" src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /> 


wilford brimley 08-28-2012 05:59 AM

how can i make it do both, 150% first and 50% the rest. i tired combining the code and got double avatars.

Scanu 08-28-2012 06:56 AM

Quote:

Originally Posted by Scanu (Post 2360377)
To make everyone else's 50% try this one
PHP Code:

<vb:if condition="$show['avatar']">
            <
class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                <
img style="width:<vb:if condition="$post[postcount] == 1">1</vb:if>50%" src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /> 


Before using this you must delete the old code of Lynne

wilford brimley 08-31-2012 03:23 AM

works great. i set it to 75% and it looks perfect. thanks alot.


All times are GMT. The time now is 06:09 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.01302 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_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