vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Custom Signature Separator (https://vborg.vbsupport.ru/showthread.php?t=265046)

socialteenz 06-10-2011 10:00 PM

Custom Signature Separator
 
1 Attachment(s)
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:
Code:

{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



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

Code:

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

and change

Code:

border-top: {vb:stylevar signature_border};
to

Code:

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;
Code:

/*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


All times are GMT. The time now is 03:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01013 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete