All results for “hello”

Search results summary

  • API

  • setLanguageName($language, $name = null) apivar.method

    Set page name for language with `$page->setLanguageName('es', 'hola');` or set multiple with `$page->setLanguageName([ 'default' => 'hello', 'es' => 'hola' ]);` @since 3.0.236

  • getLanguageName($language = []) apivar.method

    Get page name for language(s). If given a Language object, it returns a string. If given array of language names, or argument omitted, it returns an array like `[ 'default' => 'hello', 'es' => 'hola' ];`. @since 3.0.236

  • setLanguageName($language, $name = null) class.method

    Set page name for language with `$page->setLanguageName('es', 'hola');` or set multiple with `$page->setLanguageName([ 'default' => 'hello', 'es' => 'hola' ]);` @since 3.0.236

  • getLanguageName($language = []) class.method

    Get page name for language(s). If given a Language object, it returns a string. If given array of language names, or argument omitted, it returns an array like `[ 'default' => 'hello', 'es' => 'hola' ];`. @since 3.0.236

  • Modules

  • ProcessHello Ryan Cramer

    Demonstrates everything you would need to create a Process module, and more.

  • Helloworld Ryan Cramer

    Module that serves as an introduction to module development in ProcessWire, plus module starter files and module.

  • Blog

  • ProcessWire 3.0.181 core updates + “Hello World” 3 years ago

    ProcessWire 3.0.181 has fixes and improvements as usual, but the biggest addition is a nice pull request from LostKobrakai, plus major updates to our Helloworld and ProcessHello demonstration modules. This post covers it all.

  • ProcessWire 2.6.12 core updates, updates to several Pro modules and more 9 years ago

    Continued improvements to AJAX editing in ProcessWire, plus a new Pages > Add New menu and landing page. We also have new versions of all ProFields modules, new version of ListerPro and more.

  • ProcessWire 3.0.101 core updates 6 years ago

    This week's version of ProcessWire on the dev branch continues resolution of GitHub issue reports, and it also adds a new text truncation function to our $sanitizer API, something requested from our requests repository.

  • ProcessWire 3.0.48 core updates 7 years ago

    This post includes coverage of the latest weekly core dev version, an update on ProDrafts, and more.

  • ProcessWire 3.0.91 core updates 6 years ago

    This week we take a look at an interesting and useful new way to find pages in ProcessWire: by Fieldtype.

  • ProcessWire core updates (2.5.16) 9 years ago

    Blank versus 0, Configurable URL segments from template settings, and more…

  • ProcessWire core updates (2.6.1) and more 9 years ago

    ProcessWire 2.6.1 brings a page editor that now reminds you to save, and Process modules now support external view files. In addition, we updated the "Hello World" modules for PW 2.6, and put together a mini tutorial on how to create really simple short links.

  • ProcessWire 3.0.86 core updates 6 years ago

    We are getting very close to our next master version of ProcessWire 3.x. This week work continued on covering issue reports, but we also added a few items from our feature requests repository as well. This post contains a brief summary of what went into the core this week.

  • ProcessWire 3.0.121 core updates and more 5 years ago

    The RC1 version for our next master release is here. This post covers all the details and information about how you can help. We also look at a a new PageAction module added to ListerPro, and a couple of other new modules currently in development.

  • ProcessWire 3.0.137 core updates 5 years ago

    Core version 3.0.137 on the dev branch adds the ability to hook multiple methods at once, in a single call. This post details how it works and provides a useful example of how you might put it to use in your development environment. This version also refactors and improves upon several core classes.

  • ProcessWire 3.0.154 and 3.0.155 core updates 4 years ago

    This post covers a few of the bigger updates in ProcessWire 3.0.154 and 3.0.155 on the dev branch. This includes a new function for live replacement of text in core and modules, a new method for creating canonical URLs, and some major upgrades to our $input->urlSegment() method that I think you’ll like!

  • ProcessWire 3.0.190 core updates 2 years ago

    ProcessWire 3.0.190 has 15 commits relative to 3.0.189 and contains a mixture of issue resolutions and feature additions. This post covers them all, in addition to updates for the PageAutosave and ProFields Table modules.

  • ProcessWire 3.0.105 core updates 6 years ago

    This latest version on the dev branch adds a new site profile to the core, adds useful new functions to our $mail API variable, and makes significant enhancements to our $sanitizer API variable. 

  • ProcessWire 3.0.50 core updates 7 years ago

    This week's version of ProcessWire expands upon our markup regions support introduced last week, and also contains various minor fixes and tweaks. In addition, it adds a $urls API variable…

  • ProcessWire 3.0.93 core updates 6 years ago

    Just a short update this week and we work on the finishing touches for the next master release version of the ProcessWire core.

  • ProcessWire core updates (2.5.18) 9 years ago

    Field editor now lets you target templates, optimization to field cloning, and numerous updates to sessions.

  • ProcessWire core updates, pull requests and more (2.5.25) 9 years ago

    New FileValidator module type, Validation and sanitization of SVG files, Module configuration is now even simpler, Clear page cache by matching pages with custom selector, Planning for ProcessWire 2.6 and more…

  • ProcessWire 3.0.87 core updates 6 years ago

    For our final dev branch version of 2017, we've added a couple new features that I think you'll find useful. For starters, we've added drag-and-drop (and paste) image upload support to our richtext editor (CKEditor), which is really handy. We've got all the details and a short screencast here as well. 

  • ProcessWire 3.0.139 core updates 5 years ago

    This latest version of ProcessWire on the dev branch adds a new Inputfield module called “Toggle” that is an alternative to the existing Checkbox Inputfield. It also adds a nicer way to make column width adjustments to your fields when editing a template. This post covers all the details with screenshots and a short video. 

  • ProcessWire 3.0.166 core updates and more 4 years ago

    This week ProcessWire version 3.0.166 is released on the dev branch. In this post we’ll cover all that’s new relative to the previous version, 3.0.165. Plus we’ll check out the latest new versions of ProCache and FormBuilder.

  • ProcessWire 3.0.213 core updates 1 year ago

    This week we’ll look at the new WireSitemapXML module, a new WireNumberTools core class, and a new ability for Fieldtype modules to specify useful ready-to-use configurations when creating new fields.

  • ProcessWire 3.0.107 core updates 6 years ago

    This week we've got a lot of updates on our core dev branch, including new features, issue resolutions and more. For starters, we've added support for making the Trash and Restore features available to non-superusers, along with related improvements. Plus we've got several new useful and interesting page traversal methods and properties added to our $page API.

  • ProcessWire 3.0.55 core updates 7 years ago

    This week we’ve got a new core version on the dev branch (3.0.55). This version has a whole bunch of fixes and adjustments. It also adds a new drop-down page tree that we cover in more detail in this blog post.

  • ProcessWire 3.0.97 core updates 6 years ago

    A short update this week looking at ProcessWire 3.0.97 and a preview of coming attractions.

  • 208+ more
  • General

  • Hello Worlds Docs

    In this tutorial you will learn how to create and work with templates, fields, pages, and how to output dynamic data via your templates. By Ryan Cramer.

  • How to Create an AJAX Driven Theme for ProcessWire Docs

    In this tutorial we will look at setting up a simple theme in ProcessWire, we’ll investigate delayed output (now the default theme strategy within ProcessWire), and setup our site to request new content using AJAX. Published at Envato Tuts+. By Ben Byford.

  • CMSCritic's ProcessWire Review About

    ProcessWire offers simplicity, power and flexibility in a small package that, with a small learning curve, is quick to pick up and learn. By CMSCritic.

  • ProcessWire Sitemap XML Shop

    Turn-key ProcessWire module for easily configuring and rendering sitemap.xml output.

  • A Beginner’s Introduction to Writing Modules in ProcessWire Docs

    In this tutorial we’re going to learn how to create and install modules, look at their requirements, and explain how to use PW hooks to add functionality to other functions within your site. Published at Envato Tuts+. By Ben Byford.

  • Why I chose ProcessWire over MODX About

    ProcessWire filled that gap in a way I couldn't have dreamed of earlier. Srsly. By MadeMyDay.

  • ProcessWire Request Blocker Shop

    Helps to prevent scanners and bots from consuming too much of the server’s resources by automatically blocking their IPs when specific patterns are detected.

  • ProcessWire API Explorer Shop

    A comprehensive ProcessWire reference that’s always up-to-date, easy-to-use and ready when you are. Part of the ProDevTools set of commercial modules.

  • Extending the ProcessWire Admin Using Custom Modules Docs

    In this tutorial we’re going to look into extending ProcessWire’s admin using custom modules. With three example modules I will give you small a taste of the power ProcessWire modules have for adding new functionality to the admin. By Ben Byford.

  • Why choose ProcessWire over WordPress? About

    No platform is perfect by all means, and I am pretty sure ProcessWire is not the only one that was built on the idea to make as flexible CMS as possible. But for me it is the first one that really clicked… By Michael Sunarlim

  • ProcessWire ProfilerPro Shop

    ProfilerPro is a tool and service for ProcessWire that helps you take performance to the next level by profiling and reporting on all the important events in ProcessWire. Part of the ProDevTools set of commercial modules.

  • Using custom page types in ProcessWire Docs

    A look at some lesser known advanced techniques that enable you to introduce new conveniences by creating custom page types. An advanced tutorial by Benjamin Milde.

  • Why I use ProcessWire About

    ProcessWire is just one piece of the jigsaw that is a modern website. For managing content I can't imagine using anything else. By Still Moving Design.

  • Running ProcessWire alongside other software Docs

    ProcessWire will happily run alongside almost any other PHP application, including other CMSs. However, security on your site will only be as good as the weakest link.

  • Why ProcessWire? About

    ProcessWire exists to bridge the gap between the current content management landscape and the needs of many designers, developers and clients in a CMS.

  • Why I chose ProcessWire CMS About

    I love Processwire for it's proactive community who love to help, it's open templating system, it's easier to use and extend admin, and the fact it does just enough for you let's you get back to coding/designing and not list making, fighting with broken modules, or stripping away things. By Ben Byford.

  • A Beginner’s Guide To ProcessWire Docs

    The Aesthetic Of Non-Opinionated Content Management. Published at Smashing Magazine. By Francesco Schwarz.

  • 4 Reasons to Choose ProcessWire as Your Next CMS About

    Envato Tuts+ article and fantastic introduction by Francesco Schwarz

  • ProcessWire Download

    This page contains links to download the latest ProcessWire core version. Options include the current master version and the latest dev version. Several 3rd party installation options are also available and linked from this page as well.

  • How to install and setup ProcessWire CMS Docs

    This is a beginner’s guide and introduction to ProcessWire located at Envato Tuts+. By Ben Byford.

  • Creating my book websites with ProcessWire About

    Now, a lot of people say a lot of good things about PW, and they are all completely right. It is powerful, the API is deep, clever and sensible and the back end is rock solid. But that was not what attracted me to the system.

  • ProcessWire Weekly Community

    ProcessWire Weekly (external site) is a weekly news site focused on ProcessWire CMF/CMS and related web development. Come here to read about the latest features, modules, sites, and various community projects and events.

  • How to Develop a Processwire Theme Docs

    Introduction to theming via template files, external tutorial at Envato Tuts+. By Ben Byford.

  • ProcessWire vs. WordPress About

    CMSCritic has used both WordPress and ProcessWire to power their website. Read their comparison here. By CMSCritic.

  • ProcessWire User Activity Shop

    The UserActivity module keeps track of what all logged-in users are doing on the website or application. One of the primary goals is to prevent page edit collisions so that one user does not interfere with another’s page edits.

  • Showcase

  • University of Florida, Digital Worlds Institute Digital Worlds Institute

    Website for Digital Worlds Institute at the University of Florida.

  • First Processwire Work Blog Leonard Quist

    Made the switch! Processwire for my personal blog.

  • Forums

Latest news

  • ProcessWire Weekly #523
    In the 523rd issue of ProcessWire Weekly we'll check out what's new in the core this week, share some new module related news, and more. Read on!
    Weekly.pw / 18 May 2024
  • ProFields Table Field with Actions support
    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field.
    Blog / 12 April 2024
  • Subscribe to weekly ProcessWire news

“The end client and designer love the ease at which they can update the website. Training beyond how to log in wasn’t even necessary since ProcessWire’s default interface is straightforward.” —Jonathan Lahijani