Kayo
New Member
Posts: 1
inherit
230548
0
Apr 2, 2016 20:43:09 GMT -8
Kayo
1
April 2016
kayo
|
Post by Kayo on Apr 2, 2016 20:50:55 GMT -8
I have noticed that most members that don't adhere to our forum's maximum signature height rule do that because they forget about it, not because they intend to be disruptive. I have the Signature Manager plugin at work, and moderators giving out warnings, but I want to have a reminder right on top of the text box where you fill in your Signature. Is it possible to have a line of text (similar to the "Shows up as personal text..." line) preferrably under the text "Signature", above the box, saying something like "Maximum signature height is 500px"? I don't actually know what kind of form the solution to this will be (plugin or template or headers/footers), so I dared posting here. I'm sorry if this is the wrong place. Thanks for reading!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 4, 2016 5:18:56 GMT -8
I think it would be easier to just set max-height of the signature to 500px using css and they would realize when it cuts off their signature that they screwed up
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on Apr 4, 2016 9:02:41 GMT -8
I tried finding a way to do that, but I couldn't find anything to target to place it there. I even tried putting something above the Preview link (which has an id), but it didn't work.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Jul 19, 2016 17:38:14 GMT -8
Handy I did something similar a while ago on my own forum in the settings pane. I added a pseudo element to the end of the signature label, gave it a text content: attribute, then styled it. Add this to the bottom of your custom CSS .form_user_edit_personal label:nth-child(46):after { display: block; font-size: 85%; font-weight: initial; font-style: italic; content: "Maximum signature height is 500px"; }
|
|