vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Signature only on first post (https://vborg.vbsupport.ru/showthread.php?t=139689)

Jorrit787 02-18-2007 04:17 AM

Quote:

Originally Posted by Tralala (Post 1185057)
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.

Zachariah 02-18-2007 11:49 AM

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)

:)

Tralala 02-18-2007 03:17 PM

Quote:

Originally Posted by Zachariah (Post 1185217)
(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."

Smoothie 02-18-2007 05:28 PM

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.

Zachariah 02-18-2007 05:40 PM

Quote:

Originally Posted by Tralala (Post 1185331)
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 :p
I can recall for many years wishing I could get a 9600, 14.4, 33.6, 56k :D.
I can recall only 12 hours left for this mp3 I found !

[high]* Zachariah dances[/high]

Quote:

Originally Posted by Smoothie (Post 1185420)
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:

Tralala 02-18-2007 09:58 PM

Quote:

Originally Posted by Zachariah (Post 1185438)
Oh yes I hear ya. I just got a kick out of the term :p
I can recall for many years wishing I could get a 9600, 14.4, 33.6, 56k :D.
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. :D

Canis Firebrand 02-19-2007 05:38 PM

Very nice. Thanks for posting this.

Endurer 02-20-2007 07:13 AM

Thank you. I have installed it on my board.

SnapOff Racing 02-22-2007 06:56 AM

i have a customized postbit legacy template and am having trouble integrating this...can you all help me please?

Zachariah 02-22-2007 11:18 AM

Quote:

Originally Posted by SnapOff Racing (Post 1188133)
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)">


All times are GMT. The time now is 08:02 PM.

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.01232 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete