• Is your plugin useful for creating a combined table that including tables:
    -wp_users
    -wp_usermeta
    -wp_bp_xprofile_fields
    -wp_bp_xprofile_data
    for user management in frontend?

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi,

    Thank you for your interest in our plugin.

    You can use these but in order to do that, you would need knowledge for writing the query. wpDataTables supports JOIN’s. Please note that if you create a very complicated query there is a possibility for some issues with server-side, so you will need to create a view. If your MySQL-query based wpDataTable doesn’t work correctly with server-side processing, probably this is happening because wpDataTables server has problems with parsing of the query and building new queries dynamically (happens rarely, but does sometimes). To avoid this please prepare a MySQL view (a stored query), which will return the data that you need, call it e.g. “view1” and then build a wpDataTabled based on a simple query like “SELECT * FROM view1″.

    [ Signature deleted ]

    • This reply was modified 5 years, 3 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • The topic ‘Is your plugin useful for creating a table for user management in frontend?’ is closed to new replies.