Back to vBulletin 3.7 Template Modifications

tiling background image behind posts
Mod Version: 1.00, by ChaosBurnt

This modification is in the archives.
vB Version: 3.7.x Rating: (0 vote - 0 average) Installs: 8
Released: 29 Oct 2008 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code  

Put a tiling background image behind posts in showthread.

I know it's a pretty small mod but I have seen it asked a fair bit here and on vB.com so I figure maybe one or two folk might find this helpful.

Create your tiling image.
Name it posttile.jpg
upload posttile.jpg to your skins misc folder
.

Attached is a nice christmassy example you could use for default skins:

Add the following to your skins Additional CSS Definitions (changing your_skins_name_here to your skins name!):

For Default vB Skin:

Code:
.posttiler {
   background-color: #F7F7F7;
   background-image:    url(images/misc/posttile.jpg);
   background-repeat:   repeat;
   background-position: top center;
}
For Custom Skins (location of misc folder may differ!)

Code:
.posttiler {
   background-color: #F7F7F7;
   background-image:    url(images/your_skins_name_here/misc/posttile.jpg);
   background-repeat:   repeat;
   background-position: top center;
}
save

Open:

postbit

Find:

Code:
<tr>
	<if condition="$show['moderated']">
	<td class="alt2" id="td_post_$post[postid]">
	<else />
	<td class="alt1" id="td_post_$post[postid]">
	</if>	
	<!-- message, attachments, sig -->
		$template_hook[postbit_messagearea_start]
		<if condition="$show['messageicon'] OR $post['title']">

In-line Find:

Code:
alt1

Replace with:

Code:
posttiler
save file

Download

No files for download.

Screenshots

Click image for larger version
Name:	demo1.jpg
Views:	410
Size:	125.2 KB
ID:	88697  


vblts.ru supports vBulletin®, 2022-2024