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']


All times are GMT. The time now is 10:37 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.01117 seconds
  • Memory Usage 1,735KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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