PDA

View Full Version : Profile Enhancements - Avatar Inside A Frame -


Khalid-B
12-26-2011, 11:00 PM
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 ,


<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 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,


<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}}">
<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}}"
width="130" height="180"
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.

Khalid-B
01-04-2012, 07:00 PM
Remove these lines from code..

width="130" height="180"
style="border-top: 0px solid #6C4A46;
border-right: 0px solid #947C72;
border-bottom: 0px solid #947C72;
border-left: 0px solid #6C4A46;" />

and make sure user avatar size is bit saller than your frame size

Merenguista
01-06-2012, 08:29 AM
thanks

yilmaz
01-08-2012, 08:35 AM
I did the film strip
thanks
demo http://www.ortayol.net/102-sinema-dunyasi/1852-super-8-a.html

Khalid-B
01-08-2012, 08:23 PM
looks good

Dr.osamA
01-13-2012, 01:41 PM
thank you bro

installed
keep it up
waiting for more good mods from you

temsamane
01-13-2012, 02:30 PM
i heard search engines dont like frames. it this count also for this mod?

UKCE_Hitman
04-05-2012, 08:16 PM
Thx looks great and cheers for the psd also....

HHelp1
04-06-2012, 10:52 PM
any one here have better frame ? pro, fresh etc... ?

YungAnh
05-13-2013, 11:45 PM
Can i make different frame for different user group?