• My organization’s website is running the free Relevanssi plug-in, and Barn2’s Documents Library Pro plug-in. We recently discovered that the latter had ceased to function with versions 3.x.x (its version 2.x.x. thankfully did still work), and Barn2’s support determined that what broke their plug-in was Relevanssi. They created a modification to Relevanssi (which I can supply if given an email address/forum to do so), so it’s functioning now but only with the modified version of Relevanssi. It would of course be better to have the conflict elimitated and return to the “real” Relevanssi & employ future updates. The Barn2 developpers asked me to pass on the following. As we only use the free version, it seems that this forum is the platform Relevanssi wants me to use to convey this (with DLP surely = Documents Library Pro, developed by Barn2):

    “ask them to kindly look into how adding the “relevanssi” parameter to DLP argument at relevanssi/lib/compatibility/document-library-pro.php is causing the DLP Documents to disappear and not display in the document library for some reason.”

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • We’re experiencing the same issue and had to roll back to v 4.27.2 until the issue is fixed.

    If you’re able to share the modified version of Relevanssi for us to use in the meantime would also be greatly appreciated.

    Thread Starter drdoublevay

    (@drdoublevay)

    Just realized that I gather there’s no file attachment function here (unless I’m missing something? I’m new to the forum), I can provide a link to a copy of the modified version on GDrive. Set to allow anyone with the link to access it:
    https://drive.google.com/file/d/1HqTxxM87jrGNUK4n2w39MZKV1HI96I7s/view?usp=sharing

    Plugin Author Mikko Saari

    (@msaari)

    Do you index the dlp_document post type for Relevanssi?

    You can undo the changes made in Relevanssi with this in your theme functions.php or in a code snippet:

    add_action( 'init', function() {
    remove_filter( 'document_library_pro_query_args', 'relevanssi_dlp_support' );
    }, 20 );

    This is the only change in the latest Relevanssi related to DLP. This makes DLP queries use Relevanssi, but may cause problems if Relevanssi is not set to index the dlp_document post type. I’m interested in hearing if this causes problems even if Relevanssi is set to index the document post type.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.