Buddypress issues

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 4 reply threads
  • Author
    Posts
    • #32517
      andreasenglowski
      Participant

      Hi,

      i am having trouble with the buddypress integration:
      1. If i go to the vendor backend tab in my bp profile it works as expected, but once i click somewhere in the dashboard i get redirected to the regular dashboard page. The problem comes with the last update i guess. Please check Screencast for detail.

      2. Is it possible to remove the store link tab from a vendors bp profile?

      Many thanks in advance,
      Andi

      Attachments:
      You must be logged in to view attached files.
    • #32519
      andreasenglowski
      Participant
      This reply has been marked as private.
    • #32538
      WCFM Forum
      Keymaster

      Hi,

      1. Yeah, you are right. It’s not possible to render WCFM all screens under BuddyPress Profile.

      2. Add this code for disabling that –

      add_filter( 'wcfmmp_store_bp_menu_classes', function( $classes ) {
        return 'wcfm_custom_hide';
      });

      Thank You

    • #32569
      andreasenglowski
      Participant

      Hi, thanks for your fast reply.

      1. sorry if my question is stupid but i am not understanding. isn’t that coming from the buddypress integration option of the front end manager (screenshot)? or should it work like that that you get redirected to the original dashboard page? because i am sure it was working under the tab before. sorry for bothering you but i am little confused πŸ˜€

      2. many thanks that worked πŸ™‚

      Kind regards,
      Andi

      Attachments:
      You must be logged in to view attached files.
    • #32669
      WCFM Forum
      Keymaster

      Hi,

      1. sorry if my question is stupid but i am not understanding. isn’t that coming from the buddypress integration option of the front end manager (screenshot)? or should it work like that that you get redirected to the original dashboard page? because i am sure it was working under the tab before. sorry for bothering you but i am little confused

      – It’s OK, feel free to ask anything πŸ™‚
      NO, It shows only dashboard page under BuddyPress profile. But if vendor trying to manage anything else, like Product, Order etc.. then it redirect them to the actual WCFM dashboard page.

      Actually, it’s not possible to run all WCFM screens under BP profile, we have tried but no luck!

      If we get any way out of this in future will definitely know you.

      Thank You

Viewing 4 reply threads
  • The topic ‘Buddypress issues’ is closed to new replies.