2
Think I found the general area of the bug...but not the fix.
In jobs/admin/index.php around line 365:
Code currently reads
echo $wysiwyg_requirements_area->render();
} else {
ob_start();
$GLOBALS["description"] = $description;
xoopsCodeTarea("description",30,6);
$xoops_codes_tarea = ob_get_contents();
ob_end_clean();
echo $xoops_codes_tarea;
I tried changing "description" to "requirements" (3x) so that code reads:
echo $wysiwyg_requirements_area->render();
} else {
ob_start();
$GLOBALS["requirements"] = $requirements;
xoopsCodeTarea("requirements",30,6);
$xoops_codes_tarea = ob_get_contents();
ob_end_clean();
echo $xoops_codes_tarea;
But then the Job Requirements field only displays "requirements" and doesn't accept edits.
Andy Cleff
Ampersand Design, Inc
Doylestown, PA
-----
Helping our clients bring great ideas into shape through integrated marketing, creative branding, print and web strategy, online learning and e-commerce.
http://www.ampersandesign.net