Concatenate Fieldtype / FieldtypeConcat +9
Fieldtype that concatenates the values from one or more other fields at runtime. The resulting value can also contain additional formatting and/or words as needed. By ryan
Markup Cache (Core) / MarkupCache +9
This core module enables you to cache any individual pieces of generated markup. By ryan
Pagination Markup (Core) / MarkupPagerNav +9
This core module renders navigation for pagination. Such navigation usually appears as a list of "1, 2, 3, next…" links at the bottom of search results. By ryan
ProFields: Textareas / +9
The Textareas Fieldtype and Inputfield lets you combine multiple named text fields into a single field. By ryan
Hello Process Module (Example) / ProcessHello +8
A starting point skeleton from which to build your own Process module (for PW 2.6+) By ryan
ProFields: Multiplier / +8
This Fieldtype and Inputfield combination lets you take almost any existing single-value Fieldtype, and use it to a multi-value Fieldtype. By ryan
URL (Multi-language) / FieldtypeURLLanguage +8
Fieldtype that stores a URL in multiple languages. By ryan
Login Notifier / LoginNotifier +7
Provides ability to send an email, ping a URL or save a log entry when a login occurs. By ryan
Pagination Textformatter / TextformatterPagination +7
Paginate a large text field into multiple pages. Create multi-page articles easily. By ryan
Text Unique / FieldtypeTextUnique +7
This is the same as the ProcessWire Text field (FieldtypeText), but enforces that values stored are unique, site-wide. By ryan
Forgot Password (Core) / ProcessForgotPassword +6
Provides password reset/email capability for the Login process. By ryan
RSS Feed Loader / MarkupLoadRSS +6
Given an RSS feed URL, this module will pull it, and let you foreach() it or render it. This module will also cache feeds that you retrieve with it. By ryan
Clean Empty Page File Dirs / PageCleanEmptyDirs +5
Goes through all of your /site/assets/files/ directories and removes those that have no files in them. By ryan
Email/SMS two-factor authentication / TfaEmail +5
Performs two-factor authentication by sending user an email with a code. Also works with email-to-SMS. Requires ProcessWire 3.0.109+. By ryan
Form Template Processor / FormTemplateProcessor +5
Proof-of-concept module to let you use templates as web contact forms. Can send you email and/or save the submission to a page in your site.Intended to be a starting point and proof-of-concept, so you may want to take this further. By ryan
HTML Purifier (Core) / MarkupHTMLPurifier +5
HTML sanitization and validation for ProcessWire. Serves as a front-end to the HTML Purifier software. By ryan
Lazy Cron (Core) / LazyCron +5
This core module provides hooks that are automatically executed at various intervals. This module is already included with the ProcessWire core, but not installed by default. By ryan
Login for Facebook / LoginFacebook +5
Enables login via Facebook account and PW user creation. By ryan
Select Multiple Transfer / InputfieldSelectMultipleTransfer +5
Transfer items from an unselected list to a selected list (or the opposite). Also supports drag/drop sorting. By ryan
TinyMCE / InputfieldTinyMCE +5
TinyMCE WYSIWYG rich text editor for ProcessWire 2.4.9+ only. By ryan
TOTP two-factor authentication / TfaTotp +5
For apps like Google Authenticator, Authy, and other TOTP-based authenticator applications. Requires ProcessWire 3.0.109+. By ryan
Currency Conversion / ServiceCurrencyConversion +4
Provides API capabilities for converting from one currency to another, using the OpenExchangeRates service. By ryan
Hello World / Helloworld +4
An example module used for demonstration purposes. By ryan
ProFields: AutoLinks / +4
This Textformatter module automatically links your specified phrases/words to your specified URLs. This is an excellent SEO and accessibility tool for creating automatic contextual links with little effort. By ryan
Convert JPG/PNG images to WEBP / TextformatterWebpImages +3
Convert JPG/PNG img tags to use WEBP, auto-creating WEBP images as needed. By ryan