gabriel.gonzalez
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] && Operator with cfdb-value returns "error"Thank you a lot for your prompt response.
The code you write indeed returns an error (false). I supose that means that I am doing something wrong, but I still don’t know what, I’m sorry for taking your time. For exaple, I don’t know why the first one of the following codes returns a correct value, but the second one returns an error, if I’m just replacing < for >, shouldn’t the second code return al least 0?
1)
filter="Fecha>=$_POST(FechaFin)"
2)
filter="Fecha<=$_POST(FechaFin)"
Forum: Plugins
In reply to: [Spiffy Calendar] Recurrent EventsIt works perfectly, in a clean, simple and robust manner, like everything else in your plugin.
Since I am not a programmer, it was hard for me to even find the development version and install it, but boy it was worth it! I appreciate it a lot.
You can see it working on the following link: https://miralta.net/principal/turno-de-socios/ Events may seem strange to you, but they are about daily “guards” for three different people in two different companies. I’m sure there will be more people out there with similar needs.
If I can help you with something later, for example, completing the translation into Spanish, just ask. I do not have much time but I would do it with pleasure.
Forum: Plugins
In reply to: [Spiffy Calendar] Recurrent EventsNo, I apologize, I think I did not explain it properly, the required pattern is as follows:
September 8,11,14,17,20,23,26,29, October 2,5,8,11,14 …. for one whole year.
Regards,
Gabriel.
Forum: Plugins
In reply to: [Spiffy Calendar] Recurrent EventsThat would help in the case of events that are repeated a few times, but not in my case, for example, how to register an event that will be repeated every 3 days for 1 year, as follows: Tuesday September 8 – Friday September 11, Monday September 14 – Thursday September 17, and so on.
This could be achieved by scheduling a recurring event every three days for one year, or by scheduling 3 different recurring events every three weeks for one year.
Forum: Plugins
In reply to: [Spiffy Calendar] Recurrent EventsThank you for your promt response. Your plugin is just the best, beautiful and functional, I tested many. The only problem for me is that I need to place recurrent events each X number of days or weeks, where X is more than 1, just a little field missing ?? I guess I’ll have to wait impatiently for the update. Thanks again.