Topic: Link Names/Company to Their Sites
JOBBER VERSION: 1.5 beta 1 (20/08/2008)
USES: Links Employers name to their own website. (on a fresh install, their names are not linked)
FILE: posts_loop.tpl
FIND:
<a href="{$BASE_URL}job/{$job.id}/{$job.url_title}/" title="{$job.title}">{$job.title}</a> <span class="la">{$translations.homepage.at}</span> {$job.company}{if $job.location == 'Anywhere'}, {$job.location}{else} <span class="la">{$translations.homepage.in}</span> {$job.location}{/if}
REPLACE WITH:
<a href="{$BASE_URL}job/{$job.id}/{$job.url_title}/" title="{$job.title}">{$job.title}</a> <span class="la">{$translations.homepage.at}</span> <a href="{$job.url}">{$job.company}</a>{if $job.location == 'Anywhere'}, {$job.location}{else} <span class="la">{$translations.homepage.in}</span> {$job.location}{/if}
BEFORE:
AFTER:
very simple.. and to the point. (=
