Hello!!!
I'm using joomla 1.5.7 and NeoRecruitment Version : 1.4.5.
I need change fields Contract Type and Jobs available on Reference and Location in main joblist. I found topic
http://www.neojoomla.com/option,com_neosmf/Itemid,54/topic,377.0/ and made changes in front.offer_array.html.php like :
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="sectiontableheader" width="35%"><?php echo _NEORECRUIT_OFFERS; ?></td>
<td class="sectiontableheader" width="25%" nowrap="nowrap"><?php echo _NEORECRUIT_REFERENCE; ?></td>
<td class="sectiontableheader" width="25%" nowrap="nowrap"><?php echo _NEORECRUIT_LOCATION; ?></td>
<td class="sectiontableheader" width="15%" nowrap="nowrap"><?php echo _NEORECRUIT_CREATED; ?></td>
</tr>
but i didn't change any code bellow
and after this file i added code to front.offer_list.php like mentioned - \n offers.published, offers.hits, offers.created_datetime, offers.reference, offers.location changed line 49 and 83, after upload first file everything was fine, arrays was changed, but after upload second file i got white blank page and in page source i can see <link href="components/com_neorecruit/neorecruit.css" rel="stylesheet" type="text/css" />
After that i uploaded original front.offer_list.php from component installation directory and via FTP made changes there by adding "\n offers.published, offers.hits, offers.created_datetime, offers.reference, offers.location" - NOTHING.
WHY??? and how i can fix it???