voldemort76
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Wrong time on eventsThanks, reading I tried setting “Event source default” in the advanced settings and now the time is correct.
Forum: Plugins
In reply to: [WP Customer Area] Allow the user to search through their filesThank you!
Forum: Plugins
In reply to: [WP Customer Area] User selection via custom fieldThanks, it will be very useful, I hadn’t seen it.
Oh, finally I have found this:
https://github.com/ultimatemember/ultimatemember/issues/1110It seems that after installing 2.5.1, after updating the DB with the UM upgrade function and after updating to 2.5.2, I finally fixed it.
Ok thank you, I’ll do it.
Forum: Plugins
In reply to: [Import and export users and customers] Stop sending mail for a specific roleSorry for the delay with which I reply. Yes, it works. It would be useful to update the plugin with it.
Forum: Plugins
In reply to: [Import and export users and customers] Stop sending mail for a specific roleYes, that might be a good idea!
Forum: Plugins
In reply to: [Import and export users and customers] And for “no role”?I was trying some combinations and I noticed that, if a user is deactivated with this new function, he still receives the wordpress email to reset his password (I think due to the change of role). He should not receive it since he has no role in the site, otherwise if he changes his password, he enters the site anyway.
Forum: Plugins
In reply to: [Import and export users and customers] And for “no role”?Fantastic, everything perfect. Thanks, I think this possibility is useful to many.
with the stock manager deactivated, the plugin works correctly and sends the product availability notification to the customer. If I use the stock manager instead, the notification does not come. I must first enter the product and save (without having changed anything). Then it works
I am stuck at step 4, where the unique identifier is entered. When I click on the button, nothing happens and it doesn’t go forward…
In the console I have error 500 here:/wp-admin/admin-ajax.php?_fs_blog_admin=true
- This reply was modified 5 years, 7 months ago by voldemort76.
Forum: Plugins
In reply to: [Iptanus File Upload] Retrieve a value from additional fieldsI used it in wfu_functions.php, with the intention of retrieving one of the additionals data and inserting it in a new table of the db.
$wpdb->insert($newtable, array( 'mycolumn' => $userdata_field['value'] ), array( '%s' )); }in “mycolumn” I would like to insert only one of the additional data contained in “$userdata [‘value’], without the rest of the file information. Is it possible or am I wrong to approach?
Forum: Plugins
In reply to: [Iptanus File Upload] Retrieve a value from additional fieldsNo, not after the download, but while. Let me explain: when the file is loaded I need one of the additional fields to be registered in another table that I have created in the database. If I use “userdata [” value “]” to insert it, he only inserts the first additional field. Is there a correct syntax to enter the array and take only the field I need?
Forum: Plugins
In reply to: [Iptanus File Upload] Retrieve a value from additional fieldsIt might be useful.
In practice I would need to fetch only one of the additional fields through php.Andrea