Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author myCred

    (@designbymerovingi)

    That is a WordPress feature and only works with the wp_users and wp_usermeta tables. You can not do this with myCRED.

    Thread Starter Number_6

    (@number_6)

    I changed the prefix of all the tables with a plugin. Surely there’s some way to define it individually.

    Plugin Author myCred

    (@designbymerovingi)

    Sorry but i do not understand what you are trying to accomplish.
    The myCRED table name is set according to your table_prefix + myCRED_Log. If you change the table prefix in your wp-config.php file you would need to change it in your database as well.

    Thread Starter Number_6

    (@number_6)

    I’m trying to change the prefix of the myCRED table to something other than the prefix defined in wp-config.

    Plugin Author myCred

    (@designbymerovingi)

    While you can change your table prefix to anything you want, if you change it anything other then what is set in the $wpdb class (which is used by myCRED to enter data into the log), you will cause myCRED to crash as it will not be able to find the table.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing table name?’ is closed to new replies.