• Resolved Bambero

    (@bambero)


    Hi,

    There is one problem with displaying rating rating custom post types.
    To fix it change change all occurences of:
    $post_type->rewrite[‘slug’]
    to:
    $post_type->name

    Note that, the slug may be different of real type name.

    Proposals:
    1. In settings field to define prefix for star ratings.
    2. Checkbox “disable default styles.
    3. More positions: “before title”, “after title”

    Regards,
    Bambero

    https://ww.wp.xz.cn/plugins/simple-rating/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Igor Yavych

    (@flyerua)

    Hello. About fix, it’s already been fixed in 1.5 but thanks for the catch.
    About proposals
    1. Not sure what you mean here.
    2. What exactly it’d do and how do you expect it to work?
    3. Maybe.

    Thread Starter Bambero

    (@bambero)

    Hi, thx for quick reply.

    1. Now by default we have:
    ***** 10 votes
    It will be nice to define (in settings) prefix like:
    Rating: ***** 10 votes
    It will be also nice to have possibility (in settings) to change suffix “%s votes” to translate.

    2. I have my own styles (which includes font-awesome) so i want to disable default styles added by plugin. Checkbox to disable default styles will be good, or better a textarea to change default styles.

    It will be also very nice to have a function to manualy set ratings (now function uses on $_POST var).

    When do you plan to releaase upcoming 1.5 version. Nedd beta testing?

    Plugin Author Igor Yavych

    (@flyerua)

    1. Prefix can be done.
    2. Probably nop.
    3. Not sure what you mean by “manually set ratings”
    4. No idea

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘1 fix suggestions’ is closed to new replies.