vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Postbit Legacy - Signature Inside a Cell (https://vborg.vbsupport.ru/showthread.php?t=194721)

Boosted Panda 10-26-2008 10:00 PM

Postbit Legacy - Signature Inside a Cell
 
1 Attachment(s)
Ever hate the horizontal line in the signatures? Well here is a great way to separate your signatures and give your forum a nice and clean vertical look. This is for the Postbit_Legacy template layout. I will help with this mod. I am not an expert coder so if anyone wants to give advice it is totally welcomed in a constructive fashion. Enjoy!!!

Find:
PHP Code:

$template_hook[postbit_signature_start]

Remove Code in Between Here

$template_hook
[postbit_signature_end

Find:
PHP Code:

        $template_hook[postbit_controls]
        <!-- / 
controls -->
    </
td>
</
tr>
</
table

Add Below:
PHP Code:

<table class="signature" width="100%">
        <if 
condition="$post['signature']">
            <
tr>
            <
td class="alt2">
                <!-- 
sig -->
                <
div>
                    
$post[signature]
                </
div>
                <!-- / 
sig -->
            </
td>
            </
tr>
        </if>  
</
table

Add in the additional CSS Area of Your Template
PHP Code:

.signature 
border-leftsolid 1px #0B198C;
border-rightsolid 1px #0B198C;
border-bottomsolid 1px #0B198C;
background#FFFFFF;


For the above code I suggest matching this with your .tborder values. Enjoy!


</span></span>

Leo Brazil 10-28-2008 11:43 AM

Great Idea. Installed !!!

lazydesis 10-28-2008 12:07 PM

thats looks very good :)

dmknights 11-12-2008 04:06 PM

does this work on 3.7.4?

Leo Brazil 11-12-2008 05:13 PM

Yes, it does work on 3.7.4

eTiKeT? 11-13-2008 04:33 AM

good ınstalled :)

Knightmane 12-18-2008 01:19 AM

Great mod. This is running smoothly. Thanks a lot.

DarkGizmo 12-18-2008 02:26 AM

Looks crappy, sorry but I won't be installing this one.

Boosted Panda 12-19-2008 06:19 PM

Quote:

Originally Posted by NegativeSmoke (Post 1687753)
Looks crappy, sorry but I won't be installing this one.

Its not for everyone.

Keesa 12-29-2008 05:54 AM

this is awesome! Thanks for your work!


All times are GMT. The time now is 06:16 PM.

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.01427 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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