Search found 139 matches

by Benno812
19 Sep 2021, 13:49
Forum: Suggestions
Topic: french date format
Replies: 7
Views: 492

Re: french date format

Your js probably doesn't work because the date field in Ruko is setup as a text input field.
I'll try to make a code to convert the input type to date field and I'll share it here.
by Benno812
17 Sep 2021, 23:19
Forum: Suggestions
Topic: Datepicker language in public form
Replies: 1
Views: 258

Re: Datepicker language in public form

For anyone having the same problem, I found a temporary solution by adding this in form JS: jQuery(document).ready(function() { $.fn.datepicker.dates['en'] = { days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "S...
by Benno812
17 Sep 2021, 21:23
Forum: Suggestions
Topic: Datepicker language in public form
Replies: 1
Views: 258

Datepicker language in public form

Hello, I'm setting up a public form. My Ruko is in italian, but I need the form in english. I was able to translate field labels with JS, but the datepicker is still in italian. Is there a way to change its language? I think it would be useful to have an option in form setting to switch between Ruko...
by Benno812
15 Sep 2021, 02:49
Forum: Discussion
Topic: entity ID in js in form
Replies: 2
Views: 282

entity ID in js in form

Hi,
I'm setting up a js in a form and I need to use entity ID there. How is the correct syntax?
by Benno812
14 Sep 2021, 12:05
Forum: Suggestions
Topic: Emails option CC / BCC
Replies: 4
Views: 432

Re: Emails option CC / BCC

I agree. I checked the database table for emails and it already has CC and BCC columns so I assume this feature is already half done...
by Benno812
10 Sep 2021, 21:23
Forum: Suggestions
Topic: Auto Action -> Send Email
Replies: 0
Views: 296

Auto Action -> Send Email

Hi Sergey, I'm setting up an action button which run the following js: open_dialog('https://domain.com/index.php?module=ext/mail/create); return false; This open a modal window to write a new email. I just want to fill the email_to field with an email field of the current entity (the client's email ...
by Benno812
10 Sep 2021, 15:52
Forum: Discussion
Topic: PHP error when running autostatus.php cron
Replies: 10
Views: 547

Re: PHP error when running autostatus.php cron

Hi Sergey thank you for replying.
Manual fetching emails from Ruko also does not work, the fetch icon spins but no new email is added.

I tried to run crons both as commands and php scripts, nothing seems to happen.
This is my current php configuration:
Screenshot_7.png
by Benno812
06 Sep 2021, 14:02
Forum: Discussion
Topic: PHP error when running autostatus.php cron
Replies: 10
Views: 547

Re: PHP error when running autostatus.php cron

I have a generic problem with crons.
Both autostatus.php and email_fetch.php runs well on my Ubuntu Plesk server. But nothing change on Ruko.
Autostatuses do not work (they are setup well) and I dont get new emails.
by Benno812
03 Sep 2021, 21:50
Forum: Discussion
Topic: PHP error when running autostatus.php cron
Replies: 10
Views: 547

Re: PHP error when running autostatus.php cron

Any help for this one?
by Benno812
03 Sep 2021, 01:50
Forum: Discussion
Topic: PHP error when running autostatus.php cron
Replies: 10
Views: 547

Re: PHP error when running autostatus.php cron

the cron process now seems to successfully run, but autostatus doesnt update. Emails also doesnt updates even if the email_fetch runs well. Email account setup is working fine but i dont get new emails. I'm running crons via Plesk. But I also tried to run them via SSH and they seems to run, but stil...