• Resolved austinlocke

    (@austinlocke)


    Robert, great plugin!

    Is it possible to Delete Circulation types?

    i did a bulk csv import and put what should have been Categories into Type. I need to reset my DB and re-import. I tried uninstalling / reinstalling the plugin.
    I am comfortable running sql commands but not sure where to do that in the WP admin interface

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robert Heller

    (@robertpheller)

    You can’t delete circulation types from the admin pages. The circulation types are in the table named <wp prefix>weblib_types and the collection is in two tables: <wp prefix>WEBLIB_COLLECTION and <wp prefix>WEBLIB_KEYWORDS. It is possible to delete items in the collection, a page at a time using the bulk actions on the collection page, but it would (objvious) be quicker to use SQL directly.

    Thread Starter austinlocke

    (@austinlocke)

    Thank you!,
    DELETE FROM wpvk_weblib_types
    worked perfectly in phpmyadmin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete Circulation Types’ is closed to new replies.