• When parsing the XML data, if “there is already a job in the system” with the same job_reference it does not seem to update the job but “fail[s] and tell the user why” and just exits. (Quotes are from plugin code comments.)

    I have implemented this update feature myself.

    Does this plugin support updates by default if so how and what am I missing?

    • This topic was modified 8 years, 2 months ago by serdars.
    • This topic was modified 8 years, 2 months ago by serdars.
Viewing 1 replies (of 1 total)
  • Plugin Author Mark Wilkinson

    (@wpmarkuk)

    The plugin at the moment does not support updates by default. This is something we want to add in the future (soon I hope!).

    You can of course use your own inbox.php file with the plugin. To do this make a copy of the one that comes with the plugin and save it in the following location in your theme:

    /wpbb/inbox.php

    The file from your theme will them be used rather than the one from the plugin. This means you can then safely make edits to this file to add this functionality which will not get overridden if and when the plugin gets updated.

Viewing 1 replies (of 1 total)
  • The topic ‘Update job with the same job_reference’ is closed to new replies.