R_J
AdminR_J Admin
-
Re: Question about MarkDown rendering on the fly
Vanilla is doing it server side with PHP. It's done with the Gdn_Format class method to() which takes the text and the format: Gdn_Format::to($body, $format); (View Post)1 -
Re: Incorrect datetime value
Thanks for the details! Open /applications/yaga/models/class.badgeawardmodel.php and exchange line 73 which looks like this: 'DateInserted' => date(DATE_ISO8601) with that: 'DateInserted' => Gd… (View Post)4 -
Re: Articles 1.2.0 Released
@toolsmythe use the attached file as the /applications/articles/settings/structure.php file (View Post)2 -
Re: Articles 1.2.0 Released
Me again... 😀 I get the same error (only with 767 bytes). @Shadowdare The problem is the encoding of databases. utf8mb4 allows varchar values of maximum 191 and Articles is using up to 500. Either al… (View Post)1 -
Re: Cannot get Rich Editor to work in embedded comments
If I understand it right the problem is as such: The format for new posts is "Rich" In embedded comments, the editor is not used The "Rich" format doesn't accept simple text input… (View Post)1