MyBB Community Forums

Full Version: admin cp textbox maxlengh problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so i was btrying to implement a 255 character limit on a text input for a plugin im working on

and the admincp code i used was

	$form_container->output_row($lang->something, $lang->something_desc, $form->generate_text_box('field', $key['vaule'], array('id' => 'myid', 'maxlength' => 255)), 'title');


and it does not reflect the maxlenght in the admin cp at all

any ideas