Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the exact same issue.

    Jonathan Lau, if you are around, can you kindly address this issue? It makes it impossible for me to use this excellent plugin as I have a big selection of authors that are not receiving their points because of this bug.

    myCred

    (@designbymerovingi)

    Hey

    When you are approving a pending post, if you first Publish it, then change the Visibility to “Private” (plus click Update) you will award points.

    If you however change the visibility first, then Publish you will not be awarding any points. Do fix this add the following in cp_hooks.php on line 76 after the publish_post action:

    add_action( 'private_post', 'cp_newPost' );

    Plugin Author Jonathan Lau

    (@lauweijie7715)

    Hi,

    Could you explain further? Do you mean to say you want points to be awarded even if the post is published as a private post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: CubePoints] Publish content – no points granted to author’ is closed to new replies.