Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author RatingWidget

    (@ratingwidget)

    Hi @gonzalolucero,

    Can you please share an example of a url on your site with a user-profile page?

    Plugin Author RatingWidget

    (@ratingwidget)

    Are you using any plugin for the author page?

    Plugin Author RatingWidget

    (@ratingwidget)

    You’ll have to edit your author’s page theme’s template and add some custom code. Try to add our php shortcode:
    <?php rw_the_post_rating(get_the_author_meta('ID'), 'user'); ?>

    Let me know if it worked.

    Thread Starter gonzalolucero

    (@gonzalolucero)

    Also, if I could add the users avatars at the rating widget, it would be awesome =D

    Plugin Author RatingWidget

    (@ratingwidget)

    Try this code instead of the previous:
    <?php ratingwidget()->EmbedRatingIfVisibleByUser(get_the_author()); ?>

    Let me know if it worked.

    Thread Starter gonzalolucero

    (@gonzalolucero)

    It didn’t work. Not even appeared in the user profile page

    Plugin Author RatingWidget

    (@ratingwidget)

    Oh… I’ve forgot to add the echo of the method’s result. Try this:
    <?php echo ratingwidget()->EmbedRatingIfVisibleByUser(get_the_author()); ?>

    Thread Starter gonzalolucero

    (@gonzalolucero)

    Now I can rate the users, but still doesn’t appear the display name. Maybe I have to change some code from the rating-widget/rating-widget.php

    Plugin Author RatingWidget

    (@ratingwidget)

    @gonzalolucero apologies but this probably requires a deeper investigation. Since it’s not part of the “out of the box features” if you’d like us to continue investigating this please contact [jeff AT rating-widget DOT com] to discuss about special customization. Just describe him the case and send him a reference with this link. Unfortunately there will be cover charges. Sorry 🙁

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘User Rating without BuddyPress’ is closed to new replies.