bullhorn / career-portal

A Bullhorn Platform SDK app that allows candidates to search for and apply to jobs.
https://bullhorn.github.io/career-portal/
MIT License
132 stars 150 forks source link

I want to remove "APPLY WITH LINKEDIN" Button from our OSCP #386

Closed skedmonds closed 3 years ago

skedmonds commented 3 years ago

INSERT SHORT DESCRIPTION EXPLAINING THE HIGH-LEVEL REASON FOR THE NEW ISSUE HERE.

Current behavior

the button is there, and we just want direct application to our OSCP. We don't want people to apply through LinkedIn

Expected behavior

Make the button go away

Steps to replicate behavior

  1. http://www.pmqs-nc.com/careerportal/#/jobs/313 <<<<See that blue button to apply with LinkedIn? I want it gone!

Screenshots

Current

Expected

charlesabarnes commented 3 years ago

Remove the clientID in the app.json and this will remove the button. Another option is to upgrade your portal as this button is not present in more recent versions of the career portal

skedmonds commented 3 years ago

How difficult is it to upgrade my portal? I haven't done anything with it since I set it up a few years ago, lol.

charlesabarnes commented 3 years ago

It should be just as straightforward (hopefully). Just a matter of replacing files on your webserver. I am providing the installation instructions below:

http://bullhorn.github.io/career-portal/basic-install.html

skedmonds commented 3 years ago

Thank you!