Welcome Guest, Not a member yet? Register   Sign In
XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter
#52

[eluser]malcomhfc[/eluser]
would you happen to know why the error messages arnt working? There everywhere and well the alert box just shows error:

Code:
if ($this->form_validation->run() == FALSE)
        {
            
            $error = str_replace('p>','li>',$this->form_validation->error_string);
            if($this->input->post('submit'))
            {
                $this->load->vars(array('errorMessage' => '<span class="alert"><b>'.$this->lang->line('user_controller_9').'</b><ul>'.$error.'</ul></span>'));
            }
            else
            {
                $this->load->vars(array('errorMessage' => ''));
            }


Messages In This Thread
XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - by El Forum - 06-21-2011, 04:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB