Log in

View Full Version : Show Thread Enhancements - Custom Signature Separator


socialteenz
06-10-2011, 10:00 PM
Lets get it started :D

WHAT DOES THIS DO?

It will help you to replace the default signature ___________ with your custom image.

Let's get it started.


Step1:

Go into your Admin CP->>>>Your Style>>>Stylevars

Search for signature_border & it should look something like this after removing the color & style.
https://vborg.vbsupport.ru/external/2011/06/64.jpg

Step2:

Style Manager>>>Your Style>>>Edit Templates>>>Postbit Templates >>>postbit_legacy

Find: {vb:raw ad_location.ad_showthread_firstpost_sig}

Before that add this:

<img alt="" src="Your Image URL here"> {vb:raw template_hook.postbit_signature_start}

You are done with it xD



provided by Extreme Sporters (http://www.extremesporters.com/forum.php)



Please click Mark as Installed if you are using this hack. Feel free to click on the Support Developer link and donate any amount you feel is appropriate.

socialteenz
06-11-2011, 02:58 PM
First post Reserved.

doctorsexy
06-12-2011, 04:52 PM
installed ...thanks

socialteenz
06-13-2011, 04:29 PM
Glad you liked it :)

spillage
11-28-2011, 03:20 AM
I can't get this one to work with 4.1.8
I've tried the changes in postbit_legacy, and postbit... i've also tried using the full image url.
No combination gets the image to show.

Any thoughts?

RobbieZ
11-28-2011, 04:11 PM
You could try ~
In your postbit.css search for this

.signature {
padding-top: 1em;
border-top: {vb:stylevar signature_border};
margin-top: 2em;
}

and change

border-top: {vb:stylevar signature_border};

to

background: url("your image src") no-repeat top;

Of course if you never have a signature it will never show!

spillage
11-29-2011, 01:26 AM
Thanks Robbie, that has it showing (centered)... I wanted it aligned to the left, so used the following;

/*signature */
.signature {
padding-top: 1em;
/* border-top: {vb:stylevar signature_border}; */
background: url("/forums/images/misc/looker-line.gif") no-repeat top {vb:stylevar left};
margin-top: 2em;
}


Thanks again.

beckham_250
11-30-2011, 05:43 AM
thanks

ToddDuquette
02-04-2012, 05:44 AM
Works. Thank you very much!

NightLord
02-04-2012, 06:53 PM
thank you

Harpo
10-23-2012, 10:03 PM
Really stubborn my style is. It won't leave. :P

The default sep I mean....My image is under the border....still looks nice anyway.