vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Profile Enhancements - Avatar Inside A Frame - (https://vborg.vbsupport.ru/showthread.php?t=276090)

Khalid-B 12-26-2011 11:00 PM

Avatar Inside A Frame -
 
1 Attachment(s)
Avatar Inside A Frame ,


Function.

better looking Avatar in postbit_legsy by a simple template editing .


Installation.

only 2 simple options to follow.

fisrt go to your style's postbit_legcy template and

Look for ,

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 src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
            </
a>
            </
vb:if> 

and Replace with,


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}}">
        <
table style="background-image: url(images/misc/frame2.png); width: 180px; height: 256px; border: 0px solid transperent; ">

<
tr><td style="text-align: center; vertical-align: middle;"
<
img src="{vb:raw post.avatarurl}"  alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}"  
[COLOR="Red"]width="130" height="180"[/COLOR]
 
style="border-top: 0px solid #6C4A46;
        border-right: 0px solid #947C72;
        border-bottom: 0px solid #947C72;
        border-left: 0px solid #6C4A46;" 
/>
  
</
td></tr></table>
            </
a>
            </
vb:if> 


now download attached image and upload in images/misc folder
avatar can be adjusted by changing width="130" height="180" to any .
That's it.

NOTE..

Few options like,

border-right:
border-bottom:
border-left:

are optionals...

HHelp1 12-27-2011 10:22 PM

Wow that's so nice but you only have the black frame? Does ya have another ? If yes I wud like ya to share ^^ and is it okay ya can share ya postbit too please? If Yamaha I'm very appreciate it ^^

Khalid-B 12-28-2011 12:27 AM

psd file added so you can change color according to your style..

HHelp1 12-28-2011 12:44 AM

Okay thanks ^^

HHelp1 12-28-2011 12:55 PM

Holy SNAP! this is WORKING PERFECT WITH 4.1.8! http://screensnapr.com/e/qzafmb.png Marked Installed! and NOTM! THANK YOU!

HHelp1 12-29-2011 11:15 PM

May you please tell me that how do I make register user smaller avatar as I set at user group and admin avatar is bigger?

doctorsexy 12-30-2011 02:51 PM

Installed thanks.. looks brill take a look http://www.groovie-baby.co.uk

made my own frame...

HHelp1 12-30-2011 03:00 PM

May any 1 please tell me that how do I make register user smaller avatar as I set at user group and admin avatar is bigger?

doctorsexy 12-30-2011 04:13 PM

Cant you set it in the ACP>usergroupes and set the size there?

under Picture Uploading Permissions

Custom Avatar Maximum Width (pixels) ect

HHelp1 12-30-2011 04:43 PM

i did set 100x100 so which is smaller but when i install that the avatar is big same as the frame.


All times are GMT. The time now is 04:41 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.03154 seconds
  • Memory Usage 1,743KB
  • 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_php_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