Deni
Forum Replies Created
-
Hi,
Just wanted to let you know that an update resolving this issue has been just released.
Hi there,
Thank you for reporting this. This notice will be fixed in the next update, but in the meantime you can just ignore it – it is just a deprecation warning that shouldn’t affect the way the plugin works.
Forum: Plugins
In reply to: [Extended CRM for Users Insights] Still SupportedHi Phil,
Yes, the plugin is supported.
Hi there,
I’ve tested Extended CRM for Users Insights with PHP 8.1 and at this point there aren’t any known issues.
Forum: Plugins
In reply to: [Extended CRM for Users Insights] User Data Except User Meta TableHi 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!Forum: Plugins
In reply to: [Extended CRM for Users Insights] User Data Except User Meta TableHi 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!Hi Miko,
You’re most welcome. Just to add in case you need to access the user ID through the post – it is stored as post meta of the post with key
_usin_note_for
.
Have a nice day!Hi Miko,
First of all – I’m glad you like this extension!
Unfortunately this addon does not include an option for that, it would require some custom coding. The notes are stored as custom post types (“usin_note”), so if you find a plugin that allows exporting custom post types, you can try that. Otherwise if you want to have this feature as part of Users Insights, you would have to programmatically register a new field in Users Insights and write a database query that retrieves this data. If you need more information on that, you can submit a support request on the Users Insights site, as this mainly relates to the Users Insights core.
Thanks and best wishes to you too!Forum: Plugins
In reply to: [Custom Post Type Filters For Users Insights] Add data to csv exportHi there,
Fortunately it was a quick and easy fix – the latest update (1.0.1) now supports exporting the custom post types columns.
Forum: Plugins
In reply to: [Custom Post Type Filters For Users Insights] Add data to csv exportHi,
Thank you for your request – I’ll look into this in the next few days, I’ll keep you posted.
Hi there,
I believe that MemberPress doesn’t store the membership as user meta, so a custom query will be required to retrieve this information.
Since this is a question that is related with the core Users Insights plugin itself (and not this extension), could you please submit a ticket via the Users Insights support form here for further guidance about loading custom data with Users Insights.
Thank you!Forum: Plugins
In reply to: [Extended CRM for Users Insights] Translation are missing stringsHi,
Thanks a lot for reporting this, I’ve scheduled a fix in an update.