PDA

View Full Version : [VB3] How to show One Signature Per Thread?



Essam
Mon 1st Sep '03, 1:24am
Hi,

Is there a way to show the Signature for the users only once in each thread using conditionals?

Basically the condition needed to do this is:

(IF THE USER POSTED BEFORE IN THIS THREAD THEN)

Is this condition availible?

GMTalk
Mon 1st Sep '03, 3:32pm
I did this with a little code change and not conditionals. Basic as the one listed on vb.org. Just modify to vb3. Really it is easy.

Essam
Tue 2nd Sep '03, 3:32am
I'd really prefer not to touch the code, I create a big hassle to me with vb2. But since its as easy hack as vb2, then I will rethink it.

Thanks,

Joe
Mon 6th Oct '03, 4:49am
Did you ever figure this out?

himerus
Sun 4th Jan '04, 3:27pm
I'd like to see this implemented with conditionals somehow also... I think showing a users signature once per thread or even per page, would be more than enough.

dsotmoon
Thu 8th Jan '04, 8:08pm
I'd like to see this implemented with conditionals somehow also... I think showing a users signature once per thread or even per page, would be more than enough.


i have this in effect on my forums, works great...

http://www.vbulletin.com/forum/showthread.php?t=90108

himerus
Mon 12th Jan '04, 2:35pm
Perfect. Thanks!!!! Just what I had been looking for.