• a wordpress network will create new database tables for each blog/site

    this plugin does only create one table wp_ratings for the whole network but not the individual wp_x_ratings tables.

    Problem:
    1) you cant see the post ratings in the “manage ratings” admin area, they are not saved anywhere?
    2) ratings are only saved aggragated as post meta
    3) this makes me sad ??

    any way to fix it?

    it is an awesome plugin!

    https://www.ads-software.com/extend/plugins/wp-postratings/

Viewing 1 replies (of 1 total)
  • Thread Starter Info Man

    (@iwanuswak)

    ok I fixed it quick and dirty by creating the table via mysql phpMyAdmin

    CREATE TABLE wp_1_ratings LIKE wp_ratings;

    all the other stuff like options and post meta seems to be there.

Viewing 1 replies (of 1 total)
  • The topic ‘wp-postratings for network / multisite’ is closed to new replies.