I was able to get it going both ways, I just added logic similar to yours from the login module:
$notifications = $this->load->view('_blocks/notifications', $vars, TRUE);
$vars['notifications'] = $notifications;
I do not like the idea of hav…
Thanks, that did it and for all the hard work you put into fuel. If I want to replicate the notifications function in the demo, I would like to have a consistent messaging layout across site (forms, etc) what is the best way to implement that? I h…