• Resolved futureyoon

    (@futureyoon)


    Hi

    I have made an achievement that can be open by sequential requirements with some points to earn.

    For example, ‘Beginner’ can be unlocked by point type A 10 points and point type B 10 points.

    I was just wondering if there is any wordpress table that stores these unlock requirement? I was hoping to be able to retrieve the info.

    Please advise.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dioni Sánchez

    (@dioni00)

    Hi @futureyoon,

    The requirements are saved as posts in the posts table of the database and you can find additional information about the conditions in the postmeta table.

    Other more specific information about gamipress can be found in the tables:
    gamipress_logs
    gamipress_logs_meta
    gamipress_user_earnings
    gamipress_user_earnings_meta

    Thread Starter futureyoon

    (@futureyoon)

    Thank you for the info

    When the condition is saved as posts, may I know what post_type it’s being saved as?

    Especially condition for the points.

    Thank you

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @futureyoon

    If you go to GamiPress > Settings > Debug Mode, you can enable this mode to reveal hidden menus and here you will find menus for each requirement

    Also, inside the GamiPress code, you can check which post types are registered by GamiPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘achievement points requirement storage’ is closed to new replies.