ProcessWire
ProcessWire copied to clipboard
Our repository has moved to https://github.com/processwire – please head there for the latest version.
Please make render methods hookable. See [this issue](https://github.com/ryancramerdesign/ProcessWire/issues/1958) and [this forum thread](https://processwire.com/talk/topic/10790-custom-comment-output-best-practice/)
Feature Request: Allow selected pages in PageAutoComplete to be editable in modal (like AsmSelect)
AsmSelect fields allow the convenient option to edit a selected page in a modal. It would be nice if PageAutoComplete fields had this same capability.
Hi All, ImageMagick is capable of producing progressive JPEGs, would be good if you could add a checkbox to set the interlacing scheme: http://php.net/manual/en/imagick.setinterlacescheme.php
A getByPath result matched by name only works well in most cases, but I have the need to match the entire path. An option such as 'matchPath' would solve the...
I can't reproduce this issue but it appeared twice at my site. But it looks critical, so posting it here for your info. On save, few fields disappeared without any...
Hi! It would be nice if there was a possibility to manipulate/modify `` and `` urls for Feeds as I have already [posted it in PW Forum](https://processwire.com/talk/topic/105-rss-feed-module/?do=findComment&comment=123599). Thanks
A textarea field does not currently have a maxlength setting, is there any way this can be added in?
Processwire v3 have a `composer.json` , thank you for it. Why not make use of the `vendor/autoload.php` ? In that case people can import other 3rd party packagist library and...
Hi, I have some pages behind a login-site which I still want to show in RSS-Feed. 'check_access=0' or 'include=all' in the pages-find selector dosn't work because of the `if(!$page->viewable()) continue;`...
Hi Ryan, I tested out your great frontend editing module, but it looks like there is a bug? Added an html "edit" element which works fine. `EDIT` Content isn't editable...