Hi there,
I’ve managed to set up the image attachment and all. When I’ve inserted my signature, it’s come out as centralised on the bottom of my post. Is it possible to flush it to the left?
Any help would be much appreciated.
Regards,
Mathew
Hi there,
I’ve managed to set up the image attachment and all. When I’ve inserted my signature, it’s come out as centralised on the bottom of my post. Is it possible to flush it to the left?
Any help would be much appreciated.
Regards,
Mathew
Depends on whether you just want your own to go left or everybodies. Let me know I can tell you how.
Then it is a small template change. The temolate for the tiopoic is – spTopicView.php in your SP themes /templates folder.
Track down the topic display until you find the signature display function which, by default, will probably look like this:
sp_PostIndexUserSignature('tagClass=spPostUserSignature spCenter&maxHeightBottom=55');
You can clearly see the argument ‘spCenter’ in there. Just change it to spLeft instead.
As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)