Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 63 total)

  • HDcms
    Participant

    @hdcms

    HI,
    I am in the wrong category Where I am most likely to receive an answer ?


    HDcms
    Participant

    @hdcms

    Hello,
    I think it’s a generic need that can help other members. thank you for helping me because I do not advance anymore
    Regards


    HDcms
    Participant

    @hdcms

    hello,
    If there is no plugin, can you tell me the tables (or sql query) to do an export / import sql. Delicate for me, thank you in advance for your help
    Regards


    HDcms
    Participant

    @hdcms

    Hi @venutius
    That’s right, I put again theme.
    I will test. Is there a list of changes of the same type? for this new theme!
    Regards


    HDcms
    Participant

    @hdcms

    Hi,
    Uh, I do not understand. The principle of the cache is precisely to generate a static content (with expiration date) of everything that is dynamic (in database).

    WP rocket tells me that it improves and it is also noted in the presentation of the W3 total cache plugin https://wordpress.org/plugins/w3-total-cache/
    I would like to have feedback from memebers with these plugins
    Regards


    HDcms
    Participant

    @hdcms

    Hi
    Basically I did not ask the last name but imposed the first name.
    I am not a GDPR specialist but I understand that most programs will not be able to change the programming structure.
    It still remains that this can be included in the request for consent (on the other hand still no checkbox (with descriptif) native to the registration of a new member)


    HDcms
    Participant

    @hdcms

    Hello
    An idea for it to work !?
    Regards


    HDcms
    Participant

    @hdcms


    HDcms
    Participant

    @hdcms

    @venutius
    Hi
    yes, I watched.
    This is interesting but reading the description, I see that it is the import / export is taken into account. This is not my requests and especially the periodic deletion setting counts of members that no longer come!


    HDcms
    Participant

    @hdcms

    Hi,
    The data export is a big complex project with the other plugins.
    I do not see again in the next version BP4, 2 more simple points:
    a) consent box on the registration form (native buddypress)
    b) delete storage of members who have not come for more than x years

    I do not see plugin for this deletion. In the meantime, is it possible to have a function that I will run once a day with a cron to delete members and their associated content?
    Preferably (with the TOS) delete after a date following the role (period1 to subscribe for example and period2 to subscribe for others)


    HDcms
    Participant

    @hdcms

    Hi @vapvarun
    Ok thanks 🙂
    I just have to hide the field below.
    Maybe this will be solved with BP 3.0!


    HDcms
    Participant

    @hdcms

    @venutius
    ok thanks


    HDcms
    Participant

    @hdcms

    Ok thank you that’s what I thought :-), but how to hide it (configuration, hook …) when sending a message to a single member


    HDcms
    Participant

    @hdcms

    Hello
    Thank you . I can not wait to see him
    I usually use themes purchased with BP’s standard hooks.
    Will I be impacted if I switch with this new model?
    What are the advantages in my case?
    Regards


    HDcms
    Participant

    @hdcms

    Hi @vapvarun
    Thank you for the plugin but it is no longer updated.
    Asked to integrate it in next version of buddypress
    🙂


    HDcms
    Participant

    @hdcms

    Hello,
    It’s a question of choice. Buddypress is like a big form.
    I’m just asking for the possibility that there is a checkbox field at registration (with a link to a GDPR information page) that will no longer appear as a choice in the profile
    Regards


    HDcms
    Participant

    @hdcms

    Hello,
    On another forum, I had this suggestion with WP function 🙂
    But I am embarrassed if I can not put a default value to my numeric field!

    $users = get_users( [ 'fields' => 'ids' ] );
    global $wpdb;
    /** @var \WP_User $user */
    foreach ( $users as $user_id ) {        
        $results = $wpdb->insert(
            'bp_xprofile_data',
            [
                'field_id'     => 794,
                'user_id'      => $user_id,
                'value'        => 4,
                'last_updated' => new \DateTime()
            ],
            [ '%d', '%d', '%d', '%s' ]
        );
    }

    regards


    HDcms
    Participant

    @hdcms

    Hi @djpaul
    In my case, it’s a new field with a new value.
    nothing was cached before !!

    But, I ask a new question for new members who will register after the execution of the program. I do not see a way to put a default value in a numeric field. Did I look bad?

    Regards


    HDcms
    Participant

    @hdcms

    Hello @venutius

    I tested the first version that works well. Thank you

    I am now going to try to test the other. I did not understand to empty the cache, whether it was with BO programming or a cache plugin

    $users = array(3809,2749,2430,3849); //array of user id's
    global $wpdb;
    $note_champ="794";
    $note_valeur="3";
    foreach ( $users as $user ) {
        $query="INSERT INTO wpamo_bp_xprofile_data (field_id, user_id, value, last_updated) VALUES ($note_champ, $user, $note_valeur, NOW() )";
    $results = $wpdb->get_results($query); 
    }

    regards


    HDcms
    Participant

    @hdcms

    Hello

    @venutius

    What I meant was that I can not create a big array!
    Is not it rather necessary to create a loop from the 1st to the last member?


    @djpaul

    why? by program

    Thanks


    HDcms
    Participant

    @hdcms

    Hi
    Thank you 🙂
    I understand. I have also been a /coordinator of many associations and I know that a lot of things depend on volunteers.
    Just surprised that this ticket was normal, it should not bother many members.
    Regards


    HDcms
    Participant

    @hdcms

    Hello
    Thank you for this idea
    So I have to go through php.
    If this code works, can I extend it to more than a thousand members?
    Regards


    HDcms
    Participant

    @hdcms

    Hello
    please
    regards


    HDcms
    Participant

    @hdcms

    Hello @dcavins

    After several tests, the author of the theme recognizes that this comes from his code.

    I do not understand the choices for updating buddypress.
    It’s been several weeks since a bug was identified on the list of members of a group.
    I understand that it is not a security breach but it poses a problem of navigation!

    Regards


    HDcms
    Participant

    @hdcms

    Hello,
    thank you for the answer

    Of course there will be plugins to perform this operation. It will be another plugin (on my community sites, I arrive at 40!, All essential to achieve features not made by buddypress).
    One more plugin, it is an additional risk of having incompatibilities, slower site, an obsolete version after 2 years …

    All forms are integrating rgpd. It seems logical that buddypress integrates rgpd, because of these private data.

    It would be nice if there is at least one type of field that after the entry is never displayed again, especially for the check box with the link of the rules of use.
    Regards

Viewing 25 replies - 1 through 25 (of 63 total)
Skip to toolbar