• Resolved erock11b

    (@erock11b)


    Trying to make the salary more presentable for my webpage. Currently it just list the number. For example if the salary is $55,000 it just list it as 55000. Any help would be greatly appreciated.

    I’ve tried to upload the Bullhorn plug in that I edited but WordPress gives an error each time.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, you should be able to add the following to jobInfoChips in the app.json file to add the salary with formatting
    {
    “type”: “salary”,
    “field”: “USD”
    }

    Thread Starter erock11b

    (@erock11b)

    @charlesabarnes The problem seems to be on wordpress side of things as I’m unable to upload the plugin manually. I can only use the Bullhorn plugin featured through WordPress.

    Hello, you should be able to use the plugin editor tool to edit the app.json file

    Thread Starter erock11b

    (@erock11b)

    I got it to work. Actually its Type is “USD” And field is “salary”.
    https://bullhorn.github.io/career-portal/job-details.html

    But thank you for the help!!

    ,”jobInfoChips”:[“employmentType”,{“type”:”mediumDate”,”field”:”dateLastPublished”},{“type”:”USD”,”field”:”salary”}]

    Now I just need to figure out how to chop off the cents for salary. But thanks again for the help Charles!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Salary to fields’ is closed to new replies.