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)

da420 03-07-2007 05:01 PM

Quote:

Originally Posted by TWTCommish (Post 1198043)
All my profile fields save fine, except the one added via this hack. While I suppose it is technically possible that the problem is with their own software, then, that's one remarkable coincidence.

This hack doesn't add a profile field. You add it via the software manually so it would be nothing wrong with this hack, but with the vBulletin software itself, or another hack that seems to be conflicting with your custom profile fields.

BTW, I have this installed, and it works wonderfully. Thanks!

TWTCommish 03-08-2007 07:24 PM

Wow, what ridiculous hostility. I just ran through the installation again, and the exact same problem occurs; the option does not save, nor has it produced any effect on my threads.

I'm using the original profile.php, too, and have double-checked everything.

Look, I don't know why it's not working, and apparently, neither do any of you. If your response to my pointing my problems out is to get touchy and defensive, then it's probably wise that I look elsewhere. Thanks anyway.

Bounce 03-11-2007 02:09 AM

Nice idea, can it be usergroup set where admins and maybe say VIP members will have there sigs showing in all of the posts ? But "normal" users will not

Not uploaded zip yet , just enquiring :D

Dismounted 03-11-2007 02:46 AM

Yes, it is possible by adding an extra conditional to the plugin.

Bounce 03-13-2007 12:21 AM

Quote:

Originally Posted by Dismounted (Post 1200592)
Yes, it is possible by adding an extra conditional to the plugin.


which is lol :up: :D

Black Hole 04-06-2007 06:31 PM

I've loaded this hack, but it only works for members who manually choose the YES option.

Is there a way within the Admin CP to adjust this setting for all current members?

I have not loaded the template hack that was posted elsewhere....I'd rather use this plugin if possible.

Thanks,

Matt.

Tralala 04-06-2007 06:32 PM

Quote:

Originally Posted by Black Hole (Post 1221275)
I've loaded this hack, but it only works for members who manually choose the YES option.

Is there a way within the Admin CP to adjust this setting for all current members?

I have not loaded the template hack that was posted elsewhere....I'd rather use this plugin if possible.

Thanks,

Matt.

Scroll up to post #21.

Black Hole 04-06-2007 07:00 PM

Thanks...

I did edit that code earlier, but while troubleshooting I found another error after that.

I edited the code from post 21 again, and now it's working. :D

THANKS GUYS!!!!!

Tralala 04-06-2007 07:08 PM

Quote:

Originally Posted by Black Hole (Post 1221305)
Thanks...

I did edit that code earlier, but while troubleshooting I found another error after that.

I edited the code from post 21 again, and now it's working. :D

THANKS GUYS!!!!!

Did you have to make changes to make it work, or was it just "trying a 2nd time" that did it?

If you had to make an edit, please share it here to help other installers.

Black Hole 04-16-2007 01:52 PM

Quote:

Originally Posted by Tralala (Post 1221313)
Did you have to make changes to make it work, or was it just "trying a 2nd time" that did it?

If you had to make an edit, please share it here to help other installers.

I think just trying a 2nd time...

ALTHOUGH, this hack works for me, but not for other users. :confused:

If I log in as one of my moderators or super mods, they see each and every signature, although when I'm logged in as myself, I only see the first sig.

Any ideas about that one???:confused:

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 ?

Dismounted 12-09-2007 02:12 PM

This modification is for members to choose an option, guests can't choose anything, therefore it will not work for guests.

shrooki 12-11-2007 02:52 AM

I'm an admin and i see every single signature, even though i selected it to "yes". Is this normal?

Very simple to install dismounted! Thanks!

Dark_Sirius 12-11-2007 06:06 AM

Holy hell. That is the cleanest looking install guide I have EVER seen. Great addon btw. :D

Dismounted 12-13-2007 05:03 AM

Quote:

Originally Posted by shrooki (Post 1398957)
I'm an admin and i see every single signature, even though i selected it to "yes". Is this normal?

Very simple to install dismounted! Thanks!

You will see the signature of a user's first post in that thread. All posts after a single user's first will not show the signature.
Quote:

Originally Posted by Dark_Sirius (Post 1399038)
Holy hell. That is the cleanest looking install guide I have EVER seen. Great addon btw. :D

You should see my updated ReadMe in a few of my other mods.

kaptanblack 12-13-2007 11:44 AM

Thanks

larrydavidow 01-06-2008 04:48 AM

This mod also didn't work for me until I selected "No" and then "Yes" again in my profile.

Catziggy 01-06-2008 02:25 PM

^^^ Same with me.

Is there something we can do to initialise it straight away.

letsjoy 01-06-2008 09:08 PM

how to enable it for guests ?
Thanks

Dismounted 01-07-2008 07:42 AM

Quote:

Originally Posted by Catziggy (Post 1416531)
^^^ Same with me.

Is there something we can do to initialise it straight away.

It should start as "No".
Quote:

Originally Posted by letsjoy (Post 1416768)
how to enable it for guests ?
Thanks

You can't as they don't have their own control panel.

Big Boss 01-23-2008 12:10 PM

Thanks! Always been a fan of this mod.

sheknows_com 02-22-2008 08:42 PM

When I doulble click on it in the vBulletin options, it ONLY lets me choose what Field ID to associate it with, no other options?

Any suggestions?

Dismounted 02-23-2008 11:07 AM

Have you read the ReadMe?

rnixon 03-01-2008 09:04 AM

My users asked for this, thanks for making it easy to oblige.

We all like having a choice about these things, cheers for writing it that way.

CHPMustang 05-08-2008 06:28 PM

Dismounted,you going to update this great mod to work with 3.7 eventually?

Dismounted 05-10-2008 05:15 AM

Eventually, yes.

CHPMustang 05-10-2008 09:32 PM

Quote:

Originally Posted by Dismounted (Post 1514597)
Eventually, yes.

Excellent deal! I'll stay tuned! :cool:

mrahul 05-15-2008 09:46 AM

releases for 3.7.x ?

Dismounted 05-17-2008 06:54 AM

Have you tried to see if it works on 3.7?

mrahul 05-26-2008 06:47 AM

I have not yet tried but I don't want complications so just making a future confirmation

letsjoy 06-15-2008 08:48 PM

It,ll work as optimization if it works for guests


All times are GMT. The time now is 11:29 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.01295 seconds
  • Memory Usage 1,817KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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