Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
9 - 5 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

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

Who's Online

754 user(s) are online (709 user(s) are browsing Support Forums)


Members: 0


Guests: 754


more...

Donat-O-Meter

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

Latest GitHub Commits