-
Posts
2,951 -
Joined
-
Last visited
-
Days Won
20
Everything posted by szabesz
-
My pleasure ? Done. All three commits are in the first PR.
-
Hello @kongondo I have implemented some changes to the navbar/menu: If you like it I can make a PR. What do you think?
-
Extra Allowed Content | CKEditor strips i tag and classes
szabesz replied to electricarts's topic in General Support
HTML Purifier is not yet configurable in ProcessWire. You can give this request a thumb's up though: https://github.com/processwire/processwire-requests/issues/226 Anyway, without being able to actually configure it I have no experience in this field. -
Morning Francis, You have a dev branch currently identical to the master. What is the supposed workflow if I want to contribute by coding?
-
I am really happy to hear this! I consider it to be the much needed feature freeze some of us have been waiting for ? ProMailer also sounds very promising. Thanks for all the hard work of Ryan and all the other contributors.
-
Extra Allowed Content | CKEditor strips i tag and classes
szabesz replied to electricarts's topic in General Support
Maybe HTML Purifier is at work? CKEditor makes changes when closing its source code editor but HTML Purifier makes changes right before saving the data. -
What I meant was that it is enough to support the default admin theme, which is the UIkit one. And I forgot that the old default is still called "Default". Sorry for the confusion. Side-note: the original name for the original theme was not the best choice....
-
Agreed... +1 Let's not support other than the default theme.
-
If this tool is used by site editors and superusers only (as a collaboration tool) of trusted users, then there is no need for this feature. It is used in the admin after all, so it should be ok to publish messages right away. Am I missing something?
-
Files field returning null unless I use getUnformatted
szabesz replied to adrian's topic in General Support
I see! But its new to me ? I use a small subset and try to remember the others just in case... -
Files field returning null unless I use getUnformatted
szabesz replied to adrian's topic in General Support
What do we think? Awesome, of course! However, another panel? Can't you add it to an existing panel instead, maybe Request Info? -
Thanks again for all the effort! I will find some time this week (probably on the weekend) to check it out and comment, and I'll see what else I can contribute.
-
Not sure where to report code sample typos in the API docs?
szabesz replied to rastographics's topic in General Support
I have reported it: https://github.com/processwire/processwire-issues/issues/797#issuecomment-470086429 -
https://processwire.com/api/ref/wire-array/eq/ It says: "Returns the item at the given index..." if you do not know the index, you cannot get it this way. In other words, you already have the reference to the object, you need an index, so you are facing some sort of opposite scenario (sure, the page ID and your index are not the same, btw). Otherwise just do what @dragan has suggested ? I do not recommend starting form -1 if you increment it at the last line in the loop as in this case the first index will be -1 and Peter needs it to be 0.
-
Automatic text translation by support for Deepl translation API
szabesz replied to bartelsmedia's topic in Wishlist & Roadmap
Without context such things very often can have various meanings and due to the nature of the differences between languages they cannot be translated "blindly". In these cases only a human translator can put them into context in order to properly translate them. -
There are some quirks regarding this issue, please read this report, particularly the last two comments of mine: https://github.com/processwire/processwire-issues/issues/668 EDIT: I posted this too early by accident.
-
In addition to this – depending on the context where one uses it –, one might need other options too, see: https://processwire.com/api/ref/wire-http/send-file/
-
Files field returning null unless I use getUnformatted
szabesz replied to adrian's topic in General Support
Regarding the temporary state, are we talking about this bunch of issues? https://github.com/processwire/processwire-issues/issues/650 https://github.com/processwire/processwire-issues/issues/42 https://github.com/processwire/processwire-issues/issues/41 If so, then this part of the core might need some refactoring. -
https://flaviocopes.com/page/ebooks/ I am in the middle of reading his The JavaScript Handbook which is great to get up to speed in the additions of the language added in the last few years. This is a no-nonsense, easy to understand, from-a-programmer-to-programmers book, highly recommended ? All six titles: The JavaScript Handbook (171 pages) JavaScript from ES5 to ESNext (84 pages) The React Handbook (220 pages) The Node.js Handbook (189 pages) The Express.js Handbook (61 pages) The Vue.js Handbook (122 pages) Happy coding ?
- 3 replies
-
- 13
-
-
-
How do I install a text editor for a text area?
szabesz replied to Simon Love's topic in Getting Started
In addition to @dragan's reply, you might find my previous post regarding CKEditor useful when setting it up: -
Thanks for developing it! Let's say I was interested in it but turning it into a "request" is fine with me too ? Thanks in advance!
-
Thanks a lot for caring! I'm pretty sure that those who could not click the like button are just away for a long weekend ?
-
In his other post I also recommended this but .role-superuser seems to be added by AdminOnSteroids only...
-
One easy option to hide it is to install @tpr's AdminOnSteroids module, which – among others – adds the CSS class role-superuser to <body> so you can also use its Admin CSS feature: body:not(.role-superuser) .PageListID27 { display: none; }
-
I like it ? Not beautiful but does the trick.