• r3bb

    (@r3bb)


    Hi guys,

    For the last several weeks I’ve been looking for an answer to a question about CubePoints Top Users styling, but I can’t find it anywhere.

    My CubePoints Top Users widget provides names of the users with the top points, but it doesn’t link the name back to their member profile page. Is there any way to do this?

    Regards,

    -r3bb

    http://wordpress.org/extend/plugins/cubepoints/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi! In the text field of the widget write:
    <a href="http://#/members/%user%">%username%</a>%points%
    Good luck =)

    This is for Buddypress. If you are using WordPress without this plugin, write this
    <a href="http://#/author/%user%">%username%</a>

    Hello. I am using the Cubepoints widget and wanted the usernames to link to their Author Page. Using the code above generates a link with the username but with a space inbetween the name (If the user has chosen a username with a space in it)

    For example i use the following in the widget:
    %username%

    Generates a link like this:
    /author/joe bloggs/

    Which when clicked links to a page that doesnt exist:
    /author/joe%20bloggs/

    So rather than adding %20 in the space – is it possible to correct this so that it adds a dash?
    eg:
    /author/joe-bloggs/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: CubePoints] Top Users Link to Author Page’ is closed to new replies.