UBB.Dev
Posted By: Turbosport Sigs appearing in previews - 12/12/2003 9:51 PM
When the add sig checkbox is unchecked the users sig is still howing in the preview, I have fixed it like this:

addpost.php

Code
<br />// -----------------------<br />// Add the sig to the post<br />   if ($printsig && $addsig) {<br />      $printsig = "<br /><br />---------------------<br />$printsig";<br />}<br />else {$printsig="";   <br />}<br />
© UBB.Developers