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)

Evey 06-05-2007 01:29 PM

Installed on vbulletin 3.6.7 PL1, no problems. Thanks for posting the solution.

Kihon Kata 06-07-2007 03:35 AM

Is there anyway to make this a plugin/product and not a template edit?

Zachariah 06-07-2007 11:50 AM

Quote:

Originally Posted by Kihon Kata (Post 1262914)
Is there anyway to make this a plugin/product and not a template edit?

Yes I am sure. I just have not worked on it yet.

Kihon Kata 06-07-2007 11:53 AM

Quote:

Originally Posted by Zachariah (Post 1263190)
Yes I am sure. I just have not worked on it yet.

Its not that I don't know how to edit templates, I just hate it when I upgrade the board sometimes. :)

Will we be seeing it?

Thanks!

momo2 07-23-2007 01:21 AM

i did it but i am still getting my sig on replies shown..

SpaceStar 07-24-2007 10:28 PM

Hello

I am facing a problem. The hack is working fine but there is some code troubling... can one of you wise-guys see what is problem in this code:

$template_hook[postbit_signature_start]

<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)">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

$template_hook[postbit_signature_end]

Hams 08-02-2007 12:29 PM

Thanks Zachariah

noonespecial 08-18-2007 05:14 AM

I ended up putting signatures in collapsible boxes. I got too annoyed with them being so full.

Yogesh Sarkar 08-24-2007 07:01 PM

Thanks a lot, working fine on 3.6.8

NFLfbJunkie 08-27-2007 02:03 PM

The following is my code in my postbit template:

HTML 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)">

And when I replace the following (see below) with the replacement text, it does remove the signatures from all of the posts (except the first one), but AND ((0<0 AND 0>=0) OR 0==0)"> shows above the signature in the first post.

HTML Code:

<if condition="$post['signature']

Subah 08-29-2007 12:51 PM

Thanks i like it :)

momo2 09-05-2007 09:00 PM

Installed, thanks, worked perfect on postbit also..

Tane 09-07-2007 10:53 AM

I would like to have the sig show up only in the 1st post per thread, not per page. Is this possible?

Thanks.

ehsanix 10-02-2007 04:11 PM

Nice mod. thanks

Traxdata 12-19-2007 10:47 PM

works fine on vb 3.7.0. beta2 :) postbit changes required

CrashPush 03-18-2008 02:25 PM

This is a great hack that works great in 3.7.0 B5.

J98680Bxxxxx 05-09-2008 06:37 AM

Thanks Zachariah :up:
This is a great mod. Simple and efficient. Installed on vB 3.7

Silvio 05-20-2008 12:43 PM

in VB 3.7 works but has an issue on my case. (never noticed on 3.6)

infact if I post 1 argument then the second post will not have the signature, edit this second post and save it again will have signature.

then if you post again a 3d one w/o editing all signature (unless the firstone) will disappear :S .......really particular issue!!

I know this is for 3.6 and not 3.7 but is there a way to fix this 4 vB3.7?

ciao - take care

regards

Silvio 05-22-2008 10:02 AM

after some trials i discovered that the issue reported above is related to quick edit. infact in anycase if you use quickedit pane the hack won't work, wile if you use the normal editor it works like a charm

Keesa 09-18-2008 11:13 PM

Works fine on 3.7.3!!!!!

abdobasha2004 10-03-2008 10:11 PM

is it useful for SEO?

Zachariah 10-04-2008 12:26 AM

Quote:

Originally Posted by abdobasha2004 (Post 1636803)
is it useful for SEO?

Perhaps in a tiny way, as there will be less data on the page that may not have anything to do with the current page content.

I would have to do tests and results to say yes or no.

Allan 02-16-2009 06:27 AM

Work perfectly on vB 3.8.1, thank you, installed ;)

93Corvette 03-07-2009 05:21 AM

I think I may be doing something wrong.... I keep getting a </if> missing error.
Is this missing a </if> statement?

Here is my code:

Code:

                $template_hook[postbit_signature_start]
                $ad_location[ad_showthread_firstpost_sig]

<!-- ****** Kill the Below to have only one signature per post ****** -->
<!-- ******    <if condition="$post['signature']">  ***** -->
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
<!-- ********* ABOVE IS FOR 1 signature per Post ******* -->

                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>

Thanks in advance....

coffee 03-10-2009 07:18 AM

Quote:

Originally Posted by Allan (Post 1745661)
Work perfectly on vB 3.8.1, thank you, installed ;)

Thank you, I just tested it and working great !

edytwinky 05-05-2009 06:27 PM

Works great!

Thanks!

letsjoy 09-17-2009 09:55 PM

Its not working properly on 3.8.2 tested... :((

m2006 09-19-2009 10:34 AM

working install thank you for mod

jonbaker 12-20-2009 07:09 AM

cant get to work for Version 3.8.4

TripleChin 04-13-2010 12:55 AM

This mod works on 4.0 Publishing Suite with the one minor change below.
Code:

<vb:if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">


Going to work on getting it limited to one post per thread.

NAZIA 04-14-2010 06:32 PM

Good Idea..

mindfrost82 06-01-2010 01:20 PM

Worked fine in 3.8.5 for me.

Merjawy 09-05-2010 05:53 AM

Quote:

Originally Posted by TripleChin (Post 2020251)
This mod works on 4.0 Publishing Suite with the one minor change below.
Code:

<vb:if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">


Going to work on getting it limited to one post per thread.

Yep yep.... Works
thanks

teknolyfe 10-07-2010 06:08 PM

Quote:

Originally Posted by Merjawy (Post 2093986)
Yep yep.... Works
thanks

Any luck on the fix for making it only for the first post in the thread?

pakhackerz 11-01-2010 04:17 AM

i found
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
in postbit_articles and postbit_flipped templetes.
so what i have to do

jonbaker 07-15-2011 03:37 PM

need for 4.1.4 please advise

HMBeaty 07-15-2011 07:33 PM

Quote:

Originally Posted by jonbaker (Post 2220875)
need for 4.1.4 please advise

Here you go

www.nofal 12-21-2014 02:26 PM

Thanks


All times are GMT. The time now is 03:15 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.01445 seconds
  • Memory Usage 1,791KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (7)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
  • (38)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