BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 26

    Hi Brajesh,

    Just a reminder to share the link if you are done to test it, thanks.

  • Participant
    Level: Enlightened
    Posts: 26
    Rami Awad on in reply to: [Resolved] Jon blog widget #32726

    AWESOME! Thank you so much Ravi,
    Tested it and its working fine.

  • Participant
    Level: Enlightened
    Posts: 26

    I will be leveraging all its options to the max, so you can count on me for a real application test with all options 😉 just release it =D

  • Participant
    Level: Enlightened
    Posts: 26

    Hello Sotiris,

    Well first I am not Brajesh, I just saw your message stating a problem I managed to solve before so I shared what I did 🙂

    As for your issue, that shouldn’t happen! and most probably this is a conflict that drove me crazy before and even buddyboss support couldn’t solve it for me, so try the following:

    Deactivae all plugins except for buddyboss and BP Multi network only and deactivate the forum discussions component on all subsites then try registration again and see if the problem is solved.

    Note: the forum discussions component and some other buddypress plugins conflicts with this setup of registration that you are aiming for.

    if the problem is solved dont network activate Bp registration just activate it on the subsites.

    On my multisite every subsite has separate registration, the user cant log in to any other subsite, but will have access to the main site anyway because of the participant role when he register to any subsite, however, if the user is logged in already on any subsite (or the main site) and visited another subsite he cant register on the visited site, you must use join blog widget plugin that just assign him a role on the visited subsite. if you want to make him fill registration fields you can use force profile completion plugin. that’s the best that I could do without a custom code.

    Regards,
    Rami

  • Participant
    Level: Enlightened
    Posts: 26

    Awesome! I am also waiting for a compatible version with Buddyboss, I managed to make the current one work but facing duplication issues.

  • Participant
    Level: Enlightened
    Posts: 26
    Rami Awad on in reply to: BuddyPress Notifications Widget #32544

    Hello Brajesh, I hope all is well.

    Any updates please?

  • Participant
    Level: Enlightened
    Posts: 26
    Rami Awad on in reply to: How can I display group on front page #32543

    Hello Adeala,

    did you try this plugin?

    https://buddydev.com/plugins/bp-extended-user-groups-widget/

    Regards.

  • Participant
    Level: Enlightened
    Posts: 26

    Hello Sotiris,

    I solved this problem by adding a bp-custom.php file to wp-content/plugins/ enabling multiblog

    Create a file with text editor and name it bp-custom.php with the following lines below and add it using ftp to wp-content/plugins/

    <?php
    // define( ‘BP_ENABLE_MULTIBLOG’, true );
    define( ‘BP_ENABLE_MULTIBLOG’, true );

    You can also try Bp Registration options plugin, you can define registration rules for every subsite.

    Note: take care that when a user register to a subsite, he will receive a participant role on main site by default which makes him access buddyboss components anyway on the main site unless you are denying it using a pluign like “members only pro” (It doesn’t show in the admin users page that the user has a participant role but if you tried to access the profile of the user who registered on the subsite only on the main site you will find that he has access because of the participant role)

    Regards.

  • Participant
    Level: Enlightened
    Posts: 26

    Got your point, Thanks

  • Participant
    Level: Enlightened
    Posts: 26
    Rami Awad on in reply to: BuddyPress Notifications Widget #32094

    OK thanks, I will do it then 🙂

    I will work on it in live notifications plugin too, I think white background with the user avatar will look more modern, as also Buddyboss theme has a left menu panel that hides part of the notification popup, so I will move it to the other side. if you have anything that can help in placing the avatar it would be great.

    Thank you and best regards.

    • This reply was modified 3 years, 8 months ago by Rami Awad.