N2S

Topic: Display Employers Email on Job Desciption

JOBBER VERSION: 1.5 beta 1 (20/08/2008)
USES: displays the email of the employer beneath job description.

FOR THE PUBLIC
OPEN: \_templatesjob-details.tpl

Code:
FIND: 
                <div id="job-description">
                {$job.description}

AFTER ADD:
                <br><br>Email - {$job.poster_email}

I would not recommend this however because then that email will receive spam after a while. (most likely)

FOR ADMIN ONLY
USES: login as admin to your site. Click in any job, and you should see the job posters email beneath the details.
OPEN: /admin/_templates/job-details.tpl

Code:
FIND:
                <div id="job-description">
                {$job.description|highlight_keywords:$smarty.session.keywords_array}
                </div><br />

REPLACE WITH:
                <div id="job-description">
                {$job.description|highlight_keywords:$smarty.session.keywords_array}
                <br>{$job.poster_email}
                </div><br />

TEST IT OUT: login as admin to your site. Click in any job, and you should see the job posters email beneath the details.

*thanks to Mastergreed

Last edited by N2S (2008-10-29 01:54:59)

http://i34.tinypic.com/2affofk.png