I am working off an older version of these templates... but I found that I was able to restore the ability to see signatures by editing viewtopic_body. and adding this to the template:
find:
- Code: Select all
<div class="postbody">{postrow.MESSAGE}</div>
add below:
- Code: Select all
<!-- IF postrow.SIGNATURE -->
<span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
<!-- ENDIF -->
Unfortunately, I still don't see my signature when posting from mobile. (though signatures from posts made on regular style now appear) I'll see about updating my mobile stuff so we're working off the same version.















