Welcome Guest, Not a member yet? Register   Sign In
Display min_length
#2

[eluser]xwero[/eluser]
You have to use placeholders to show the parameter, 3. The messages are formatted using sprintf so
Code:
$this->form_validation->set_message('min_length', '» ce champ doit contenir au moins %2$d caracteres');

A tip if your site is in French work with language files to set your messages instead of adding them to your code. And why not do
Code:
$this->form_validation->set_error_delimiters('<span class="single_error">&raquo; ', '</span>');


Messages In This Thread
Display min_length - by El Forum - 03-10-2009, 04:10 AM
Display min_length - by El Forum - 03-10-2009, 04:27 AM
Display min_length - by El Forum - 03-10-2009, 04:37 AM
Display min_length - by El Forum - 03-10-2009, 04:42 AM
Display min_length - by El Forum - 03-10-2009, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB