Daniel
Forum Replies Created
-
I wonder if I can ask this in this topic:
Any plans to integrate with Mailster? and also, is there any way to receive webhooks from Zapier as triggers?Regards
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Changing URLCan I use vczoom_jbh_before_content to add such javascript?
Regards!
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Changing URLThank you! it works just fine.
I have another question and I’m not sure if I should open a new ticket.
Is regarding the browser compatibility with iOS, which is basically non-existent (users can’t join audio)
Since I’m using the url directly /zoom-meetings/ and not even the iframe. Is there any way to redirect iOS users exclusively to the mobile App?
Thank you for your time and kind regards.
Forum: Plugins
In reply to: [BuddyMeet] Buddymeet with buddyboss@woodlandtwilight I’ve been listening to the music in your website all day long… sorry, very off-topic. Just wanted to thank you ??
Forum: Plugins
In reply to: [BuddyMeet] Buddymeet with buddyboss@rami33awad Hi I would love to have this file, if you could send me. My e-mail address is the same as my username at gmail dot com.
Forum: Plugins
In reply to: [BuddyMeet] Buddymeet with buddybossThank you very much @hosnicolina !
Forum: Plugins
In reply to: [External Login] SHA1 and MD5Thank you very much for your time @tbenyon !
Indeed, in the case of UNA each user has its own salt. I’ll try to come up with a proper solution.Forum: Plugins
In reply to: [External Login] SHA1 and MD5That’s the salt right there, sorry.
function myExlogHashAuthenticator($password, $hashFromDatabase, $username, $externalUserData) { return sha1(md5($password) . $hashFromDatabase); } add_filter('exlog_hook_filter_authenticate_hash', 'myExlogHashAuthenticator', 10, 4);
Seems to be working just fine now.
Any advise if the code above is wrong?
Forum: Plugins
In reply to: [External Login] SHA1 and MD5Thank you @tbenyon,
UNA uses the following encryption:
SHA1(CONCAT(MD5(‘the_password’),salt
))The salt being the individual pass salt and the_password being the raw user pass. However in the hook exlog_hook_filter_authenticate_hash I don’t see a way to retrieve this salt information.
Any advise?
Forum: Plugins
In reply to: [BuddyMeet] Buddymeet with buddybossWould you mind sharing how did you modify the plugin to make it work with the Theme?
Forum: Plugins
In reply to: [BuddyMeet] Buddymeet with buddybossIt isn’t compatible with the theme, though ?? any chance to look into that? If it works with the plugin I’m confident it may be easy to fix.
- This reply was modified 4 years, 7 months ago by Daniel.
Forum: Plugins
In reply to: [Hide This] What am I missing?Hahaha Andrés, please update the docs; I don’t know how much time I spent trying to figure out what was going on… Thanks anyway!
Forum: Plugins
In reply to: [WooCommerce - PayU Latam Gateway] Problema procesando pagoHola Jairo, Gracias por tu respuesta.
De hecho usé la plataforma de pruebas y el problema es exactamente el mismo.
Fui al archivo PHP de tu plugin y alteré las credenciales del Testapi por las que aparecen acá:
https://developers.payulatam.com/en/api/sandbox.htmlY tampoco funciona :/
?hay alguna forma de hacer un debug?, ?se necesita algún parámetro especial del php.ini?
otra duda, ?el apilogin no hace falta en absoluto?Gracias
Forum: Plugins
In reply to: [WooCommerce - PayU Latam Gateway] Problema procesando pagoHola Jairo,
Te aseguro que los datos están correctos ?? ?Te animarías a revisar de pronto? Sé que no está dentro de tus responsabilidades, entonces si no; no hay problema.
De pronto las APIs deben ser aprobadas por PayU primero?
Nuevamente gracias,
Saludos.