Adrian Jones
Adrian Jones
I was thinking something like this: $("#wordUp").counter({ type: 'word', goal: 20, count: 'up', truncateOnPaste: true/false }); So the developer gets to choose whether they want that behavior on a question...
Good point - I guess it really depends whether you want to make this a validation script or simply a notification script. I think the current behavior that prevents typing...
Not sure what other folks do, but whenever I set up a new server I make sure that system, MySQL and PHP timezones match. This means that things will always...
I think it's more about following convention and the improved readability that uppercasing gives.
Just wanted to say that with a lot of hooks I managed to allow users to get automatically redirected to the ProcessUser edit screen and allow them to edit their...
Hi @daun - this is what I have in my admin.php file. This relies on a `user-admin-staff` (or similar) permission that gives users with the `staff` role the ability to...
Are you sure they can actually remove the role? For me it looks like they can, but when they save, the role hasn't actually been removed. That said, hiding the...
I do like this idea - I actually suggested somewhere a long time ago, but I don't remember where or what Ryan's comment about it was :)
Just a small comment to weigh in. I have started putting my composer vendor folder outside the webroot (for security reasons) and loading it from config.php, so the autoload in...
Thanks @Toutouwai - I must admit to completely glossing over that warning. So I guess this does need to be a feature request, but I think it's a pretty important...