vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Stop showing signature more than once in each page! (https://vborg.vbsupport.ru/showthread.php?t=233514)

ToNetU 01-18-2010 10:00 PM

Stop showing signature more than once in each page!
 
1 Attachment(s)
hi there,

this is how to stop showing signature twice in the same page.

to do this, find in postbit template or postbit_legacy if you are using it
Code:

<vb:if condition="$post['signature']">
replace it to this:
Code:

<vb:if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
- when you post something by using quick post box, it will show you the signature if it's already shown, but when you refresh the page it will disappear :)
- if there are for example 2 pages in the thread it will show the signature once per page.

- PLEASE don't forget to click install.

that's it :)

Arcade Fire 01-19-2010 04:35 PM

Nice, Excellent, installed & nominate! :D

Dr.osamA 01-20-2010 12:43 AM

???? ???? ??? ??? ?? ???

Thanxxx

installed & 5 stars
________
TRICHOMES

ToNetU 01-20-2010 02:04 AM

Quote:

Originally Posted by Arcade Fire (Post 1960354)
Nice, Excellent, installed & nominate! :D

thanks mate.

Quote:

Originally Posted by Dr.osamA (Post 1960759)
جزاك الله الف خير يا سيد

Thanxxx

installed & 5 stars

وياك اخوي
thanks

3DUInc 01-20-2010 02:39 AM

Tagged for future install and thank you :)

ToNetU 01-20-2010 03:09 AM

Quote:

Originally Posted by 3DUInc (Post 1960820)
Tagged for future install and thank you :)

you are most welcome :)

sdavis2702 01-21-2010 05:54 PM

I've been on the fence about this one for a long time but I think it's a quality mod. Thanks.

steve1966 01-22-2010 03:19 PM

great thanks

woffie 01-24-2010 06:03 PM

Great Mod! Thanks!

ToNetU 01-27-2010 05:25 PM

Quote:

Originally Posted by sdavis2702 (Post 1962577)
I've been on the fence about this one for a long time but I think it's a quality mod. Thanks.

Quote:

Originally Posted by steve1966 (Post 1963501)
great thanks

Quote:

Originally Posted by woffie (Post 1965449)
Great Mod! Thanks!

you are most welcome guys..
it's a great feeling when you see your first mod important for some people :) ..

is_it_me 02-21-2010 11:51 AM

Just used this on my vb4.02 test site, excellent stuff. :)

When I do the live site upgrade I'll be able to switch on signatures for the first time without them driving me nuts!

ToNetU 02-26-2010 12:15 AM

Quote:

Originally Posted by is_it_me (Post 1987991)
Just used this on my vb4.02 test site, excellent stuff. :)

When I do the live site upgrade I'll be able to switch on signatures for the first time without them driving me nuts!

glad to see this mod help your members to let them use a signature :)

Forum Lover 02-26-2010 12:23 PM

But Show your signature is checked. How can I make it UNCHECKED by default?

Thanks in advance.

ToNetU 02-26-2010 05:09 PM

Quote:

Originally Posted by Forum Lover (Post 1991951)
But Show your signature is checked. How can I make it UNCHECKED by default?

Thanks in advance.

sorry i didn't get it, could you explain more so i can help.

Forum Lover 02-27-2010 11:00 AM

Quote:

Originally Posted by ToNetU (Post 1992150)
sorry i didn't get it, could you explain more so i can help.

http://img.cx/QSA0.png

ToNetU 02-27-2010 05:06 PM

Quote:

Originally Posted by Forum Lover (Post 1992732)

i know how to do that except quickreply box "i tried to disable it by edit clientscript/vbulletin_quick_reply" but unfortunately i couldn't, BUT fortunately i could uncheck it by default by edit these templates:
1- newreply 2- newthread 3- editpost
find:
Code:

{vb:raw checked.signature}
remove it
that's it.

it will uncheck "Show signature" by default in "new reply page + new thread page + edit post/thread"

Forum Lover 02-28-2010 05:23 AM

Quote:

Originally Posted by ToNetU (Post 1993039)
i know how to do that except quickreply box "i tried to disable it by edit clientscript/vbulletin_quick_reply" but unfortunately i couldn't, BUT fortunately i could uncheck it by default by edit these templates:
1- newreply 2- newthread 3- editpost
find:
Code:

