klor
klor
Hi Ryan, Thanks for looking into this. I confirm your finding. Thanks. > Note that a password is a required field for a user, so is it possible you are...
@adrianbj Nice. Thanks.
> When installing Admin Theme Reno and configuring a user profile to use this theme, I get > the error message "Passwords do not match. (pass)" on the user profile...
I [reconfigured Wamp server](http://othermachines.com/blog/solving-performance-issues-windows-8-wampserver-drupal) and deactivated XDebug. I use Firefox with cache enabled, according to about:config => browser.cache that uses default values. In Processwire, all 3rd party modules are now...
"Driver" is the database driver for MySQL, SQLite or other database you may be using. The driver needs to be enabled under Extensions in php.ini + restart your web server....
Adding `&template_id=29` works like a charm editUrl outputs such a url. Example: `https://www.example.com/processwire/page/edit/?id=12022` * language - $page->editUrl outputs such a url when Language Support / multi-language is enabled. Example: `https://www.example.com/processwire/page/edit/?id=11888&language=1010`...
@ryancramerdesign Thanks, I am aware of this. The purpose of my request is to get a small usability enhancement that makes life easier for Admin. * I was trying to...
Also: 1) It would be more logical and natural to specify what you want to output (as opposed to what you *don't* want to output). * Current: `$datetime->elapsedTimeStr( $p->date_from, $p->date_to,...
@adrianbj, @ryancramerdesign: You may find this function useful (feel free to use it in any way): https://gist.github.com/klor/d5c63697374619fcfbd98340627afa09 Brgds, SwimToWin