• Resolved abdouse79

    (@abdouse79)


    Hello,
    In case of user ratings of his or her own comments, is it possible to collect the link clicks a particular user has received from a rating block associated to their own comment. if yes, How could we achieve that.
    Thanks

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

    (@rubengc)

    Hi @abdouse79

    I will add an update to award to the post, page or comment author for receive clicks on the links he placed

    This update will work if the plugin you are using is based on WordPress comments

    Also keep in mind that our plugin just handle clicks on links generated by [gamipress_link] shortcode

    If you want to add a custom workflow then you will need to do it by custom code

    I will mark this topic as resolved because the update will be released today

    Best regards

    Thread Starter abdouse79

    (@abdouse79)

    Thank you for your reply.
    If I understand you, for example I cannot just grab a css class of one element and pass it to the the gamipress achievement requirement step class placeholder.
    I will have to find a way to wrap the gamipress link shortcode around any previous links I want to collect data from.
    this is my website linkseneflshare website

    Thank you!

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @abdouse79

    The update has been released!

    You can place your own links, just add the class gamipress-link to let GamiPress – Link fire events

    Check the plugin files to completely meet how it works and use it as you like

    Best regards

    Thread Starter abdouse79

    (@abdouse79)

    Sorry I am a bit lost. Where am I supposed to put “gamipress-link”?
    In the required steps placeholder or in my css theme, or both?
    Thanks

    Plugin Author Ruben Garcia

    (@rubengc)

    Hi @abdouse79

    If you do not have programing skills, then use [gamipress_link] to place plugin links

    But If you have programing skills and you want to add your own links, then you can do that adding to your links the class gamipress-link like:
    <a href="{URL}" class="gamipress-link">{text}</a>

    Best regards

    Thread Starter abdouse79

    (@abdouse79)

    Thanks it is working now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘user received link clicks’ is closed to new replies.