Log in

View Full Version : No sigs in Private Messages?


GlitterKill
06-22-2004, 11:11 PM
I would like to be able set the private messages to always leave out sigs with no choice to enable them. How can I go about this?

Thanks guys (and gals). :)

Zachery
06-22-2004, 11:19 PM
I would like to be able set the private messages to always leave out sigs with no choice to enable them. How can I go about this?

Thanks guys (and gals). :)
in the postbit

<if condition="THIS_SCRIPT != private">signature code here </if>

Sylvus
06-23-2004, 12:56 AM
Awesome! vB2 now has conditionals! Great work :)

Syl...

GlitterKill
06-23-2004, 01:09 AM
in the postbit

<if condition="THIS_SCRIPT != private">signature code here </if>

Can you clarify a little more? what goes in place of "signature code here"? Just paste that where in the postbit template?

Thanks!

Boofo
06-23-2004, 01:49 AM
Can you clarify a little more? what goes in place of "signature code here"? Just paste that where in the postbit template?

Thanks!
This won't work for vB2. That is a conditional for vB3. ;)

Zachery
06-23-2004, 01:49 AM
Sorry, swore i saw this in general or vB3

GlitterKill
06-29-2004, 03:22 PM
Well, I meant to ask for VB3... can this be moved there? Sorry.

What would be the VB for dummies procedure to implement this? :)

Zachery
06-29-2004, 03:24 PM
in vB3 in the postbit

<if condition="THIS_SCRIPT != private">signature code here </if>

Boofo
06-29-2004, 03:40 PM
On my site I made a profile field and let each user be able to turn it off or on for themselves.

And moved thread to right area.

GlitterKill
06-29-2004, 04:43 PM
On my site I made a profile field and let each user be able to turn it off or on for themselves.

And moved thread to right area.
I figured it out.. thanks!