Quote:
Originally posted by VirtueTech
It would be best if the system only allowed the users to send the custom Usenet Signature only. At least for my site it would.
|
For a quick fix to allow this now, find on or around line 877 that currently reads:
Code:
$signature = $thread->{signature};
and change to:
This will cause a blank signature to be sent to usenet if a custom one is not set.