Mat Whitney
Mat Whitney
I agree that Bonfire itself would likely be fine (and maybe better off) without using a sub-menu. I still think it needs to support it, though, and it would certainly...
Actually, it's more like everyone updated their frameworks to stop using hovers. I could pull up a few sites that I haven't had a chance to move over to Bonfire,...
If it can be done so that it actually works and is accessible, I won't argue with it. I think that people like the idea of hover, but when they're...
Well, the easiest thing to do is simply look at what's supported out of the box. Most items that have click behaviors will change color on hover to help indicate...
@DaveMC08 That's pretty much what I was thinking, I just haven't had a chance to actually attempt it, yet.
Maybe we should revisit how these are implemented, since it looks like the database stores the key combination and a name/key for the action, then the action and description are...
To preserve the information with the issue: the ALT+C functionality is in bonfire/application/config/application.php (goto_content): ``` $config['ui.current_shortcuts'] = array( 'form_save' => array('description' => 'Save any form in the admin area.', 'action'...
So, if you change this: ``` 'goto_content' => array('description' => 'Jump to the Content context.', 'action' => "document.location='/" . SITE_AREA . "/content';"), ``` to: ``` 'goto_content' => array('description' => 'Jump...
Apparently github has changed a few things, as it auto-closed this issue and pushed my changes through from my fork. Anyway, I'm re-opening this because I would prefer something a...
I don't think I would have a problem with merging a pull request in develop which adds another group of db wrappers to `BF_Model`. However, over time I've found that...