Removing the upload a logo area in Job Submit process
My site won't need Job Listers to upload logos so I've removed the upload logo area on the submission proces by removing this code from submit-job-form.php
<p class="optional"><label for="company-logo"><?php _e('Logo (.jpg, .gif or .png)', APP_TD); ?></label> <input type="file" class="text" name="company-logo" id="company-logo" /></p>
But I'm wondering if there's a setting I'm missing that does this. Looked all over but didn't see one. Hate to alter core files.
Tim