Search found 228 matches

by s980845
08 Oct 2021, 01:30
Forum: Discussion
Topic: AJAX Entity Dropdown Hide Duplicates
Replies: 2
Views: 294

AJAX Entity Dropdown Hide Duplicates

We use the ajax dropdown to autofill fields that have already been entered into the system in the past. Can someone help me with the code to where it wont show duplicates? Sometimes we have people coming many times a month and it lists all of them when doing the search (See Screenshot) We only need ...
by s980845
06 Oct 2021, 19:28
Forum: Suggestions
Topic: Form View Button to Trigger Code
Replies: 6
Views: 531

Re: Form View Button to Trigger Code

I will gladly donate to it! Thanks :D
by s980845
06 Oct 2021, 04:00
Forum: Bug Report version 2.9
Topic: <span style="color:#990099;"> Causes forbidden error.
Replies: 3
Views: 1825

<span style="color:#990099;"> Causes forbidden error.

When adding custom tags to the Dashboard title in the Dashboard Configuration, adding <span style="color:#990099;"> into it or any other color will cause it to not save and instead generate a error 403 forbidden page. This Works Fine: Screen Shot 2021-10-05 at 4.55.01 PM.png This Does NOT ...
by s980845
06 Oct 2021, 03:08
Forum: Suggestions
Topic: Form View Button to Trigger Code
Replies: 6
Views: 531

Re: Form View Button to Trigger Code

This would be useful in so many ways!!!
This could even be integrated to send a discord or icq ping to all members when a new record is added through the use of webhooks etc.

This should definitely be added!
by s980845
05 Oct 2021, 05:49
Forum: Suggestions
Topic: Marketplace
Replies: 1
Views: 359

Marketplace

I would like to suggest to add a marketplace where people can share their custom modules. Ruko has such potential to become the goto framework for everything related to data management, and having a place where people can share their creations would be a big step towards that reality. Modules could ...
by s980845
29 Sep 2021, 01:20
Forum: Suggestions
Topic: Chat: Send chat message with automated actions.
Replies: 0
Views: 254

Chat: Send chat message with automated actions.

The ability to send a message to a user, or usergroup via automated actions. A few use-cases where this could be useful are: Medical Records finishes adding a client to the books. It will send an automated message in chat to the CEO stating that it has been added. A button to request support from an...
by s980845
24 Sep 2021, 22:14
Forum: Bug Report version 2.9
Topic: Sms not sending when using automate actions to add a record to entity
Replies: 1
Views: 1641

Re: Sms not sending when using automate actions to add a record to entity

Nevermind. I was able to fix the code. It turns out, when running automated actions, it was putting the phone number twice. At least for our usecase, I was able to fix it by adding a check for string length since we are only texting local numbers. I added this to the clicksend.php file. foreach($des...
by s980845
24 Sep 2021, 21:49
Forum: Bug Report version 2.9
Topic: Sms not sending when using automate actions to add a record to entity
Replies: 1
Views: 1641

Sms not sending when using automate actions to add a record to entity

We setup a sub entity called Marketing SMS with an automated action that will add a record to it with the phone number being Value From Parent Entity, and the message content being manually added. The Parent entity is using the phone fieldtype. We did this to be able to send SMS announcements and in...
by s980845
22 Sep 2021, 03:35
Forum: Suggestions
Topic: SMS Module | ClickSend | MMS Support
Replies: 0
Views: 269

SMS Module | ClickSend | MMS Support

The rest API of ClickSend supports MMS messages with images as attachments. Could you please add support for this? See this link for some example codes. https://developers.clicksend.com/docs/rest/v3/#send-mms We plan on eventually sending out sms/mms messages to all our clients, and we really would ...
by s980845
20 Sep 2021, 09:16
Forum: Discussion
Topic: Login Type/User Status: API Only
Replies: 0
Views: 239

Login Type/User Status: API Only

Is there a way to add a user that can only interact via the api and not be able to login using the web interface?