1
jlm69
Jobs 4.1 Released for Xoops 2.4 versions
  • 2010/2/13 17:19

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


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

2
demian
Re: Jobs 4.1 Released for Xoops 2.4 versions
  • 2010/2/14 2:47

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


thanks

3
jlm69
Re: Jobs 4.1 Released for Xoops 2.4 versions
  • 2010/2/18 3:09

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


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

4
btesec
Re: Jobs 4.1 Released for Xoops 2.4 versions
  • 2010/2/23 19:27

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


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

5
jlm69
Re: Jobs 4.1 Released for Xoops 2.4 versions
  • 2010/2/24 12:15

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


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

Login

Who's Online

171 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 171


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits