The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
J105 - Beautiful Bevel and Emboss Custom Avatars Details »» | |||||||||||||||||||||||||||||||
J105 - Beautiful Bevel and Emboss Custom Avatars
Developer Last Online: Feb 2010
This is my first mod, I hope you enjoy it!
This is actually quite simple and makes your forum look that much better with uniform embossed avatars with round corners. This is accomplished by a simple CSS PNG image overlay. Setup time is less than 2 minutes. NOTE: The watermark.png file and code given is customized to fit the default vB theme. 1) Download and extract the ZIP file then upload watermark.png to your root vb directory 2) Go to AdminCP>Styles & Templates>Style Manager>All Style Options>Go Scroll all the way down to "Additional CSS Definitions" at the footer There should be two field boxes listed. COPY and PASTE THIS into the lower field box above all other CSS definitions Code:
#watermark_box { position:relative; display:block; } img.watermark { position: absolute; top: 0px; left: 0px; } TEMPLATE EDIT (POSTBIT): 3) Go to AdminCP>Styles & Templates>Style Manager>All Style Options>Edit Templates>Postbit Templates>Postbit [or] Postbit_legacy (depending upon your settings) Then FIND: Code:
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase [xs_avatar]</phrase>" border="0" /></a> REPLACE with: Code:
<!-- Watermark by J105C oljc.net --> <div id="watermark_box"> <a href="member.php?$session[sessionurl]u=$post[userid]"> <img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0"/> <img src="/watermark.png" class="watermark" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0"/></a> <!-- / END watermark --> I also included the PSD file so you can change the color of the tips on the .PNG file to match your custom background color. You may do this under the Photoshop layer titled, "CORNERS" and tweaking the HUE/SATURATION/LIGHTNESS + Colorize. ENJOY and God Bless you! Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
|||
|
|||
This is going to make things look really nice on my forums. Thanks!
|
#3
|
||||
|
||||
thanks I'll give it a try
|
#4
|
||||
|
||||
Quite weird you should post this, as its something I have considered for a long time, but on a more custom vein for our forums.
Enclosed is a pic, the left image is a standard avatar The right image is that avatar with a custom overlay ( with a corner banner watermark image ) Now. What I want to achieve is users who have filled in a particular field within their USERCP, custom profile field. Can choose: from dropdown... Nothing ( so standard avatar they upload appears ) Visa ( so custom visa overlay appears as in image ) Citizen ( so custom visa overlay appears as in image but different graphic ) Reckon you could code this up ? Ste |
#5
|
|||
|
|||
Quote:
Quote:
|
#6
|
||||
|
||||
Our avatars can vary but max size is 120 x 120
I am happy to resize within ACP, so that all avatars are uniform size. The two stripes I can create. Could be more. But essentially. I have included 4 psd files to create 2 types of stripe. They can be renamed whatever and saved as png. I prefer 80% opacity so have included those aswell. These are on 120px x 120px avatar sized backgrounds one is VISA other is CITIZEN |
#7
|
||||
|
||||
Muy Bueno Gracias Ya Lo Instale Y Me Gusto.
|
#8
|
||||
|
||||
The overlay isn't overlaying on my forum.
Granted, my style is modified, but any ideas why it doesn't overlay the avatar, but instead displays it on another line? My avatars are in the filesystem incase that makes a difference. Edit: Ok it was my custom style. I had to tweak it a little bit and undo the center aligned div for the postbit as well. Second attechment is the new version. |
#9
|
|||
|
|||
thanks will test it
|
#10
|
|||
|
|||
Quote:
Fue todo un placer Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|