• Hi,

    I have some user datas stored some related tables at database. These tables have user_id and other informations about users.
    Is it possible filter these database tables datas except user meta table. And can we add these datas like custom field and filter them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Deni

    (@denizz)

    Hi there,

    There isn’t an interface to load information from custom database tables (non-user meta tables), however this might be possible with some custom coding. If you have some coding experience, you can basically use the Users Insights hooks to register your fields programmatically and hook into the main database query to load your custom tables data.
    This is however related to the Users Insights core plugin, so if you need more information on what hooks you can use for that, please contact the Users Insights support here.
    Thanks!

    Thread Starter zdwebmaster

    (@zdwebmaster)

    Hi Deni,

    Thank you. Is it possible to show a example? I dont know which files I must customizate.
    I have data A table with user_id field and I have user table. How can I get these datas. Which files I must customizate and how?

    Only a example will be great for me.

    Thank you.

    Plugin Author Deni

    (@denizz)

    Hi there,

    You can actually see a code example in the ECUI_Note_Fields class of this extension – it uses the Users Insights hooks to register the “Last note date” and “Note content” fields.
    And once again if you have any further questions, since this is a question regarding the Users Insights core plugin and we are not allowed to offer support for other plugins here, please open a ticket from the Users Insights site here to get more assistance.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Data Except User Meta Table’ is closed to new replies.