the signature can be removed from post.asp by finding and removing this line:
<input name="Sig" type="checkbox" value="yes" checked>Check here to include your profile signature.<br>
The valign is screwed up because it is a table within a cell. you would have to have the entire contents of the message and signature with a valign of bottom and that could cause some ugliness...
seems to work ok for posts that have signatures.. but new posts appear without sigs- any ideas? or any idea how to for to put a sig in if it's in the db? it seems that if i take out the check for include sig, it won't appear :(
edit- actually replies add the sig, but new topics do not. are new topics added somewhere where it hasn't been modified?
quote: seems to work ok for posts that have signatures.. but new posts appear without sigs- any ideas? or any idea how to for to put a sig in if it's in the db? it seems that if i take out the check for include sig, it won't appear :(
edit- actually replies add the sig, but new topics do not. are new topics added somewhere where it hasn't been modified?
Edited by - gimpism on 05 July 2001 23:27:02
there are 2 instances where you have to change the code.
the one for the topics is at the bottom in the subroutine GetFirst().