Support Forum
Well... the best course is to set the maximum size you will allow in the Profile Options > Signature Image Size section. Out of curiosity - when you say get's 'cut off' howe do you mean? Cut off width? depth?
Not sure what you mean by 'code bar' though... Do you mean the breadcrumbs?
YELLOW
SWORDFISH
|
Yellow Swordfish said
Well... the best course is to set the maximum size you will allow in the Profile Options > Signature Image Size section. Out of curiosity - when you say get's 'cut off' howe do you mean? Cut off width? depth?Not sure what you mean by 'code bar' though... Do you mean the breadcrumbs?
Uhm, thanks for the help i mean with the code bar the bar with the bold text, italic,underlined..
edit, it gets cut off by the height, ill post a picture
<img src="http://www.fryegard.com/wp-content/uploads/2013/08/test.png" alt="" />
The display height is controlled in your display template and you will need to change it there. The template in question is the spTopicView.php template in the /templates folder of your SP theme.
Find the display function that controls the display of the signature - it probably is set like this:
sp_PostIndexUserSignature('tagClass=spPostUserSignature spCenter&maxHeightBottom=55');
and change that maxHeightBottom value from 55 (pixels) to whatever depth you need.
And the toolbar you refer to is the TinyMCE Rich text WYSIWYG editor which is available as a plugin from our downloads pages.
YELLOW
SWORDFISH
|
1 Guest(s)