vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - Signature Only Shown Once (https://vborg.vbsupport.ru/showthread.php?t=136364)

Tralala 04-16-2007 02:02 PM

Silly question, but for the other users, have they/you set the "Sigs only shown once" option (in User CP -> Edit Options) to "yes?"

Black Hole 04-17-2007 01:09 AM

Quote:

Originally Posted by Tralala (Post 1229003)
Silly question, but for the other users, have they/you set the "Sigs only shown once" option (in User CP -> Edit Options) to "yes?"

Yes....I made this change.

Everything works fine with my log in, but it doesn't work with other usergroups. :confused:

Masala4india 04-22-2007 12:36 PM

Quote:

Originally Posted by Gbml2u (Post 1161175)
I cant adjust the settings although i hack like what you show. Please help me, thanks!
https://vborg.vbsupport.ru/

same error i m getting. please help me and please tell me code i have to use.

Find:
<if condition="$post['signature'] AND $firstsig == 0">


Replace With:
<if condition="$post['signature']">

or


HTML Code:
<if condition="$post['signature']">


<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
<else />
$scr_nosig
</if>Replace With:

HTML Code:
<if condition="$post['signature']">
<if condition="$firstsig == 0">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
<else />
$scr_nosig
</if>

Dismounted 04-22-2007 12:54 PM

Quote:

Originally Posted by Masala4india (Post 1233319)
same error i m getting. please help me and please tell me code i have to use.

Find:
<if condition="$post['signature'] AND $firstsig == 0">


Replace With:
<if condition="$post['signature']">

or


HTML Code:
<if condition="$post['signature']">


<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
<else />
$scr_nosig
</if>Replace With:

HTML Code:
<if condition="$post['signature']">
<if condition="$firstsig == 0">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
<else />
$scr_nosig
</if>

Use the instructions in the Readme...
As for the option, just input the field number of the field that you created. It's not really that hard.

Masala4india 04-23-2007 12:17 PM

Thanks. i will try again..

02TrueBlu 04-26-2007 05:26 PM

http://img207.imageshack.us/img207/7048/untitleddu0.jpg

i got this same picture and its not working

Dismounted 04-27-2007 06:12 AM

You have to enter the NUMBER of the field.

grandma2 06-25-2007 03:06 AM

Maybe just a simple error. Be sure to put the Field ID in the options box. You possibly have the display order # instead. {{ I did }}

Kinneas 09-13-2007 09:47 AM

Excellent mod.

*Installs*

letsjoy 12-04-2007 07:50 PM

working fine for logined members but not for guests how to enable it for guests ?


All times are GMT. The time now is 08: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.01145 seconds
  • Memory Usage 1,738KB
  • 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_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