vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Signature forced to bottom (postbit_legacy) (https://vborg.vbsupport.ru/showthread.php?t=128951)

AzH 12-05-2008 08:45 PM

Confirmed working on 3.7.3

AzH 12-06-2008 01:59 AM

Question: How do I force the "Edited by" note to the bottom along with the signature? I've tried many different types of div tags etc without success. Example: http://left4deadforums.com/20707-post7.html

AzH 12-06-2008 08:38 AM

NVM, I sorted it.

Vinyljunky 12-12-2008 03:20 PM

neat

BigJohnny 02-09-2009 12:41 AM

I didnt read the whole thread, but did anyone mention the hook locations? they werent moved with the sig...
you might want to try this chunk instead.

Code:

                $template_hook[postbit_signature_start]
                $ad_location[ad_showthread_firstpost_sig]
                <if condition="$post['signature']">
                <!-- sig -->
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <div valign="bottom">
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>
                $template_hook[postbit_signature_end]


BigJohnny 02-16-2009 01:03 AM

Now ive read the thread, and am having a problem of my own with that damn line in my extremepixels skins.

Ive almost got it sorted but i still cant get the damn thing to go away.

using pieces of code throughout this thread ive come up with this so far. keep in mind im using other customizations as well..... so basically I need to find out where this border is being set and remove it.

PHP Code:

<tr valign="top">
    <!-- 
Signature Forced To Bottom Mod -->
    <if 
condition="$post['signature']">
        <
td class="alt2" width="175" rowspan="3" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
    <else />
        <
td class="alt2" width="175" style="border: $stylevar[cellspacing]px $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
    </if>
    <!-- / 
Signature Forced To Bottom Mod --> 

PHP Code:

<!-- Signature Forced To Bottom -->
<if 
condition="$post['signature']">
    <
tr>
        <
td class="alt1" valign="bottom" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
            
$template_hook[postbit_signature_start]
            
$ad_location[ad_showthread_firstpost_sig]
        <if 
condition="$post['signature']">
                        <
tr height="1">
                                <
td class="alt1" valign="bottom">
                            <
hr size="1" style="color:$stylevar[tborder_bgcolor]/>
                            <
div valign="bottom">
                                
$post[signature]
                            </
div>
                        </
td>
                        </
tr>
        </if>
        
$template_hook[postbit_signature_end]
        </
td>
    </
tr>
</if>
<!-- 
Signature Forced To Bottom --> 


BigJohnny 02-16-2009 12:18 PM

This change was incorrect.... so i edited this post.

BigJohnny 02-19-2009 01:11 AM

ok ive seen what my problem is, its the cell spacing, however, the code to fix the cellspacing problem is different so i can find and replace the items mentioned.

Is there anyway you could tell me where those locations are to remove the cellspacing, but keep the borders?

ITDarasgah 08-04-2009 06:52 PM

Install and work fine ...thanks


All times are GMT. The time now is 08:54 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.01134 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_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
  • (9)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