vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Showing signature once per-thread page (https://vborg.vbsupport.ru/showthread.php?t=242422)

hpmustangs 05-13-2010 11:01 AM

Showing signature once per-thread page
 
I need help and or someone to write some code for Showing signature once pre-thread page for each member ..

I search vbulletin.org and NO one has done this b4 .. wow .. someone came close with
the Hide sig and avatar idea .. but I am not looking to do that ..

Just looking to show sigs only once per-thread page for each member ..

Thanks..

BTW the first person to write this keeps my idea :D

BTW I am running Vb 3.8.5 but will run 4.0x if someone can write this..

Boofo 05-13-2010 11:20 AM

Sorry, but this has been done since way back in the vb 3.5 days. For vbulletin 4 do the following:

In the postbit AND/OR postbit_legacy template

Find:

Code:

<vb:if condition="$post['signature']">
REPLACE it with:

Code:

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

hpmustangs 05-13-2010 11:26 AM

Thank you .. I found the same code on some other site .. I got linked to ..

Thanks again however.. :up:

Quote:

Originally Posted by Boofo (Post 2036282)
Sorry, but this has been done since way back in the vb 3.5 days. For vbulletin 4 do the following:

In the postbit AND/OR postbit_legacy template

Find:

Code:

<vb:if condition="$post['signature']">
REPLACE it with:

Code:

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


slimgamer 05-17-2010 08:39 PM

thanks, still works!


All times are GMT. The time now is 01:18 AM.

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.01359 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete