Ryan Cramer
Ryan Cramer
This can be done by using the render() method: ``` $text = 'text [[text]] text'; // any text with a Hanna code in it $hanna = $modules->get('TextformatterHannaCode'); echo $hanna->render($text); ```...
I noticed the issue just popped up one day without any changes to the core, so it seems to be due to a change in the webkit engine. The problem...
Actually it looks like changing the $tabs-height var in _vars.scss to 2.6em rather than 2.5em might resolve it. I'm guessing that messes it up in other browsers, but going to...
No it's not a breakpoint. Can't be done with a breakpoint because the only way to know when tabs need to switch to 2 rows (buttons) is by using JS...
Thanks Adrian, I've pushed a fix for this.
I haven't been able to duplicate this one. Have tried both repeater and repeater matrix with an images field set to max width dimension of 500px, and uploading giant jpegs...
Emails need to be unique if they are used for login, involved in any kind of user input during the password reset process, or any kind of other authentication. It's...
In the case you describe, it would have to be a superuser being sloppy because PW won't let other users change their email address to one already in use. Superuser...
Following that thread, it sounds like we've got some CSS declaration somewhere that has `.InputfieldForm` in it, when it should have `.InputfiedWrapper` instead? Does that sound right? So far I...
That particular tag is meant to surround the output that you want to make editable, not specifically to make an edit button. What you want to do with `` tag...