| Re: Jobs 4.1 Released for Xoops 2.4 versions |
| by jlm69 on 2010/2/24 12:15:08 If you go to jobs/admin/index.php around line 387 and find the function: function IndexResumeView In that function around line 395 find this: $result = $xoopsDB->query("select lid, cid, title, status, exp, expire, private, tel, salary, typeprice, date, email, submitter, usid, town, state, valid, premium, resume from ".$xoopsDB->prefix("jobs_resume")." WHERE valid='No' AND lid='$lid'"); Remove the 'premium,' Also around line 401 find this line: list($lid, $cid, $title, $status, $exp, $expire, $private, $tel, $salary, $typeprice, $date, $email, $submitter, $usid, $town, $state, $valid, $premium, $resume) = $xoopsDB->fetchRow($result); also remove '$premium,' Then around line 415 find this line: $premium = $myts->htmlSpecialChars($premium); comment it out like this: //$premium = $myts->htmlSpecialChars($premium); or delete it. That should fix it. I will change the download tonight. Thanks, John |
| Re: Jobs 4.1 Released for Xoops 2.4 versions |
| by btesec on 2010/2/23 19:27:19 If i moderate resumes when I click to view/edit the resume to activate it from the back-end I get a blank page. Any help appreciated. Tanx |
| Re: Jobs 4.1 Released for Xoops 2.4 versions |
| by jlm69 on 2010/2/18 3:09:28 Due to a problem with the theme on this site and my computer I will probably not be answering questions on this site. If you need my help you will probably need to come to my site. I need to approve your registration so it could take a day. As soon as I can access this site easily I will use this site again. Thank You, John |
| Re: Jobs 4.1 Released for Xoops 2.4 versions |
| by demian on 2010/2/14 2:47:25 thanks |
| Jobs 4.1 Released for Xoops 2.4 versions |
| by jlm69 on 2010/2/13 17:19:17 I have released version 4.1 of the jobs module. It is for XOOPS 2.4 versions. I have fixed all reported errors and made it compatible with the changes in XOOPS 2.4.4. I also changed the way the editors are listed in the preferences, now whatever editors you have in xoops/class/xoopseditors will show up in the preferences of the module, you will need to clear the xoops_cache (at least the one for xoops_editorlist) for them to work right. I released it on my site last week as a RC1 version, didn't receive any reports so I am making it a final version. Any problems please report to my site, you could use this forum, but I don't come here everyday. You can get it here. Thanks, John |