Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
aligning $post[signature] to the very bottom right! Details »»
aligning $post[signature] to the very bottom right!
Version: , by 212rikanmofo 212rikanmofo is offline
Developer Last Online: Aug 2006 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-25-2002 Last Update: Never Installs: 0
 
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-26-2002, 12:18 AM
Xanthine Xanthine is offline
 
Join Date: Mar 2002
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have a picture or your postbit ? (preferably both)
Reply With Quote
  #3  
Old 04-26-2002, 01:10 AM
212rikanmofo 212rikanmofo is offline
 
Join Date: Nov 2001
Location: paris
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 04-26-2002, 02:39 AM
Orlandu's Avatar
Orlandu Orlandu is offline
 
Join Date: Apr 2002
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 04-26-2002, 08:48 PM
212rikanmofo 212rikanmofo is offline
 
Join Date: Nov 2001
Location: paris
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nope didn't work, same thing, still a word gap under the sig, didnt change at all...
Reply With Quote
  #6  
Old 05-04-2002, 03:06 AM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need to figure this out aswell... If I get it I will post it for you.
Reply With Quote
  #7  
Old 02-12-2003, 02:02 AM
Hwulex's Avatar
Hwulex Hwulex is offline
 
Join Date: Mar 2002
Location: Manchester, UK
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 02-12-2003, 02:11 AM
Martin64's Avatar
Martin64 Martin64 is offline
 
Join Date: Nov 2001
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tested and worked for me...

Code:
<td colspan="2" align="right" valign="top">$post[signature] 
                      </td>
Reply With Quote
  #9  
Old 02-12-2003, 09:06 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05078 seconds
  • Memory Usage 2,271KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete