Hi admin...
this is a good component..i really like it..
just wanna ask about how to use : edit, bold, ul, ol etc in description and Qualification Column...
i already hack formjob.php and insert tinyMCE, like this
<?php
$editor =& JFactory::getEditor();
echo $editor->save( \'description\' );
?>
<?php if (isset($this->application))
$editor =& JFactory::getEditor();
echo $editor->display(\'description\', $this->application->description, \'550\', \'400\', \'60\', \'20\', false);
?>
but it made no effect when i click save button...
please, could u show us how to make this enable?