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

Reply
 
Thread Tools
Signature Legend, new signature look (V2) Details »»
Signature Legend, new signature look (V2)
Version: 2.01, by Roms Roms is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.7 Rating:
Released: 12-18-2006 Last Update: 06-02-2007 Installs: 129
Template Edits
 
No support by the author.

Signature Legend

By: Roms, AN-net, and Sledgstone
Easy, 1-5 mins

This will add a simple legend (border) and members username around each members signature. Organize and make signatures look personalized for each user, easily.

(this adds the border, curved corners, and "username's sig:" around the users signature.)

Note: If you want the signature forced to the bottom of each post (Postbit Legacy) please use the second version (V2). I have left the old Version (V1) if you only want the signature enhanced.... Please Note it may not work on heavily moded sites...



Please remember to click Mark as Installed if you use this modification. (See Mod Options >)
If you use it please click INSTALL. Thanks :banana:

Supporters / CoAuthors

Show Your Support

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

Comments
  #62  
Old 04-10-2007, 06:13 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjmjr69 View Post
Delete that whole line? Cause I do not see anything with that except a whole line of code?

Thanks this is classy

I forgot how to do it too lol

Just remove this line of code in red

Code:
 <!-- sig -->
   <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
   <div valign="bottom">
<fieldset><legend>$post[username]'s Sig:</legend>$post[signature]</fieldset>
   </div>
  <!-- / sig -->
Reply With Quote
  #63  
Old 06-08-2007, 08:53 PM
Kalina's Avatar
Kalina Kalina is offline
 
Join Date: Mar 2005
Location: Canada
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is amazing! Looks so much better! Thanks so much!!
Reply With Quote
  #64  
Old 06-08-2007, 11:13 PM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kalina View Post
This is amazing! Looks so much better! Thanks so much!!
Thanks
Reply With Quote
  #65  
Old 06-10-2007, 09:18 AM
Philipaclayton Philipaclayton is offline
 
Join Date: Apr 2007
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks good going to install cheers
Reply With Quote
  #66  
Old 06-17-2007, 11:03 PM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Philipaclayton View Post
looks good going to install cheers
Thanks, please click "mark as installed if you use it.
Reply With Quote
  #67  
Old 07-19-2007, 02:46 PM
chiwexa chiwexa is offline
 
Join Date: Jul 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, but how can I get the curved corners?
Reply With Quote
  #68  
Old 07-20-2007, 08:22 PM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chiwexa View Post
Thanks, but how can I get the curved corners?
The corners are rounded in IE and may not show up the same way in Firefox...
Reply With Quote
  #69  
Old 12-02-2007, 06:17 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question why would you do all that extra coding to put it towards the bottom rather then default top? All you have to do is add valign="bottom" in the div section. Let me show you to put it at the bottom all you have to do is:

Here is normal code within postbit_legacy

Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
All you have to do is within the <div> is do this:
Code:
<if condition="$post['signature']">
<!-- sig -->
<div valign="bottom">
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
So to do both mods bottom and your new sig border is:

Open postbit_legacy
Find:
Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Replace with:
Code:
	   <if condition="$post['signature']">
		<!-- sig -->
			<div valign="bottom">
			<fieldset><legend>$post[username]'s Sig:</legend>$post[signature]</fieldset>
			</div>
		<!-- / sig -->
		</if>
Reply With Quote
  #70  
Old 12-06-2007, 12:25 AM
turbo.:R turbo.:R is offline
 
Join Date: Apr 2007
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so does it work in firefox?
Reply With Quote
  #71  
Old 01-24-2008, 11:57 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have Singnatures set to not show in PM's but the legend is still there how do i remove it
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 12:06 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.04894 seconds
  • Memory Usage 2,312KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_code
  • (4)bbcode_quote
  • (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
  • (11)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