- Title: Member
- Status: Offline
- Registered: 2009-06-13
- Posts: 28
Topic: how do i stop the site displaying the number of submitted applications
hi everyone
does anyone know how i may stop the site displaying the number of submitted applications in every job advert? (appears top right in a yellow box e.g. "2 applicants")
thank you!
- Title: Senior Contributor
- Status: Offline
- From: Netherlands
- Registered: 2008-11-16
- Posts: 378
Re: how do i stop the site displaying the number of submitted applications
Look for something like this and remove it:
Code:{if $CURRENT_PAGE == 'job'}
<!-- Number of applications sent -->
<div id="applied-to-job">{$job.applied_count}
{if $job.applied_count != 1}
<p>{$translations.homepage.applicants}</p>
{else}
<p>{$translations.homepage.applicant}</p>
{/if}
</div>
{/if}
- Title: Member
- Status: Offline
- Registered: 2009-06-13
- Posts: 28
Re: how do i stop the site displaying the number of submitted applications
anyone know the file this code is in? thx
- Title: Senior Contributor
- Status: Offline
- From: Netherlands
- Registered: 2008-11-16
- Posts: 378
Re: how do i stop the site displaying the number of submitted applications
Oops sorry. It's in _templates/job-details.tpl 
- Title: Member
- Status: Offline
- Registered: 2009-06-13
- Posts: 28
Re: how do i stop the site displaying the number of submitted applications
evertsemeijn wrote:Oops sorry. It's in _templates/job-details.tpl 
brilliant - thank you!
Posts [ 5 ]
Guest posting is disabled. You must login or register to post a reply.