Skip to:
Content
Pages
Categories
Search
Top
Bottom

list of meta_key values?

  • I’m trying to import users from a previous forum install (non-bbPress). Where can I find a list of possible meta_key values for transferring information?

Viewing 2 replies - 1 through 2 (of 2 total)

  • master5o1
    Participant

    @master5o1

    A mysql query could be helpful (phpmyadmin)

    SELECT DISTINCT meta_key, meta_value FROM bbpress_usermeta ORDER BY meta_key

    (replace bbpress_usermeta with what ever the usermeta table is in your db)


    master5o1
    Participant

    @master5o1

    A mysql query could be helpful (phpmyadmin)

    SELECT DISTINCT meta_key, meta_value FROM bbpress_usermeta ORDER BY meta_key

    (replace bbpress_usermeta with what ever the usermeta table is in your db)

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar