PDA

View Full Version : Mini Mods - Signature Backgrounds


smokin1337
10-22-2009, 10:00 PM
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:

<!-- sig -->

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

<!-- 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.

Faizan
10-23-2009, 06:29 AM
Nice one

Log on
10-24-2009, 07:27 AM
Great

saadessa
10-24-2009, 07:40 AM
thank you for this iwill try later

abouahmed
10-24-2009, 09:47 PM
very good

fta2k
10-28-2009, 10:40 PM
Ok, got the fields made but I'm obviously doing something wrong here.

Instruction says:

Replace the X's with your fields and that's it.

Do I replace just the X or the X-* within the ( )?

Like this
['field10-1']

Or this:
['field10']


Any help would be appreciated.

Thanks

fta2k
10-29-2009, 12:01 AM
Or this:
['field10']

That is the setting and I've gotten it to work. I'd show a pic but it's not fit for an open forum...

Thanks for the mod

ThyElite
11-01-2009, 06:41 PM
the only thing is that when the board isn't fixed, the images tile horizontally

fta2k
11-02-2009, 01:51 AM
the only thing is that when the board isn't fixed, the images tile horizontally

It's not the forum width that makes it tile, it's your screen resolution. What look right to you may or may not look right to others with a different resolution.

You'll need to enlarge your picture in Paint or Photoshop to fit your space. Even then it might not look right to other. Only took me 5 or 6 adjustments to get mine right.