I can fix the search by changing 'display_field' => 'user_name', to 'display_field' => 'users.user_name', however that just breaks display field. Any way around this?
I do and it is, changing:
$this->db->select('contestants.id, contestants.user_id, CONCAT(users.first_name, " ", users.last_name) as name, users.email', FALSE);
to
$this->db->select('contestants.id, contestants.user_id, CONCAT(users.…
According to google, with the latest browsers this should be possible with having
input type="file[]" multiple
However looking at what fuelCMS generates for multiple files, (an input for each) I'm thinking this might not work.
So I'll add a sec…
Thanks for the speedy reply however this just renders a blank page for me?
Just to clarify the view is a static php file thats just trying to load the layout.