Fran
Forum Replies Created
-
Gracias Javier, He logrado lo que necesitaba.
Hola Javier, gracias por tu respuesta.
Ya había visto la opción de “Force users to reset their passwords?” Sin embargo, no me sirve, ya que la página donde el usuario cambia la contrase?a no es la propia de WordPress, si no una pagina de frontend personalizada tipo: https://paginaweb.es/contrasena-perdida
Por eso, te consultaba si mediante algún filtro del plugin, era posible modificar esa página de cambio de contrase?a.
Saludos y gracias.
Forum: Plugins
In reply to: [Import and export users and customers] Error con WooCommerce SubscriptionsHola Javier, parece que el error desaparece quitando el punto final en la frase “This subscription importer is based in the official WooCommerce Subscription Importer Exporter.”
En el archivo import-users-from-csv-with-meta\addons\woocommerce-subscriptions.php:83
Dejando así el código desaparece el error.
$txt = __( 'This subscription importer is based in the official WooCommerce Subscription Importer Exporter', 'import-users-from-csv-with-meta' ); printf( $txt, "https://github.com/woocommerce/woocommerce-subscriptions-importer-exporter" );
Saludos.
Forum: Plugins
In reply to: [Import and export users and customers] Error con WooCommerce SubscriptionsHola Javier, gracias por tus respuestas,
No creo que influya el servidor, tengo la misma intalación en la web del cliente que corre sobre un linux.
He hecho alguna prueba, parece que el conflicto está con la función __() y el printf.
Sacando la función de dentro del printf y llamándola antes, el error deja de aparecer… algo así
$txt = __( 'This subscription importer is based in the official WooCommerce Subscription Importer Exporter.', 'import-users-from-csv-with-meta' );
printf( $txt, "https://github.com/woocommerce/woocommerce-subscriptions-importer-exporter" );No entiendo bien que es lo que no le gusta del código original…
Saludos.
Forum: Plugins
In reply to: [Import and export users and customers] Error con WooCommerce SubscriptionsLa 8.1.23
- This reply was modified 10 months, 1 week ago by Fran.
Forum: Plugins
In reply to: [Import and export users and customers] Error con WooCommerce SubscriptionsSi
Forum: Plugins
In reply to: [Contact Form 7] Stripe with recurring paymentsOk, thank you, I will stay tuned for the next updates.
Also, I would like to know if it is possible to send customer data (name, surname) to Stripe, so that they are stored in stripe.
On the other hand, when an error occurs in the payment, is it possible using some hook, to pick up the error, and customize the error message.
Regards
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] PHP Fatal errorI was able to fix it, it was not a problem with your plugin.
Regards
Forum: Plugins
In reply to: [DoLogin Security] Hook for change the plugin capabilityHello,
Thank you in advance for your work.
I have a need related to the modification you introduced in v3.2 to allow changing the capacity.
Now I would need to change the capability ‘manage_options’ to ‘edit_users’ in the router.cls.php file (line 124).
Could you include a new filter to be able to change the capability from my functions.php file?
Regards
Forum: Plugins
In reply to: [DoLogin Security] Hook for change the plugin capabilityWow! it works perfectly.
Thanks
Here you can see a screenshot with the error.
https://snipboard.io/aWXzrB.jpg
I can deactivate the plugin, because even though I get the error, if I refresh the page I can access the dashboard.
Regards
Hello, thank you for your reply.
I have tried in different browsers and on different devices, and the error always occurs.
Maybe there is some bug between your plugin and another third party plugin.
In my tests, when I deactivate your plugin, I can access without problems. I think it may happen to more users of your plugin.
The site url is https://astrumschool.com/
Regards
Forum: Plugins
In reply to: [Inactive User Deleter] Req: Add button to return posts to publishedHi shra,
It works perfectly,
+1000!
Forum: Plugins
In reply to: [Inactive User Deleter] Functionality block users not workingThank you very much!
Forum: Plugins
In reply to: [Inactive User Deleter] New feature: Search by userWow, it works very well, your plugin is the most complete for this work.
Thank you very much for your effort
Best Regards