• Hello Gary Pendergast,

    Thank you for your brilliant plugin Job manager which I am using to develop a recruiting website.
    I have managed to customize the job list template on my local dev site and it looks great!
    There are a few things I was wondering about though:

    1. It was mentioned in one of the other wordpress forum posts http://wordpress.org/support/topic/plugin-job-manager-shortcode-link-url?replies=7 about a year ago, about the ability to share a job/email the job link to a friend. You said you would include a new template to Version 0.7.1. I have Version 0.7.17 but cannot find any documentation on how to add this share link, did I overlook something? I noticed the company Blue Tree Search (that you mention in your blog as they are using job manager) have managed to integrate a plugin : http://wordpress.org/extend/plugins/share-this/ in their individual job template (example here: http://www.bluetreesearch.com/candidate-services/jobs/senior-accountant-2/ ) but whenever I use the html code that comes with share this, it breaks up the page, whether I use it in the Job list or individual job. Ideally we would like to add a ‘share this’ or if not possible, a simple, ‘send to friend’ link within the job list, do you know if this is possible and if so, how? Do you know how Blue Tree managed to pop it in their individual job template without it breaking?
    In case it helps, this is the HTML code provided by ‘ShareThis’ that breaks up my job list page and indivudual job pages:
    <span class='st_facebook_buttons' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='share'></span><span class='st_twitter_buttons' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='share'></span><span class='st_email_buttons' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='share'></span><span class='st_sharethis_buttons' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='share'></span>

    2. My client wants a summary for each job in the job list and for only a few jobs -not every one- a ‘more info’ link to the individual job. What I have done to attempt to achieve this, is within the job form settings, added an optional field which is [job_field6].
    The job list is displayed in a table with job_field1 up to job_field4 on the left hand side (job_field5 is the ‘more information’ that will display in the individual page unless left blank), and on the right hand side it displays the ‘apply now’ link, an area where I hope to have a ‘share this’ link (see question 1) and job_field6. If left blank, nothing displays. If the client copy/pastes [job_link]more info [/job_link] in the job field when creating a new job, I had hoped the ‘more info’ link would display in the job list. However, it seems not to accept HTML as it displays the full text ‘[job_link]more info [/job_link]’ See screenshot of my job list. Is there any other way to achieve an ad hoc ‘more info’ link for the client to put in themselves from the ‘add new job’ area (preferably through the job_field6 area)? I’m trying to avoid them going in the Job Manager settings in case something is messed up.

    3. Is it possible for the individual job template to be able to upload a word document or pdf file by the client within the ‘add new job’ area (from job_field5)? My client wants to attach .doc’s or .pdf’s for more information rather than having his back office type out all the information in a bid to save time, is this possible?
    The end result will be an individual job page with either the word document or pdf showing for the potential applicant, or a link for the potential applicant to download the files.

    Again, thank you ever so much for the brilliant plugin, it does pretty much everything we need it to do!
    Hope you can answer my questions.. Marjolijn

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Marjolijn Harvey

    (@mafgirl)

    I just realized I didn’t add a screen shot of my job list with the ‘[job_link]more info [/job_link]’ showing. Here it is:

    http://marolinedesign.com/images/job-manager-test.jpg

    Thread Starter Marjolijn Harvey

    (@mafgirl)

    I found a way of ‘sharing job with a friend’ with a different service called add this ( https://www.addthis.com/get-addthis ) and that works like a treat.

    still no resolve for the other issues:
    2. My client wants a summary for each job in the job list and for only a few jobs -not every one- a ‘more info’ link to the individual job.
    3. Is it possible for the individual job template to be able to upload a word document or pdf file by the client within the ‘add new job’ area (from job_field5)?

    Anyone any ideas?

    And I also have a new question: I would like users to be prompted to login or register when they click apply.. the job-manager built in register does not do this as far as I can tell. Anyone know of a membership plugin that can block the category /jobs/apply/* ?

    Cheers!

    2. I’ve briefly discussed how to do conditional tags here.
    3. Job Manager -> Settings -> Job Form Settings, add a new “File Upload” field.

    To force registration, go to Job Manager -> Settings, scroll down to the User Settings box, check the “Require User Registration” option.

    Thread Starter Marjolijn Harvey

    (@mafgirl)

    AWESOME thank you Gary!!

    2. managed to use conditional tags for the more info link AND download link for uploaded documents and it is working perfectly
    3. Whoops, could’ve found this b myself!
    4. Registration, yes I had found this myself too, but meant to say that I wanted to add some more fields to the registration form, is this possible? if not I was thinking to use a registration plugin that i can display on the jobs/apply/* pages, but have not found one yet.
    Currently it says [register] at the top of my pages, how can I get rid of this? see example here: http://www.corriganbentley.testsite.marolinedesign.com/jobs/apply/24/
    5. another questions is : I’m trying to style the highlighted jobs with a background and tried using this in the display settings:
    just before the job loop: [if_job_highlighted]<div class=”highlight”>[/if_job_highlighted]

    and just before the end of job loop:
    [if_job_highlighted]</div>[/if_job_highlighted]

    this in css:
    .highlight{
    padding:0px 0px;
    background: #a2a8be;
    }

    This creates a background, but the actual table with the job stays with a white background. in display.css I changed
    table.highlighted {
    background-color: transparent;
    }

    table.jobs-table tr.highlighted td{
    background-color: transparent;
    }

    but that didn’t help, i also tried to set the tables and the div’s inside the tables to a transparent background to no avail, any ideas?

    Is it possible to get the featured jobs to show up in slideshow in a widget area?

    Thanks for all your help 🙂

    Marjolijn

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘are a sharethis option – a more info option – a file upload option possible?’ is closed to new replies.