Blacky63 Posted February 16, 2019 Share Posted February 16, 2019 Ah thank you. For some reason I don't have that "Source" option in my Wysiwig editor, in my case it starts with the B of Bold. I'll go and find out why I don't see that there, might be a rights issue. Not sure. Thanks! Quote Link to comment Share on other sites More sharing options...
S!r.ReaDy Posted February 16, 2019 Share Posted February 16, 2019 The source button might be disabled. I am pretty sure pasting as source will solve your problem 1 Quote Link to comment Share on other sites More sharing options...
Blacky63 Posted February 16, 2019 Share Posted February 16, 2019 Yep, it was a rights issue. The source button gets disabled when group permissions do not allow html input. I enabled html input now and it indeed solved the problem. Thank you very much!! Quote Link to comment Share on other sites More sharing options...
S!r.ReaDy Posted February 16, 2019 Share Posted February 16, 2019 You are welcome Enjoy Quote Link to comment Share on other sites More sharing options...
Hakuna Matata Posted November 8, 2019 Share Posted November 8, 2019 Just one suggestion. The custom code for the field Status can be: {{if ($formValue=='pending')}} <span class="ipsBadge ipsBadge_style3 ipsPos_right">{$value|raw}</span> {{elseif ($formValue=='fixed')}} <span class="ipsBadge ipsBadge_style4 ipsPos_right">{$value|raw}</span> {{elseif ($formValue=='closed')}} <span class="ipsBadge ipsBadge_style6 ipsPos_right">{$value|raw}</span> {{endif}} This way the field can be used with any language and the field value can be changed/translated any time without losing formatting. Quote Link to comment Share on other sites More sharing options...
Akai90 Posted December 19, 2020 Share Posted December 19, 2020 please edit text colour.. i cant proper read the text.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.