-
Posts
4,064 -
Joined
-
Last visited
-
Days Won
87
horst last won the day on March 9
horst had the most liked content!
About horst
- Birthday 11/05/1955
Contact Methods
-
Website URL
https://nogajski.de/
Profile Information
-
Gender
Male
-
Location
Aachen, Germany
-
Interests
Photography; PHP, HTML, CSS, SASS;
horst's Achievements
-
In the first page of this thread are working examples: like:
-
Hey, I will try to test it with PW 3.0.220 + and make a PW 3.x namespace version of it, as I think, every PW 2.x installation that is using it, does not need more new WireMail-SMTP updates from now on. (As some or one of you suggested!) I try to do it this week! @ceberlin @Ivan Gretsky @zoeck ...
-
-
Huh? I do get it nearly every friday. Maybe, you can ask @teppo to check this?
-
Hey, today I saw this one in the github repo. A pull request named "Enforce sender in emails": ----------------- @eerojaaskelainen Greetings! My 2 cents: At least Outlook 365 accounts require that address in From-field must match with username. I've added a checkbox in config to override From-address to be the same as sender defined in configuration. Regards Eero J. ----------------- And he commited a PR there for. I have tested it and it works as expected, so I will merge this soon. Only thing I have to add is a) a small check with isset() for the new introduced $data['force_sender'], because otherwise PHP gives a warning about a not defined array key, when first time the config module is openend after the update to that version. And b), I have to update the module version and the change.log. π So, many thanks to Eero! ππ
-
These files are third party classes from Manuel Lemos. I first thought to wait until he has updated his files, but a PR would be pretty fine!! ππ (There are already some parts in this third party classes, that we have enhanced and or fixed on our self here.) Thanks @monollonom!
-
Hey, welcome to the forums. It would be good to know your setup (modules, PW version) and such a bit more precise. So, quick question: do you use a PW version greater than 3.0.89 AND is there installed the "Modules > Core > Image > Animated GIF Image Sizer" module? (https://processwire.com/talk/topic/18387-pw-3090-β-core-updates/)
-
hey @Nomak, you said you have installed the module. Do you mean the module shipped within the PW core? How exactly have you installed it? (The questions are only for me to get clear informations.) You also can set debug to true, so there should or could be some debug log saved when the image sizing is processed and / or failed.
- 26 replies
-
Have you tried to add the same template name with repeater_** set in front? Or how exactly the repeaters template is named? If I remember right, this should work. Example: You have a simple template called "mytemplate", and have a repeater field in it, you need to set up the CAI3 and CAI4 fields with BOTH template names. The one from the template and the one from the repeater field. (They have own, system needed, templates / templatenames)
-
Has anyone already worked with the bare yoast-js library?
horst replied to horst's topic in General Support
Oh sorry to be not clear. I will update my initial post later with a link, when I'm back in the office. I'm speaking about the SEO yoast plugin for w*rdpr*ss, and available for other CMSs and as a bare JS libeary too, if I had read it right. -
New post: starting a site with the blank profile (10 June 2022)
horst replied to ryan's topic in News & Announcements
That's a good Blog post! I really want to read a part two, (and maybe three?). ? Also very useful for new starters, I believe. -
(only what the title says) ?
-
Hey @Pete, I do not see any possible improvements with your code. (So this also may be a bit because my CLI knowledge of this tools maybe a bit lower as you expect. ? - On my local machine I (can & do) use other tools for those things. ?)