hi everybody
i downloaded slider darknessfrom your perfect site
i want to add a field (input field) that when user click on "add new+" button module add an extra input
because i want get some more info from admin and show that on front-end.
i edit "helpers/spGallerysliderdarknessSliderHelper.class.php" and add some thing like this to setOptions() function
*****
$html[] = array(
'title'=>'example',
'tip'=>'example',
'tipdesc'=>'example',
'class'=>$this->uniqid.'-slider-title-li',
'attrs'=>'',
'fieldname'=>'example',
'html'=>'<input ref="example" type="text" value="'.$this->params.'"
name="jform[params][example][]">'
);
*******
but when i save and go to module admin i see all things are spoiled. i mean nothing works. tabs dont work and ...
it seems jquery shuts down . i think
what do i do ? which file i should edit to add a field ?
thank you so much