PDA

View Full Version : Request: Disable signatures in View Private Messages


Dorign
07-30-2004, 02:54 AM
Probably pretty simple, but since I'm using a fixed width, signatures stretch the forum out a bit when you can see them while viewing private messages.

Since I'm not familiar with the template system yet, I have to ask.. how can I go about doing this?

What I want: Signatures can be seen in posts and what not, just not in private message posts.

Thanks!

Dorign
07-30-2004, 07:41 PM
Still seeking a solution to this problem. I've done a bit of snooping myself, and it doesn't look like this can be done via template editing. :(

Ghostsuit
08-03-2004, 12:08 PM
Answered in another thread but I'll post it here as well incase someone comes across this one.

Goto your postbit template

Find
<if condition="$post['signature']">

Change it to
<if condition="$post['signature'] AND THIS_SCRIPT != 'private'">

You'll also need to do that in your Postbit_legacy template if you use it.

This will disable the sig in private messages.