{vb:raw checked.signature}
remove it
that's it.

it will uncheck "Show signature" by default in "new reply page + new thread page + edit post/thread"

thnx... its working. :)

Juggernaut 03-01-2010 12:15 AM

Great mod. Installed. :D

Taurus MFF 03-13-2010 09:37 PM

great mod, installed on my 4.0.2 site.

one thing I have noticed... it blocks animated gifs in a users signature even in the first occurrence of the sig. everything else in the sig block shows the first time except for the gif image.

any idea why this is happening?

ToNetU 03-14-2010 04:41 PM

Quote:

Originally Posted by Taurus MFF (Post 2003080)
great mod, installed on my 4.0.2 site.

one thing I have noticed... it blocks animated gifs in a users signature even in the first occurrence of the sig. everything else in the sig block shows the first time except for the gif image.

any idea why this is happening?

it does NOT block anything in the signture. if you can read the code again you will see that notice that it's too small to block something :)

what's happening with you is not because of this mod.

have you change anything in postbit or postbit_legacy or it's the origenal template? and which one you are using postbit or postbit_legacy? and finally can you attach the template here so i can check it.

K4GAP 03-18-2010 06:25 AM

noob question: Why is this little mod classified as "Not Supported". What does that mean? I'm always scared to use mods that say that.

icemann 03-18-2010 03:01 PM

Very cool, thanks. :cool:

ToNetU 03-18-2010 07:56 PM

Quote:

Originally Posted by GaryT (Post 2005850)
noob question: Why is this little mod classified as "Not Supported". What does that mean? I'm always scared to use mods that say that.

don't be scared "Not Supported" show you that the coder will not support his/her mod. but that was my mistake i didn't check the "supported" box. now it's supported :)

Taurus MFF 03-22-2010 04:48 PM

Quote:

Originally Posted by ToNetU (Post 2003508)
it does NOT block anything in the signture. if you can read the code again you will see that notice that it's too small to block something :)

what's happening with you is not because of this mod.

have you change anything in postbit or postbit_legacy or it's the origenal template? and which one you are using postbit or postbit_legacy? and finally can you attach the template here so i can check it.

you are 100% correct, problem had nothing at all to do with this effective mod! works as it is supposed to, no problems at all!

justasiam 03-24-2010 11:57 PM

Awesome! Thank you

SgtSling 04-16-2010 07:22 AM

how can you make this so in quick reply the signature is not checked. I get the instructions for new thread.. etc

8thos 11-26-2010 12:27 AM

Thank you so much!

res6cue 12-01-2010 03:59 AM

I love this mod, it makes long threads look so much less cluttered!

EdQ 06-19-2011 04:46 PM

Quote:

Originally Posted by SgtSling (Post 2022055)
how can you make this so in quick reply the signature is not checked. I get the instructions for new thread.. etc

Subscribed

jonbaker 07-15-2011 12:34 AM

can someone verify on 4.1.4. i cannot get it to work..

thank you

ToNetU 08-01-2011 04:29 AM

Quote:

Originally Posted by jonbaker (Post 2220666)
can someone verify on 4.1.4. i cannot get it to work..

thank you

it's working without any problem on 4.1.5

DNN 10-24-2011 07:54 PM

does this help with SEO?

sisterhood 10-25-2011 02:04 PM

Extra Nice thx

svBK.vn 11-10-2011 06:01 AM

Thanksssssssss

Installed & Excellent

Ziki 01-14-2012 08:50 PM

Quote:

Originally Posted by DNN (Post 2261153)
does this help with SEO?

noooooooooo.....

vBNinja 04-15-2012 05:32 PM

NOT working on 4.1.10 ....

Now it doesnt show any signatures :(

Dwarden 04-19-2012 09:32 PM

may i ask, would be possible to make this option-able for users in theirs profile settings?

Kirk Fitzgerald 08-18-2012 08:36 PM

Working fine in 4.2.0 PL2 :)

Justinphx 12-04-2012 06:42 PM

Added script to v 4.1.12 p3 and works like a charm. Great idea.

gariksher 01-11-2013 09:59 AM

Amazing ! work with 4.2 PL3 !


All times are GMT. The time now is 06:18 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.01416 seconds
  • Memory Usage 1,799KB
  • 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
  • (4)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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