Shawn Crigger

Results 12 comments of Shawn Crigger

I kinda think the matrix needs a way to only show permissions for 1 context or 1 module, so you can go through and adjust them. It's been a long...

It sounds pretty good honestly. I don't really think users that have a permission should be able to remove it and if user A doesn't have a permission he shouldn't...

yea I haven't really come up with a better method then using the id either honestly, that's kinda why I was thinking on just renaming the Role names around would...

@hailwood that's a fairly good idea on managing it, I know I have a ton of modules out there with ids hard-coded into them for Developer's ID == 6 kinda...

@seandowney On a side note, Instead of using a hard coded value for the Admin ID == 1 what about using a constant to define what ID you want to...

Yea I'm thinking a Constant would be way better then Hard Coding the Role number in. In the Last CMS I created I added a simple helper method to check...

@seandowney So Config entry with a in_array kinda thing for the Role Checking instead of hard coding == 1 or what nots?

What exactly would you like in place for this? I do believe this is kinda beyond the scope of what Bonfire is made for honestly, if you could provide a...

This shouldn't be in the Issue tracker, have you read and fully **understood** [CodeIgniter's User Guide](http://codeigniter.com/user_guide/) [Bonfire's Docs](http://cibonfire.com/docs) [Bonfire Guides](http://guides.cibonfire.com) [HMVC Extension Docs](https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/wiki/Home) You can either use the current user...

I didn't know this was in reference to the forums already [forum link](http://forums.cibonfire.com/discussion/759/problem-with-module-builder-in-creating-a-new-module#Item_4) Should probably rename the issue as Feature Request - Module Builder use Different DB Prefixs