Hi!
Check, please, fresh version 1.2.
Now you can override the template "private-message--windows-inbox.html.twig" in your theme and use it to write any date format:
{{ created_unixtime|date('Y.m.d H:i') }}
Hello!
Thank you for your issue!
I'll check dates in the module to write it by common Drupal standard.
Offhand I couldn't even find where I set date format. It seems that I take it as it is...
And I can create bonus variables of date parts for template overriding.
To return the field to visible field, it is needed to change config-file of the entity form display of the node type,
For example, for 'post' you need to change file core.entity_form_display.node.post.default.yml. Delete the field from hidden section and add it to "content" as a similar field, for example
body: type: text_textarea_with_summary weight: 31 region: content settings: rows: 9 summary_rows: 3 placeholder: '' show_summary: false third_party_settings: { }
The merge request is applied, thanks!
Oh! Now it is possible. This patch helped me to avoid error during node save.
Hi!
I have same problem. I've made the patch for core to fix it, but I can't figure out how to attach a file here...
rblake87, your changes are not working on Drupal 9 on my web-site.
This changes will not be applied yet. I'll try to install Drupal 10 to check it
Guys, thank you! I'll fix it today-tomorrow and will create new version.
Check version 8.x-1.0-beta19
Hi, Arno2Mars!
Thank you very much for your good mean about my module! And I'm sorry for my so big delay for you asks.
But I'm not good understand, what I need to fix.
I have same situation for my users: on each node user can click to the link to open message window. In my case I have added only link https://[website]/private-message/create?recipient=[uid].
That link is intercepted by my code, so I'll not open private-message link, but I'll open window.
Maybe I need to intercept link https://[website]/private-messages/[thread id], and it will fix your problem.
I'll add that change right now, so please check new version to understand, is that correct decision or not.
Thank you