Bob Olde Hampsink

Results 136 comments of Bob Olde Hampsink

There's two possibilities I can think of atm: - Fork this repo, build it in, submit PR ;-) - Use js/css to hide what they shouldn't see

Yes, it's Pull Request. I would look [at this](http://buildwithcraft.com/docs/plugins/hooks-reference#registerUserPermissions) and [at this](https://buildwithcraft.com/classreference/services/UserSessionService#requirePermission-detail)

Yeah you should test it in a running Craft instance

Thanks! Can you make sure the code is valid PSR-2 and has DocBlocks?

Yeah, you should not use `getAttribute`, just something the lines of `$this->element->getContent()->{$this->model->handle}` as the getters/setters do some additional magic

Can you open a Pull Request?

So do you want the translation file to be saved in S3 or?

Well, it should still be written to a file because that is what Craft reads. Maybe we can have a database connection in a language file, I'll have to test...

Thanks, this and one other issue have to be resolved by me creating a regex pattern that I'm working on, but is a though one.