vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   aligning $post[signature] to the very bottom right! (https://vborg.vbsupport.ru/showthread.php?t=37874)

212rikanmofo 04-25-2002 11:33 PM

aligning $post[signature] to the very bottom right!
 
i need help with aligning my $post[signature] variable in my postbit template to the ablsolute right and utmost bottom, it works and all, but there's still like maybe a space underneath it, i want it to be totally at the bottom, how can i do this? do i edit the postbit_signature template or do i edit the postbit template to do this and can someone post me an example please thanks.

Xanthine 04-26-2002 12:18 AM

Do you have a picture or your postbit ? (preferably both)

212rikanmofo 04-26-2002 01:10 AM

yes hold on:

here's my postbit_signature template
Code:

<br><br>
<p align=right>
----------------------<br>
<normalfont>$post[signature]</normalfont></p>

here's part of my postbit template
Code:

                                      </TD>
                    </TR>
                    <TR>
                      <TD width="100%"><FONT
                                face="verdana, arial, helvetica" size=2>
                                                                <p>$post[message]</p>
                        <p>$post[attachment]</p>
                        <p>$post[editedby]</p>
                        <p>$post[signature]</p></font>
                      </TD>
                    </TR>
                    <TR>
                      <TD width="100%"></TD>
                    </TR>
                    </TBODY>
                  </TABLE>
                              </TD>
                            </TR>
                            </TBODY>
                          </TABLE>
                        </TD>
                      </TR>
                      </TBODY>
                    </TABLE>
                    <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
                  cellSpacing=0 cellPadding=0 width="100%" align=center
border=0>
                      <TBODY>
                      <TR>

any ideas please? right now my signature shows to the very right and the bottom, but it has like 1 or 2 word gap under that. I want it to have no gap at all under it.

Orlandu 04-26-2002 02:39 AM

Well, you can make another table within the post itself. And have the cell with the post be 100% tall, and then the signature in a seperate cell... That should work.

Like this:
Code:

                      <TABLE height="100%" border="0">
                      <TR>
                        <TD height=100%><FONT
                                face="verdana, arial, helvetica" size=2>
                                                                <p>$post[message]</p>
                        <p>$post[attachment]</p>
                          </TD>
                        </TR>
                        <TR>
                          <TD>
                          <FONT
                                face="verdana, arial, helvetica" size=2>
                        <p>$post[editedby]</p>
                        <p>$post[signature]</p></font>
                          </TD>
                          </TR>
                        </TABLE>

Hope that helps.

212rikanmofo 04-26-2002 08:48 PM

nope didn't work, same thing, still a word gap under the sig, didnt change at all... :(

Neo 05-04-2002 03:06 AM

I need to figure this out aswell... If I get it I will post it for you.

Hwulex 02-12-2003 02:02 AM

I have done this [Here]. It only works for Forums where there is no table border colour though, else a line is drawn across it. You could get round this with a style="" tag though.

Martin64 02-12-2003 02:11 AM

Tested and worked for me...

Code:

<td colspan="2" align="right" valign="top">$post[signature]
                      </td>


Tony G 02-12-2003 09:06 AM

There's a mod at vBT, called Signature Baseline. Code is given in there if you're un-sure.


All times are GMT. The time now is 08:31 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.01024 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete