@luc It wasn't too bad to fix, although i think before all the comments included the post itself counted as comments, now the post is a discussion. So i have to get the signature in both models.
@becool There is one more thing sorry, you will need to update to address a security concern. The output of a signature is now formatted with the htmlpurifier to prevent malicious javascript in signature for example. I urge you to upgrade or change line 36 of defaul.php to
Comments
Thanks
@luc It wasn't too bad to fix, although i think before all the comments included the post itself counted as comments, now the post is a discussion. So i have to get the signature in both models.
<?php echo Gdn_Format::Html($Comment->Signature); ?>