Ryan Cramer

Results 408 comments of Ryan Cramer

Thanks @prbt2016 @adrianbj I have updated the installer's min version requirement to PHP 7.1. > What is the exact minimum PHP requirement for installing Processwire?. It depends on the version...

I'll sometimes aim for more simple 1-index select queries rather than a single query with multiple joins because the multiple simple queries can often consume less time than the single...

@tuomassalo I've added some code for this, but since I don't use PageTable much, I'm not sure my contrived PageTable fields are an adequate test of how well it works....

@solonmedia Sounds like a good idea, though I'm not sure the need is common enough to require a full Fieldtype/Inputfield just for this purpose. What about using the "text" field...

I think it's related to the inline mode combined with the sticky toolbar, as it also occurs with the original theme, though I've never been able to identify how or...

@solonmedia I looked in the ProcessPageAdd module configuration, but the settings for "template shortcut sort order" (used for "Add New") is stored as page IDs. The "Add New" dropdowns are...

@solonmedia Thanks for testing. Logging out and logging back in should correct those navigation links. If it's not, then maybe there's something else going on. Are you able to try...

Thanks @Laksone I've pushed a fix for this issue. Can you check if it also corrects it there? Thanks.

@teppokoivula @adrianbj I don't think there's a way to generically support it for all fields, but for specific fields I think there likely is. For instance, I'm guessing there's got...

Your screenshot does show very little space between the header and the field header, which I agree doesn't look quite right. I added your hook code and tested it out,...