Search found 37 matches
- 2019-03-22 15:03
- Forum: ADDT
- Topic: How to format date in email?
- Replies: 1
- Views: 11413
How to format date in email?
Hello all, hope someone is still around. I need to format the date in an email. How can I do that? The email is sent using the "retrieve content from file" option; so, I created an html file and set my email. But the date are displayed as yyyy-mm-dd; how can I format them differently? exam...
- 2018-11-06 16:06
- Forum: MX Kollection - General Info
- Topic: New Extension on the way to emulate KollectionPro
- Replies: 8
- Views: 30583
Re: New Extension on the way to emulate KollectionPro
Hello all,
Webassist has just updated his Data Bridge 2 to support MySQLi.
http://www.webassist.com
After dismissing ADDT, I use it now.
Tony
Webassist has just updated his Data Bridge 2 to support MySQLi.
http://www.webassist.com
After dismissing ADDT, I use it now.
Tony
- 2017-09-11 08:32
- Forum: ADDT
- Topic: Disable some dates in date picker?
- Replies: 1
- Views: 10741
Disable some dates in date picker?
Hello all, I'm still using ADDT with great satisfaction but I have a little problem related to dates and date picker. I need to disable some days in the date picker pop-up so that the user can't select holidays and some other special days. It's not required to do this via mysql. Is there a way to do...
- 2017-05-24 09:07
- Forum: ADDT
- Topic: how to make a mysql website work on a mysqli server?
- Replies: 3
- Views: 15015
how to make a mysql website work on a mysqli server?
Hi all,
I have a large website that is using mysql and ADDT.
Now the site need to be moved on a mysql 5.5 server. The new server has dropped the mysql support and supports only mysqli.
How can I make this site work again?
Is there a tool that converts from mysql to mysqli?
Or something else?
TIA
tony
I have a large website that is using mysql and ADDT.
Now the site need to be moved on a mysql 5.5 server. The new server has dropped the mysql support and supports only mysqli.
How can I make this site work again?
Is there a tool that converts from mysql to mysqli?
Or something else?
TIA
tony
- 2017-05-22 10:13
- Forum: ADDT
- Topic: how to add a google recaptcha v2 to a form?
- Replies: 1
- Views: 10401
how to add a google recaptcha v2 to a form?
Hi all, I'm trying to integrate a google recaptcha v2 on my website using ADDT. I added recaptcha v2 using the data from the google site. But the form will pass validation even if the user doesn't resolve the recaptcha. The recaptcha appears on the page, but how can validate it? I think I'm missing ...
- 2017-05-18 10:44
- Forum: ADDT
- Topic: convert crypted password to text password
- Replies: 1
- Views: 10181
convert crypted password to text password
Hi all, Unfortunately, I have a website that I need to change from ADDT to another system and I have to carry on username and passwords. But I used encrypted passwords with ADDT and now they are unusable on the new system. So, I need to convert a 1.300+ encrypted password to simple text passwords. I...
- 2016-12-12 17:15
- Forum: ADDT
- Topic: Sanitize a field before submitting a form?
- Replies: 3
- Views: 19126
Re: Sanitize a field before submitting a form?
just to let other know the solution: I simply included the CleaString function before the custom trigger: // cleanstring and custom trigger function CleanString($string) { $strResult = str_ireplace("à", "a", $string); $strResult = str_ireplace("á", "a", $strRe...
- 2016-12-12 16:06
- Forum: ADDT
- Topic: Sanitize a field before submitting a form?
- Replies: 3
- Views: 19126
Re: Sanitize a field before submitting a form?
Hi Fred,
I'm sure this will work.
thank you very much for your help.
Tony
I'm sure this will work.
thank you very much for your help.
Tony
- 2016-12-05 12:52
- Forum: ADDT
- Topic: Sanitize a field before submitting a form?
- Replies: 3
- Views: 19126
Sanitize a field before submitting a form?
Hi all, I have a form with 2 fields: field 1 is a text field; field 2 is a hidden field. I need to replicate field 1 on field 2 but applying some sort of cleaning to the field 2. Example: inserting "My field is clean àèì" in field 1 I should get ""My-field-is-clean-aei". I a...
- 2016-03-23 11:23
- Forum: ADDT
- Topic: Multi-field Drop-down and session variables persistence
- Replies: 5
- Views: 21536
Re: Multi-field Drop-down and session variables persistence
Thanks, Fred,
I'll try a custom solution too.
ciao .
tony
I'll try a custom solution too.
ciao .
tony