• Resolved darunia77

    (@darunia77)


    Hello,

    I’m using a BP Force Profile Photo plugin, which means my registered users can’t see the content or members on my site until they upload their photo.

    The plugin:
    https://buddydev.com/plugins/bp-force-profile-photo/

    When they are logged in, they are directed to their change avatar page(see below). I don’t want them to see the chat window until they upload the photo, as they can see members there. So I would like to exclude the chat on this page. This is a dynamic Buddypress page, so “username” will change for everyone. Any way to exclude it in code or anywhere else?I don’t think I can exclude it in the Flyzoo dashboard as */ as it will exclude all members pages and I don’t want that.

    https://greenteacoffeedate.com/members/username/profile/change-avatar/

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Flyzoo

    (@andrea-de-santis)

    Hi!

    The Flyzoo Chat for WP plugin has a “PAGE FILTER”,
    first of all, make sure to set it to “on all pages except those listed”

    Then you can try with:

    /.*/profile/change-avatar/

    (This should match the /username/profile/change-avatar/ pattern when
    the plugin evaluates the regular expression).

    Hope this helps (you can also open a ticket on our site for faster replies).

    Best,
    Andrea

    Thread Starter darunia77

    (@darunia77)

    Hi Andrea,

    Sorry, I didn’t see your reply.

    I tried this filter but I believe the widget still shows. I might open the support ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude certain pages to show chat’ is closed to new replies.