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 only on first post Details »»
Signature only on first post
Version: 1.00, by Zachariah Zachariah is offline
Developer Last Online: Jan 2020 Show Printable Version Email this Page

Version: 3.6.x Rating:
Released: 02-16-2007 Last Update: Never Installs: 210
Template Edits
 
No support by the author.

Signature only on first post VB3.6x

This will cause each user's signature to be shown only on their first post on each page vs. on every post during a thread listing.

Quote:
Originally Posted by Thug
Hi i was wondering if theres a hack where peoples sigs only show once per page?
In the postbit or postbit_legacy template,

Find :

Code:
<if condition="$post['signature']">
And replace it with this one:

Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
There can be only one ! ~ The Highlander

Show Your Support

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

Comments
  #12  
Old 02-18-2007, 04:17 AM
Jorrit787 Jorrit787 is offline
 
Join Date: Nov 2005
Location: The Netherlands
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tralala View Post
Smoothie was making a joke that he'd already said the same thing.
I'm aware that he already said it. I was merely adding my +1 to it.
Reply With Quote
  #13  
Old 02-18-2007, 11:49 AM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I always had an issue w/ signatures taking away from the thread's relevant information when reading 50-60 pages of posts, and seeing nothing but a bunch of self expression vs. participation in the debate.

I got to the point for 2-3 years of all that mess shoved in the member profile (where it belongs) and disabled signatures.

This allowed me to re-enable signatures.


Tralala,

There is less HTML to process per page of threads by the client browser, hence the page will load faster and "lag" less when scrolling up and down as there are less objects per page load.

(anyway my system lags less w/ my normal 20-30 windows open and 15 programs running)

Reply With Quote
  #14  
Old 02-18-2007, 03:17 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
(anyway my system lags less w/ my normal 20-30 windows open and 15 programs running)


I understand that and I very much appreciate it... but for folks to say "dial-up users are sure to love this" seems to miss the point. As if they are the only ones to see a benefit? As if duplicating sigs means the user has to download the same image multiple times?

I'm not putting down the add-on in any way, I use it and love it and think it should be available by default in the vBulletin core software. Precisely because it's not just for "dial-up modem warriors."
Reply With Quote
  #15  
Old 02-18-2007, 05:28 PM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you allow signatures on your forum, it's a constant battle keeping them acceptable in size. Don't matter to me if this does or does not affect page load times, it's never been an issue on my site. What it does do is clean up the post, so you're not seeing all that other nonsense that distacts from the actual posts.

I've been on some forums where the signatures allowed are these huge images, post after post with the same images. Very annoying if you ask me. This cuts the clutter to a minimum.
Reply With Quote
  #16  
Old 02-18-2007, 05:40 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tralala View Post
Precisely because it's not just for "dial-up modem warriors."
Oh yes I hear ya. I just got a kick out of the term
I can recall for many years wishing I could get a 9600, 14.4, 33.6, 56k .
I can recall only 12 hours left for this mp3 I found !

[high]* Zachariah dances[/high]

Quote:
Originally Posted by Smoothie View Post
I've been on some forums where the signatures allowed are these huge images, post after post with the same images. Very annoying if you ask me. This cuts the clutter to a minimum.
Exactly ! :up:
Reply With Quote
  #17  
Old 02-18-2007, 09:58 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah View Post
Oh yes I hear ya. I just got a kick out of the term
I can recall for many years wishing I could get a 9600, 14.4, 33.6, 56k .
I can recall only 12 hours left for this mp3 I found !
Heh. My first modem was 300 baud. I think I paid $500 to upgrade it to (full duplex!) 1200 baud. Don't even get me started on 2400 baud.
Reply With Quote
  #18  
Old 02-19-2007, 05:38 PM
Canis Firebrand Canis Firebrand is offline
 
Join Date: Jun 2006
Location: Michigan
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice. Thanks for posting this.
Reply With Quote
  #19  
Old 02-20-2007, 07:13 AM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you. I have installed it on my board.
Reply With Quote
  #20  
Old 02-22-2007, 06:56 AM
SnapOff Racing SnapOff Racing is offline
 
Join Date: Apr 2006
Posts: 336
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have a customized postbit legacy template and am having trouble integrating this...can you all help me please?
Reply With Quote
  #21  
Old 02-22-2007, 11:18 AM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SnapOff Racing View Post
i have a customized postbit legacy template and am having trouble integrating this...can you all help me please?
Hello try this.


Find:
Code:
<if condition="$post['signature']  AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)">
Replace:
Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)">
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 10:28 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.04679 seconds
  • Memory Usage 2,315KB
  • 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
  • (4)bbcode_code
  • (7)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
  • (3)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