• Resolved janostgaspar

    (@janostgaspar)


    Tried uninstalling and re-installing oscp wordpress plugin from scratch. Although our jobs list fine, when you select a job to apply to the ensuing page and iframe are blank. When I inspect the frame, I get this:

    DevTools failed to load SourceMap: Could not load content for https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    and also this:

    main.js:1 ERROR TypeError: Cannot read property 'city' of undefined
        at e.ngOnChanges (main.js:1)
        at main.js:1
        at main.js:1
        at ov (main.js:1)
        at Dv (main.js:1)
        at Object.updateDirectives (main.js:1)
        at Object.updateDirectives (main.js:1)
        at nv (main.js:1)
        at dv (main.js:1)
        at uv (main.js:1)

    What can I do?

    When I uninstall the plugin – it leaves behind the configurations from the previous installation. I think if I were able to remove those, this may be able to work with a clean install. Can you tell me what gets left behind after an install? I mean I literally went into wp-content and deleted the oscp directory in its entirety and still, upon reinstall, the old values were re-populated into the new install.

    Anyway, I’ve given up on trying to combine the city and state as one “location” filter and just want it to run as it used to straight out of the box, which it now isn’t doing because the apply page is for some reason not showing up. I am hoping for help from someone. Thank you.

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • I believe you may just need to “resave” the plugin’s Career Portal options in wp-admin. The settings are not just saved to the app.json file, but also leverages WordPress’ built in options object.

    Thread Starter janostgaspar

    (@janostgaspar)

    Charles,

    I’ll give that a try. Thank you.

    Thread Starter janostgaspar

    (@janostgaspar)

    Hmmm… if you are still there, Charles, how do I re-save the Career Portal options? I have deleted the app and then re-installed it and each time I do, my old configurations still populate the new wordpress configuration file I access from the wordpress plugin sidebar (Career Portal). What am I looking for in wp-admin – I can try to delete those and then re-install the plug-in, but I’m not sure what to look for (I suspect it may have the words “oscp” or maybe “bullhorn” but then again, I don’t know. Any guidance, would be appreciated. Thank you.

    Hello,

    I did some looking around and could not find a proper way to get rid of those settings without database modification. Instead I believe it may be best to list out some defaults for these settings.

    I believe the setting that may be causing problems for you is the setting for fields to use in API requests, that setting should look something like id,title,publishedCategory(id,name),address(city,state,countryName),employmentType,dateLastPublished,publicDescription,isOpen,isPublic,isDeleted,publishedZip,salary,salaryUnit

    However, if the intention is to remove the location information from the portal, you may want to edit the app.json file directly. Via the plugin editor, you can edit the file to remove ,{"type":"mediumDate","field":"dateLastPublished"} for the job info chip setting. If you do choose to go down this route, I suggest disabling auto updates for the plugin, because this particular change may be overwritten on update.

    Please let me know if either of those modifications work for you

    I am also treating this piece as a bug so you do not have to make this modification in the future, but I will not be able to get this particular update out today, so what was listed in the previous message is the most expedient option.

    Thread Starter janostgaspar

    (@janostgaspar)

    Thank you, Charles. I have regained the missing application page – I assume by replacing the fields in the API request directly in the json file.

    I also removed the date on the chip by removing the line “mediumDate…” so that worked well.

    I will disable auto update per your suggestion as well.

    I have a field in our Bullhorn database called “customText2” which is a multiple radio button field (only a single choice allowed) that refers to the shift of the job (days, swings, mids, etc…). I’d like that displayed on the chip and also to be a field to be filtered on. I am assuming the filter isn’t likely going to happen unless I revert to Version 1 of the plugin, but is ther any way for it to be displayed on the chip? I have added “customText2” to the fields for API request and also added it to the chips code , but all that shows up on the chip now is the address for some odd reason. I can live with that, but just wondering why the chip doesn’t reflect it:

    {"acceptedResumeTypes":["html","text","txt","pdf","doc","docx","rtf","odt"],"companyName":"Let's Try This for the 26th time","defaultLocale":"en-US","supportedLocales":["en-US","en-GB","en","fr-FR","fr","es","de","it","nl","ru","zh-CN"],"minUploadSize":4096,"maxRelatedJobs":5,"maxUploadSize":5242880,"service":{"batchSize":500,"corpToken":"RJYI1","port":null,"swimlane":"34","fields":["id","title","publishedCategory(id","name)","address(city","state","countryID)","employmentType","dateLastPublished","publicDescription","isOpen","isPublic","isDeleted","publishedZip","customText2"],"jobInfoChips":["customText2"],"showCategory":true,"keywordSearchFields":["publicDescription","title"]},"additionalJobCriteria":{"field":"[ FILTER FIELD HERE ]","values":["[ FILTER VALUE HERE ]"],"sort":"-dateLastPublished"},"integrations":{"googleAnalytics":{"trackingId":""},"googleSiteVerification":{"verificationCode":""}},"eeoc":{"genderRaceEthnicity":false,"veteran":false,"disability":false},"privacyConsent":{"consentCheckbox":false,"sidebarLink":false,"privacyPolicyUrl":"http:\/\/www.kryptauri.com\/privacy-policy\/"}}

    I’m assuming because it is called “customText2” and is a customized field I created a few years ago… but maybe you know better.

    Thanks for making it a bug, by the way, and thank you for your greatly appreciated help with this.

    I am assuming that data isn’t coming back via the API. As its an unauthenticated API the available fields available must be explicitly defined. To change the available fields, please contact Bullhorn Support, they have the access necessary to make that field available to you.

    Adjustable filters isn’t an option in any of the portal versions just yet.

    Thread Starter janostgaspar

    (@janostgaspar)

    I see. Thank you. I will contact them on Monday.

    Thread Starter janostgaspar

    (@janostgaspar)

    Charles,

    What does the configurable field “Additional Filter” do?

    Hello,

    If you would like to narrow the criteria for jobs to show beyond just “published” and open.

    The settings Additional Field to Filter Job List (optional) and Values to Filter for on the job list (comma separated) are connected. The former you enter the field that you want to narrow down to (customText3 for example) and the values would be something like yellow,green,blue

    Thread Starter janostgaspar

    (@janostgaspar)

    OK thanks for getting back to me. So it doesn’t display an additional filter below Filter by City and Filter by State. I was hoping it would. Ok I will remove that. Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Apply Page Missing’ is closed to new replies.