Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Ratings will remain in db.
    The topten widget will be hidden. To avoid thes, edit wppa-topten-widget.php

    Last line are:

    // register TopTenWidget widget
    if (get_option('wppa_rating_on', 'yes') == 'yes') add_action('widgets_init', create_function('', 'return register_widget("TopTenWidget");'));

    change to:

    // register TopTenWidget widget
    add_action('widgets_init', create_function('', 'return register_widget("TopTenWidget");'));

    The script use will still work (i think)

    Thread Starter Karesansui

    (@karesansui)

    I’ll have a look into that.

    Would be nice to be able to re-use these rather than making new albums for this.

    Thanks again,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Rating system questions’ is closed to new replies.