Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25463

    Hi Anders,
    I have pushed the changes now. Please upgrade to 1.0.1 and you will see the Bulk update settings at the bottom. Please check and let me know if that works for you or not?

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: [Resolved] Registration Popup not working #241

    Hi Monica,
    is the popup not appearing for you?

    Here is what I see when I click Login on your site
    http://i.imgur.com/MflsQC2.png

    Can you please confirm?
    Also, Now, It is not loading via ajax, so is much faster. Please let me know which browser you are using? Also, Please make sure that you are logged out of the site when clicking on the link.

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: [Resolved] Registration Popup not working #239

    Hi Monica,
    That seems to make it working for now. There is a delay in loading the form. You can remove the delay by visiting Settings->BuddyPress->settings and disable ajax loading.

    If you note any problem( It may happen due to js, please do let me know). I will be happy to assist.

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: [Resolved] Registration Popup not working #237

    Thank you. Now everything is going in right direction. We have got the class and loaded proper js.

    I checked and js is loading, so the last issue remaining is disabling one of the magnific popup js file from being loaded.

    Now, if you can re comment that last line( what you posted just comment again, we will have a conflict free version). Please do check in the theme (where the line we are trying to comment if there is any other script which has dependency on ‘klein-magnific-popup’) . In case there is a dependency, we can simply comment the same from our plugin instead.

    I am sorry that you have to go through so much trouble, I just wished either the theme authors used common script handle name or provided a better way to disable the dependency.

    Please comment and drop me a line. I am looking forward to check it soon.

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: [Resolved] Registration Popup not working #235

    Hi Monica,
    Thank you for the prompt reply.

    I just noted on the site that you are not using Ajax registration plugin. you are using ajax registration shortcode plugin? Is that right?

    Can you please disable the ajax registration shortcode and use the ajax registration plugin instead. you can download a copy from here.
    https://buddydev.com/downloads/buddypress-ajax-registration/versions/bp-ajax-registration-1-1-8.zip

    Appreciate your patience with me.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: [Resolved] Registration Popup not working #233

    Hi Monica,
    welcome to BuddyDev forum and thank you for posting it here.

    can you please un comment the line you had commented in your theme and post the code of that line here?

    I can confirm that you have added the proper class to login link, the only issue I see now is Magnific popup is not loading for some reason. please enable that and drop me a line here.

    thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: BP Group Blog #230

    Hi Hans,
    yes, your post was the reason I thought about using activity 🙂

    Let get this done next week 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25463

    Hi Anders,
    I am sorry I haven’t pushed it yet on the site. will push and post back here tonight.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: [Resolved] Max number of photos per one post #228

    I am sorry but by post, did you mean activity posting?

  • Keymaster
    (BuddyDev Team)
    Posts: 25463
    Brajesh Singh on in reply to: BP Group Blog #224

    Hi Hans,
    I thought a little more about it. There can be two strategies to implement it

    1. Use activity internally to create the section. Define a new type of activity for this. It will give us all the functionalities of the activity and we can differentiate it from the normal activity.
    That will also help us to use any media uploader as most support activity.

    2. Use custom post type, use the post type for this section and create activities when the post is created. invest some time in allowing uploads etc.

    Do you see any issue with the first approach in using activity?