Support Forum

Signature image will not into signature area

SD Scott Dudley
Scott Dudley
Member

Hi guys, 

I am having an annoying problem with setting up signature image properly in my forum. The image has dimensions of 598 x 130 but the bottom of the image is chopped off/missing. 

I have found the setting in the dashboard for Signature Image Size and have tried every combination possible including setting the height to zero, which makes it unlimited. 

An example can be seen at http://locostmarketing.com/forum/seo/site-falling/#p60

My code for the image is as follows: 

<center><a href=”http://locostmarketing.com/StartABlogThatMatters”><img src=”http://locostmarketing.com/wp-content/uploads/598x1301sbtm.png” border=”0″ /></a></center>

Does anybody have any idea how I can make the full height of the image display please?

2 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

To save me typing it all again I hope you don’t mind if I direct you to the same question answered previously:
https://simple-press.com/support-forum/sp5-general-topics/signatures-getting-cut-off/

MP Mr Papa
Mr Papa
Member

The max height of the signature is controlled by the template function for displaying it… In your sp theme topic view template file, look for you call to:

sp_PostIndexUserSignature()

and change the maxHeightBottom argument to be as large (or small) as you want it to be… the default in our themes is 55px…