×

Notice

The forum is in read only mode.

Ask about edit job posting

14 years 9 months ago - 14 years 9 months ago #532 by rick martin
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?
14 years 9 months ago #537 by Ahmad
Replied by Ahmad on topic Ask about edit job posting
Please add this line in models/jsjobs.php

function : storejob
after this code
$data = JRequest :: get(\'post\');
$data[\'description\'] = JRequest::getVar(\'description\', \'\', \'post\', \'string\', JREQUEST_ALLOWRAW);

Please write your valuable review JS Jobs and JS Support Ticket at JED.
14 years 8 months ago #541 by rick martin
Thank you very much...it works...and make more nice of course...
;)
Time to create page: 0.037 seconds

Please publish modules in offcanvas position.