-
Posts
4,088 -
Joined
-
Last visited
-
Days Won
88
Everything posted by horst
-
Hi @kongondo Is it possible to use this in pws backend page edit? Maybe in junction with a hidden files field?
-
[SOLVED, partly] is inputfield files usable without the ajax functionality?
horst replied to horst's topic in General Support
Thanks. I have a page with a filesfield, I hooked into ProcessPageEdit::buildFormContent and added the property noAjax = true. Result: the files drop area is gone, but when I select a file for uploading, it still gets uploaded directly. What I want is to select a file and its upload should start when I press the save button of the page. Is this possible? -
search IDE with Plugin for PW Autocompletion and Other Support
horst replied to pwuser1's topic in General Support
Nusphere PhpEd supports all frameworks, just by crawling and parsing created/defined (site)-projects. -
Looks really promising!
-
PW > 3.0.86: PNG images can't be cropped anymore?
horst replied to titanium's topic in General Support
maybe it is also of interest in which admin theme you are working -
Hi @Carlie Fairchild, good to hear this. I have read that you want to rework the linuxjournal website. Have you already thought about to use ProcessWire?
- 3 replies
-
- 4
-
-
- linux journal
- linux
-
(and 2 more)
Tagged with:
-
You need to check / debug WireMailSmtp settings, (its module config screen).
-
There is also somewhere a conversion module from @Nico Knoll for wp to pw, and there also must be an in depth post from ryan explaining the conversion from existing wp sites, (with data), to pw.
-
Sorry, deleted my previous wrong answer.
-
Which operating system and which php version are you using?
-
@adrian, TracyDebugger is a good hint. I use it on PW 3+ sites. Does it also work with PW 2.7 and lower? I'm not sure, as @Doctor Tyrell hasn't said on which version the site is running, but my assumption was that this may be an older version, because he mentioned "another developer using TWIG on that site".
-
I'm not 100% sure if I really get what you are asking for. (?) I think it isn't possible to create another "homepage" besides the one existing, because it is a unique and single page. It is the root page and cannot have any siblings by design. It is the (root) parent of all other pages. But when I want to try out new codes in a homepage of a running site, I go into the template file of the homepage and put in a conditional like this: // on top of the homepage template file $testingOnTheOpenedHeart = true; // :) if('horst' == $user->name && $testingOnTheOpenedHeart) { // when I'm loggedIn and have set the conditional to test out something new, ... include(__DIR__ . '/_myHomeTemplate4TestingPurposes.php'); // ... include alternative file with my test code ... return; // ... and skip the following code from the original template file! } // following code // ...
-
2 date fields, how to ensure the second date is higher?
horst replied to horst's topic in General Support
To point it down: For everything you want to do, but can't do with built in functionality, you need to find the appropriate hook and then use it! -
2 date fields, how to ensure the second date is higher?
horst replied to horst's topic in General Support
-
Hi, I'm not sure if we have something built in or common known, maybe I have a blockade. ? I have two date fields and need to ensure that the second date is higher than the first. Is this possible while a user fills out a page? Or is it only possible after a page save via hooking?
-
as far as I could see by a quick glance over the url provided by @fbg13, it is due to that G**gle has owned some .dev tlds, and that chrome (now) implements a HSTS. So best bet would be to change to .local what never will change to become a public tld. Or you installs LetsEncrypt on windows. (not really) Edit: ok, you were faster in reading than I was in writing.
-
A better solution IMO: before changing pathes, install PagePathHistory. This one does it automagically for you, without the need of an (optionally error prone) extra step. It is a core module that only needs to be installed: You will find it in the admin under: modules -> core-tab (-> section Page) PS: the great Jump-Links module from Mike is the tool when it comes to handle links from earlier sites / cmses and such stuff. But once you runs a PW site for the first time, you should enable PagePathHistory, IMO. Only exception are sites that programatically create, modify and delete a high amount of pages / urls. But for all others, I enable this by default.
-
Im not fixed with this format. I can change to the more common format if that helps out.
- 38 replies
-
- 2
-
-
- hosting integration
- preview
-
(and 2 more)
Tagged with:
-
Image failing to upload due to dimensions too large (5300px)
horst replied to bot19's topic in General Support
Have you set $config->debug = true and then checked the logs? especially the error or images log. Besides that, what is your php max memory and the max upload? -
Yes, with the single version I was wrong. (Should not answer without testing, when its late and I'm tired) The only solutions to override single properties without dropping others, is ryans method or array_merge().
-
Lately I saw a documentation in german TV. They let people do some creative brain work that used the people highly to concentrate and focus on it. A few parts (3-4), where every part was no longer than 10 to 15 minutes. Another group has done the same, but after 1 or 2 creative parts, they had to do some repetitive or "stupid" or "dumb" work for 10 to 15 minutes, before they continue with the creative work. All people from the second group were much more effective in the later creative parts than the people from the first group. I personally would not call those intermediate parts "stupid" or "dumb". I call them activities with meditative character. ?