• Resolved kikismedia

    (@kikismedia)


    I’m trying to show user point to other users to see how point this particular user have

    And I also I will like to display my leader board in this display inline is that’s possible

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @kikismedia,
    If you are using BuddyPress then there’s an option in the myCred settings you need to enable it to show the points to other users. Please have a look at the screenshot shared below.
    https://tinyurl.com/ycgpv2cr

    Also, can you please more elaborate on your question to display the leaderboard in display-inline?

    Thread Starter kikismedia

    (@kikismedia)

    Im not using buddypress I’m using bbpress so I want to display the user point beside user profile in single topics so others can see it

    I want a code to display the leader border in list style {display:inline}

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Q1) Im not using buddypress I’m using bbpress so I want to display the user point beside user profile in single topics so others can see it

    ANS: Please follow the screenshots shared below
    https://tinyurl.com/y7uxr49g
    https://tinyurl.com/y8ve3trd

    Q2) I want a code to display the leader border in list style {display:inline}.
    Ans: By default myCred Leaderboard uses the Ordered list items to show the LeaderBoard list you can use the custom CSS to customize the Leaderboard below are some classes that leaderboard uses.

    // Organized list leaderboards
    ol.myCRED-leaderboard { }

    // First user row
    ol.myCRED-leaderboard li.first { }

    // Alternating row
    ol.myCRED-leaderboard li.alt { }

    // If leaderboard is empty
    p.mycred-leaderboard-none { }

    Thread Starter kikismedia

    (@kikismedia)

    Thanks for the reply, how can I allow other users to see other user rank or badge

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @kikismedia,
    Please follow the screenshots shared below.

    https://tinyurl.com/yd5sbs26
    https://tinyurl.com/y7usjw8y

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show User point to others’ is closed to new replies.