Back to vBulletin 3.8 Template Modifications

Signature Backgrounds
Mod Version: 1.00, by smokin1337

vB Version: 3.8.x Rating: (0 vote - 0 average) Installs: 6
Released: 23 Oct 2009 Last Update: Never Downloads: 2
Not Supported Template Edits  

This mod will allow users to add backgrounds to their signatures. It requires 3 new fields and 1 template edit. This mod requires some experience in editing templates.

First field is X-1:

Type: Single-Line Textbox
Name: Signature Background
Details: Choose a color or image for your background
The rest is default. On this field color names, hex values or links can be used. ie., black, white, #000000, #FFFFFF, http://yourimagelink.com/yourimage.png, http://yourimagelink.com/yourimage.gif

Second field is X-2:

Type: Single-Line Textbox
Name: Signature Background Border Color
Details: Choose a color for the border if any
The rest is default.

The third is X-3:

Type: Multiple-Selection Checkbox
Name: Signature Background Link ?
Details: If you used a link to an image check yes here.
Options: Yes
The rest is default. This field tells it if it's a link or not and switches the codes accordingly.

Now for the templates open postbit/postbit_legacy and find:

Code:
<!-- sig -->
Then replace from <!-- sig --> to <--/ sig --> with:

Code:
<!-- Signature Background -->
                      <if condition="$post['fieldX-1']">
				<div style="<if condition="$post['fieldX-2']">border:$post[fieldX-2] 1px solid;</if> background:<if condition="$post['fieldX-3']">url($post[fieldX-1]);<else />$post[fieldX-1]; </if> align:center"><br /> <br />			
                  $post[signature]
		<else />
                  <div>________________<br />
                       $post[signature]
</if>
</div>
		<!-- / Signature Background -->
Replace the X's with your fields and that's it.

I am just learning all of this stuff so if i did something wrong in my coding please for give me. But this works great on my board.

Download

No files for download.

Screenshots

Click image for larger version
Name:	sig_bg_example.png
Views:	665
Size:	263.8 KB
ID:	105571  


vblts.ru supports vBulletin®, 2022-2024