Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Tweak] Baseline Signature Details »»
[Tweak] Baseline Signature
Version: 1.00, by SaintDog SaintDog is offline
Developer Last Online: Jan 2007 Show Printable Version Email this Page

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

Author: Xiphoid/dSHiFT

Description: This will teach you how to make it so that your signature and attachments are always aligned to the bottom of your post (see example pictures for more detail).



Show Your Support

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

Comments
  #42  
Old 09-22-2002, 12:51 AM
SpittingAngels
Guest
 
Posts: n/a
Default

from looking at the code and also the results, i am just wondering...why so many table cells? there's about 6 cells in that code and i can see theoretically how it can be done with just 3 cells. post[icon], post[title] and post[message] can go in a top cell with a colspan of 2 and then, underneath on the left is post[sig] and post[editedby] and on the right can go post[report] and post[iplogged]

post[attachment] can go either with the message or with the sig but best with the message, i think to keep everything in line.

couldn't this code be optimized better? now, this is just in theory, i haven't tried it my way myself yet but i can tell you from experience the table "height" specifications are oftentimes ignored by browsers when rendering pages and can in fact cause problems in the layout. and three cells makes a world of difference when that section of code is repeated numerous times in a page.
Reply With Quote
  #43  
Old 09-23-2002, 07:42 AM
Sc0rp Sc0rp is offline
 
Join Date: Jul 2002
Location: Netherlands
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mm installed it but in some cases it makes part of the sig disapear... I aint using it..
Reply With Quote
  #44  
Old 09-24-2002, 02:32 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is fantastic, I've got it installed and it's working wonderfully well - Thank you
Reply With Quote
  #45  
Old 09-25-2002, 09:40 AM
groovesalad
Guest
 
Posts: n/a
Default

Is there anyway that someone could help me incorporate this into a hack I have? When I try this, my Total Time Online hack messes things up.

<td bgcolor="$post[backcolor]" width="100%" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="85%">
<smallfont>$post[icon] <b>$post[title]</b></smallfont></td>
<td width="15%">
<p align="right"><smallfont>$onlinestatus</smallfont></td>
</tr>
<tr>
<td width="100%" colspan="2"><br>
<normalfont>$post[message]</normalfont><p>$post[attachment] </p>
<p>$post[signature]</p>
<p>$post[editedby]</p>
<!-- time online hack [ g-force2k2 ] -->
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]<br><a href='timeonline.php?s=$session[sessionhash]&action=view_leader'>Time Online:</a> $post[onlinetime]</smallfont></p>
<!-- time online hack [ g-force2k2 ] -->
</td>
</tr>
</table>

Any assistance would be greatly helped.
Reply With Quote
  #46  
Old 09-29-2002, 07:15 AM
PlenoJure's Avatar
PlenoJure PlenoJure is offline
 
Join Date: Aug 2002
Location: Melbourne, FL
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks I've been working on this for awhile now, saved me a lot of time. It works great,

Now only if i could get it to work in Opera...
Reply With Quote
  #47  
Old 09-29-2002, 06:39 PM
Omega Prime
Guest
 
Posts: n/a
Default

Thanks for posting this. Very useful
Reply With Quote
  #48  
Old 09-29-2002, 07:36 PM
Buddha Buddha is offline
 
Join Date: Jan 2002
Posts: 314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

groovesalad, you're having a problem because the elements aren't in tables.

seperate your sig & edit info from the warning hack... put them in seperate <td>'s.
Reply With Quote
  #49  
Old 10-08-2002, 08:30 AM
foularou foularou is offline
 
Join Date: Jul 2002
Location: In your .........
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this modification i'll will try now
Reply With Quote
  #50  
Old 10-08-2002, 08:42 AM
LoRDsTaR
Guest
 
Posts: n/a
Default

i hope i can help you

here is the postbit template part :


<td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top">
<table width="100%" border="0" cellpadding="0" align="left" height="100%">
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></smallfont></td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top"><p><normalfont>$post[message]</normalfont></p></td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20"> $post[attachment]</td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" >$post[signature]</td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" align="left" valign="top" height="8">$post[editedby]</td>
<td bgcolor="$post[backcolor]" align="right" valign="top" height="8"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]<br><a href='timeonline.php?s=$session[sessionhash]&action=view_leader'>Time Online:</a> $post[onlinetime]</smallfont></td>
</tr>
</table>
</td>


tell me if its works
Reply With Quote
  #51  
Old 11-13-2002, 04:48 PM
ZiRu$
Guest
 
Posts: n/a
Default

Can someone help me get it to work with my postbit?

<td valign="baseline" align="center" nowrap>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="33%"><smallfont> <nobr>(<a href="showthread.php?postid=$post[postid]#post$post[postid]">Post
#$countposts</a>)</nobr> </smallfont>
</td>
<td align="center" width="33%"><smallfont> <nobr>$post[foldericon] $post[postdate] <b>::</b> $post[posttime]</nobr> </smallfont></td>
<td align="right" width="33%"><smallfont> <nobr>quote:
<input type="checkbox" name="quotes[$post[postid]]">
</nobr> </smallfont></td>
</tr>
</table>
</td>
<tr>
<td width="100%"><center>$post[attachment]</center>
<p><normalfont>$post[message]</normalfont></p>
<p>$post[nowplaying]</p>
<p>$post[signature]</p>
<p>$post[editedby]</p>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

</table>

<!-- spacer --></td><td width="10"><img width="10" height="1" src="gridlock/space.gif" alt=""></td></tr></table>
Reply With Quote
Reply


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 01:00 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.14506 seconds
  • Memory Usage 2,297KB
  • Queries Executed 25 (?)
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
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete