Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Ravikumar Patel

    (@ravipatel)

    Also searchFilter() function query issue for admin change code
    !is_admin() not working change

    !is_admin() to !current_user_can( 'administrator' )

    Plugin Contributor pronskiy

    (@pronskiy)

    Hello,

    Plugin is tested on multi network site and is working as expected. If you having any issues with that, please let me know and we’ll sort it out.

    As for bulk actions in Firefox – yeah, that’s a known issue. Unfortunately I don’t know any workaround. Good news though, I plan to fix it in the next release in two weeks.

    Best regards,
    Roman

    Thread Starter Ravikumar Patel

    (@ravipatel)

    Hello roman,

    I have fix this one issue for Firefox lets see here :

    Adding async: false, on $ajax() functions. but now work both browser and but crome display warning please test there.

    Also i post my best idea for fix code but why my post is not release max 1 hours. please can u suggest to moderator?

    Thanks,
    Ravi patel

    Plugin Contributor pronskiy

    (@pronskiy)

    Also searchFilter() function query issue for admin change code
    !is_admin() not working change

    !is_admin() to !current_user_can( ‘administrator’ )

    What kind if issue are you talking about?

    is_admin() and current_user_can( 'administrator' ) do different things.
    is_admin() checks if it’s admin page, and current_user_can( 'administrator' ) checks if user is administrator.

    So using is_admin() is actually intended.

    Thread Starter Ravikumar Patel

    (@ravipatel)

    Ok but From your side why u have use there !is_admin() means whats the processs for this code for.

    On my way if i have add your code with is_admin() so admin can not getting search restricted page.

    But i have add current_user_can( ‘administrator’ ) then admin can easy search all pages frontside.

    Plugin Contributor pronskiy

    (@pronskiy)

    Plugin works as follows:

    – All users on admin page can see all pages and search through all pages no matter if they are excluded or not.
    – On the userland (frontside) search page plugin will hide all marked pages/posts for any user.

    I understand what you are trying to achieve, but current behavior seems to me more intuitive and simple.

    Plugin Contributor pronskiy

    (@pronskiy)

    Adding async: false, on $ajax() functions. but now work both browser and but crome display warning please test there.

    Also i post my best idea for fix code but why my post is not release max 1 hours. please can u suggest to moderator?

    Thanks for the fix idea! I will test it and see how it works.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘This was compitible with multi network site?’ is closed to new replies.