• Resolved Ahmed ElSayed

    (@a7madmayo)


    Hi,

    I’m trying to give all users 100 points to start with,

    I used the bulk tool to give all users points but I have more than 150k users and it takes a long time to give for example 130k remaining users.

    Do we have any other quick solution for that?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @a7madmayo

    Bulk awards tool tries to award everything as soon as possible, but also checks if there are achievements or ranks configured based on points

    The unique way to speed up this process is to make a custom development to update all your users points balances with the initial amount you want, but this one may require a developer to develop it for you

    Other solution could be to, create an achievement that awards the amount of points of your choice and that is awarded only 1 time for log in or visit the site

    In this way, all the users who log in on your site will receive this initial amount you want simply for log in or visit the site

    Hope it helps!

    Maybe with an sql statement

    Thread Starter Ahmed ElSayed

    (@a7madmayo)

    Hi @rubengc , thanks for your reply

    Thread Starter Ahmed ElSayed

    (@a7madmayo)

    @orakel70 Do you know the meta-key?

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @a7madmayo

    The meta key is based on your points type slug like:
    _gamipress_{points-type-slug}_points

    For example, for a points type with the “gems” slug, the meta where the user balance is stored is named:
    _gamipress_gems_points

    Hope it helps!

    Thread Starter Ahmed ElSayed

    (@a7madmayo)

    Hi @rubengc

    Thanks very much

    Plugin Author Ruben Garcia

    (@rubengc)

    You’re welcome @a7madmayo

    Thread Starter Ahmed ElSayed

    (@a7madmayo)

    Hi @rubengc,

    I’m wondering if this meta key is created once I activated the plugin and created a points type? even if I didn’t add points awards or deducts yet?

    I want to give point to all users once I activated the plugin before collecting their activities.

    Thanks

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @a7madmayo

    This meta is created on the fly, it means that is only created at the moment the user points balance its updated

    If you create those metas and after you install GamiPress, if the metas has the correct names GamiPress will recognise the as the actual balance of the user

    Hope it helps!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Bulk Points Award’ is closed to new replies.