• Resolved kamikazen

    (@kamikazen)


    Hi,

    First of all, thanks for saving me a ton of work on one of my current projects with this great plugin.

    I was wondering if it is possible to localize/customize the ‘Rating’ text without altering the base code of the plugin so my changes don’t get overwritten by future updates.

    Also, is it possible to filter out the plugin’s output from the_content() so that I can place the rating using the the_author_post_rating() function in a more convenient place for my client’s layout?

    http://wordpress.org/extend/plugins/author-post-ratings/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Philip Newcomer

    (@philipnewcomer)

    Those features are already a part of the plugin, have you looked at the plugin’s settings page?

    I have sort of the same question.

    When I put <?php the_author_post_rating(); ?> in my posts-page it’s not overriding the plugin and is producing one more place with stars. It looks like this:

    [RATING]****

    post yada yada

    [RATING]****

    Plugin Author Philip Newcomer

    (@philipnewcomer)

    I’m not sure what you mean by “it’s not overriding the plugin”. What exactly is this “override” that you are referring to?

    Like I tried to demonstrate earlier. I use the default plug-in with no changes. And it produces beautiful star. Now when I put <?php the_author_post_rating(); ?> in a file in my theme is shows both of the stars. I wan’t the one I set to override the default one?

    Plugin Author Philip Newcomer

    (@philipnewcomer)

    There is no “automatic override” in the plugin. Is turning off the automatic stars in the plugin options not working for you?

    I’m sorry. I had completely forgotten that you could turn them on under settings. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change rating text and placement’ is closed to new replies.