I replaced the code below to the job-posting-node.tpl.php file so that the user could actually click on the related company website instead of having to copy and paste. I don't know if there was a feature to do this or not, but it would be a nice addition to the code if someone needs to use it.
<?php print t('<a href="'); ?><?php print $url; ?> <?php print t('" target="_blank">'); ?> <?php print $url; ?> <?php print t('</a>')
See how it's used at telecommute resource in the jobs section.
Comments
Comment #1
gmarus commentedsee http://drupal.org/node/259415
Comment #2
theladyboo commentedoh haha. less code is better too. :)