The MU forums have moved to WordPress.org

Tried searching, can't find (5 posts)

  1. peiqinglong
    Member
    Posted 16 years ago #

    I remember this was discussed a while back but I can't find it anymore and I didn't get a chance to write it down. I'm using a plugin (Thyme auth WordPress plugin) on my MU site and the problem is that it is check for wp_1_users...of course that doesn't exist. Now I can't remember what line of code I'm supposed to change so it doesn't check for wp_*, but rather selects specifically wp_users?

    Thanks!

  2. theapparatus
    Member
    Posted 16 years ago #

    First I've heard about it. A google search shows discussion about a plugin but no homepage. Do you have one for it?

  3. peiqinglong
    Member
    Posted 16 years ago #

  4. theapparatus
    Member
    Posted 16 years ago #

    Thanks.

    There's a couple of places within the code where the user table is called via:

    {$wp_opts['tableprefix']}users

    I would just replace that with a hard code of wp_users.

    Ditto with:

    {$wp_opts['tableprefix']}usermeta

    Please try that. That's what we had to do with the yellow sword fish forums plugin.

  5. peiqinglong
    Member
    Posted 16 years ago #

    Cool thanks! I'll give this a try and report back! I figured I was going to have to just hard code them, but for the life of me it wasn't clicking in my head.

About this Topic

  • Started 16 years ago by peiqinglong
  • Latest reply from peiqinglong