• Hi

    I am trying to understand this but…no luck.
    I want to use my wp user table and the extended table made by the “user meta” plugin, join them correctly and make specific filters on “user meta” data like the custom field man/woman to sort…and at the same time posibility to view and edit.
    Make 1 combined table.

    By the way great and large tool usable for at lot of thinks.

    http://wordpress.org/extend/plugins/db-toolkit/

Viewing 1 replies (of 1 total)
  • Plugin Author David Cramer

    (@desertsnowman)

    Hi There, Sorry for the late reply.
    You need to use the join table fieldtype.

    This however doesn’t directly connect the two and make all the fields available, but it does take the reference field and replace that with a value from the joined table.

    if you want more fields returned, you’ll set the reference to ignore then add virtual fields and set them as joins types. this will enable you to return more fields as needed.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: DB Toolkit] show, edit, filter the join of two tables, users usermeta’ is closed to new replies.