• Resolved sjosepey1

    (@sjosepey1)


    Hey there,

    I’m having conflicting issues with BBpress and Search in Place.

    It won’t allow me to click on topics and does not display information.

    Is there a way to solve?

    Please and thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @sjosepey1,

    Could you send me the URL to the webpage where there is the conflict, please?

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @sjosepey1,

    I’ve installed BBpress in my local website, and I don’t have detected any conflict between BBpress and our plugin: “Search in Place”

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @sjosepey1,

    I’ve continued investigating and have managed replicate the issue you are reporting and I’ve found a solution. Please, follow the steps below, I’ll include this solution in the next update of the plugin:

    1. Open the “/wp-content/plugins/search-in-place/php/searchinplace.clss.php” file with the text editor of your choice.

    2. Go to the piece of code:

    
    if(!is_admin() && $query->is_search){
    

    and edit it as follows:

    
    if(!is_admin() && $query->is_search && isset($_GET['s'])){
    

    3. Finally, save the modifications, and that’s all.

    Please, let me know if the conflict has been fixed on your website.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help Please – Incompatible W. BBPress’ is closed to new replies.