PDA

View Full Version : Show your signature in Private Message


Marcos2
Sat 22nd Mar '08, 10:08am
Hello,

I can't find the option in the ACP to disable and/or uncheck this option when members are PMing each other. Does anyone know where its at? I want to prevent members from using this option.

Thanks,

Marcos

Wayne Luke
Sat 22nd Mar '08, 11:58am
There is no option in the Admin CP. You will need to change the template to send private messages and set it to a hidden unchecked field.

Marcos2
Sat 22nd Mar '08, 12:13pm
Hey Wayne,

Thanks for the quick response. How would I actually do that (remove the option from displaying, but still keeping it in the template but unchecked)? Not sure how to modify the code that way.

Thanks,

Marcos

Wayne Luke
Sat 22nd Mar '08, 12:22pm
Change its type to hidden and give it a value like value="". You'll want to remove any surrounding HTML describing the option as well.

Marcos2
Thu 8th May '08, 7:03pm
Can you provide a more specific answer? I tried doing what you mentioned and it is not working. Thanks.

Wayne Luke
Thu 8th May '08, 8:58pm
<input type="hidden" name="signature" value="0">

You would take all the code for displaying the signature and replace it with the above.

Marcos2
Thu 8th May '08, 11:04pm
Worked perfectly! Thanks :)