Back to vBulletin 3.5 Template Modifications

Overlay Round Image for Photopost vBgallery
Mod Version: 1.00, by Lizard King

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 3
Released: 08 Jan 2006 Last Update: Never Downloads: 16
Not Supported  

I was looking for this kind of modification for a long time. Last night i worked on it and figured out a way to do this.

Upload overlay-round.gif to your style's misc folder.

Open adv_gallery_imagebit
find :
HTML Code:
	<div align="center" style="margin-top:5px;margin-bottom:5px">
		<a href="showimage.php?$session[sessionurl]i=$images[imageid]$adv_sorturl"><img alt="$images[title]" border="0" src="$images[url]" /></a>
	</div>
replace with :

HTML Code:
	<div align="center" style="background-repeat: no-repeat; background-position: center; background-image: url($images[url]);" class="alt1">
<a href="showimage.php?$session[sessionurl]i=$images[imageid]$adv_sorturl"><img alt="$images[title]" border="0" src="$stylevar[imgdir_misc]/overlay-round.gif" /></a>
	</div>
Optional :

If you like to add any background color you shall use the following code instead of the one above
HTML Code:
<table width="105" align="center" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td width="105" align="center" style="background-repeat: no-repeat; background-position: center; background-image: url($images[url]); background-color: #000;">
<a href="showimage.php?$session[sessionurl]i=$images[imageid]$adv_sorturl"><img alt="$images[title]" border="0" src="$stylevar[imgdir_misc]/overlay-round.gif" /></a>
		</td>
	</tr>
</table>
In order to change the background color just change #000 to any color you like. I added a screenshot for the background color.

You are ready to go.

http://www.ayyas.com/galeri/

* You need to have Photopost vB gallery installed for this mod.

Download

This modification is archived and cannot be downloaded.

Screenshots

   

Similar Mods

Add-On Releases [PXL] PP Round Thumbnail Overlay v1.2 vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024