Viewing 15 replies - 1 through 15 (of 22 total)
  • sfmexx

    (@sfmexx)

    I need this too!!!

    senthamizh

    (@senthamizh)

    hi,
    is it possible to get top 100 votes in a page..
    waiting for your reply…..

    Thread Starter crashy11

    (@crashy11)

    yep I need that too.

    Plugin Author Vova Feldman

    (@svovaf)

    There’s no shortcode for that yet. But we’ve already developed this for one of our clients in a form of custom page template. Here’s the instructions:

    1. Download our Top-Rated Template
    2. Extract the zip and copy the Top-Rated Template file, top-rated-page.php, to your active theme’s folder.
    3. Now, create a new empty page, and make sure to modify the page template to ‘Rating-Widget Top Rated Template’ (screenshot)
    4. You can give the page any title you like. Now publish the page and link it to wherever you wish.
    5. We’ve also added some initial css rules, it’s a good start. Just make sure to attach the rules to your WP (you can append the rules to your theme’s style.css file). Later you can modify it as you like.

    Please let me know if that was helpful.

    senthamizh

    (@senthamizh)

    download link is not working….

    Plugin Author Vova Feldman

    (@svovaf)

    senthamizh

    (@senthamizh)

    Thanks for the reply…
    i need to filter with category based on vote not on rating

    sfmexx

    (@sfmexx)

    is it possible to modify the content of the template?

    – I dont like to display page ratings, only the article ratings are important for me.
    – Then, the images are not displayed, whats wrong?
    – Is it possible to deactivate the excerpt text?

    thanks

    Plugin Author Vova Feldman

    (@svovaf)

    You can hack the template by modifying the GetTopRated method within the main plugin file – rating-widget.php.

    That’s the current template:

    $html .= '<li class="rw-wp-ui-top-rated-list-item">
        <div>
            <b class="rw-wp-ui-top-rated-list-count">' . $count . '</b>
            <img class="rw-wp-ui-top-rated-list-item-thumbnail" src="' . $thumbnail . '" alt="" />
            <div class="rw-wp-ui-top-rated-list-item-data">
                <div>
                    <a class="rw-wp-ui-top-rated-list-item-title" href="' . $permalink . '" title="' . $title . '">' . $short . '</a>
                    <div class="rw-ui-container rw-class-' . $rclass . ' rw-urid-' . $urid . '"></div>
                </div>
                <p class="rw-wp-ui-top-rated-list-item-excerpt">' . $excerpt . '</p>
            </div>
        </div>
    </li>';

    ak.azmi

    (@akazmi-1)

    Thanks for referring me to this thread. I have created the page and do some little customization.

    My question is, how to override the default number of posts set via top-rated widget or if I remove the widget? I want to increase the number of posts shown on the page.

    Thanks.

    Plugin Author Vova Feldman

    (@svovaf)

    1. Open the main plugin file, rating-widget.php
    2. Search for GetTopRatedData method.
    3. Within the method, search for:
    "limit" => 5
    4. You can modify the limit up to 25 items.

    Let me know if that what you’ve meant.

    Anonymous User 4104441

    (@anonymized-4104441)

    this is great!
    now, how can i do this for posts from specific categories? 🙂

    query_posts doesn’t work for me 🙁

    Plugin Author Vova Feldman

    (@svovaf)

    This limit applies to all of the categories.

    Anonymous User 4104441

    (@anonymized-4104441)

    i see, but what i mean is how to show most rated posts on a page, from specific category?

    thanks

    Plugin Author Vova Feldman

    (@svovaf)

    Oh… got it now. Unfortunately currently it’s impossible, but it’s part of our TODOs list.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Top rated’ is closed to new replies.