Search found 28 matches

by Schelle
06 Nov 2023, 09:45
Forum: Discussion
Topic: [SOLVED] - Security Issue for Uploads
Replies: 2
Views: 130

[SOLVED] - Security Issue for Uploads

Hi Sergey, I noticed that uploads IE User images and images under the uploads/images folder are viewable via the web, without any authorization login. How do we secure these without impacting the application viewing? This is a big security issue for private information being viewable to the public. ...
by Schelle
31 Oct 2023, 03:37
Forum: Discussion
Topic: Full application localization
Replies: 4
Views: 407

Re: Full application localization

Hi, no up to this moment. Still waiting on Sergey. Perhaps there is a better way, but this was an attempt to contribute. Thanks for the reply Karahan. I am struggling to make it true multilingual, and trying to find workarounds, so far I have got records cloning to different language entities and c...
by Schelle
30 Oct 2023, 09:52
Forum: Discussion
Topic: Full application localization
Replies: 4
Views: 407

Re: Full application localization

Did you get this working Karahan?
by Schelle
30 Oct 2023, 09:47
Forum: Discussion
Topic: Translations of Custom Entities
Replies: 21
Views: 5043

Re: Translations of Custom Entities

No, I mean create own Entity in for each language in the same application and configure access to Entity. So user form Country 1 will have access to Entity 1, user from Country 2 will have access to Entity 2 In entity fields configuration there is function to copy fields. Hi Sergey, I created a tes...
by Schelle
26 Oct 2023, 11:31
Forum: Discussion
Topic: How to get GPS location?
Replies: 13
Views: 1368

Re: How to get GPS location?

Change the field to be an input field instead of a map and then lose the map markup tags. So you could replace $('#fields_1963').val('[map]' + lat + ',' + long + '(' + text + ')[/map]'); with $('#fields_1963').val(lat + ',' + long); WOW, thank you so much for sharing this, it works perfectly :-)
by Schelle
10 Oct 2023, 03:28
Forum: Discussion
Topic: Recommended Server Specs & Bootstrap Version
Replies: 3
Views: 169

Re: Recommended Server Specs & Bootstrap Version

Thanks Sergey. You are a total legend, your application is amazing. I am hoping the VPS specs is enough and I will make sure to not go overboard on formulas. Some entities will have over 100,000 records, but they will be fairly simple entities, basic records, no custom anything or formulas. There wi...
by Schelle
05 Oct 2023, 08:15
Forum: Suggestions
Topic: Multilingual App Based on current user language $app_user['language']; 'Display Fields Rules'
Replies: 1
Views: 347

Re: Multilingual App Based on current user language $app_user['language']; 'Display Fields Rules'

100% agree, having a Multilingual app is a must in the modern environment when teams are all over the world.
by Schelle
05 Oct 2023, 08:10
Forum: Suggestions
Topic: Zapier integration module
Replies: 6
Views: 1368

Re: Zapier integration module

This would be amazing, and give so many options - I am voting for this :-)
by Schelle
04 Oct 2023, 11:42
Forum: Discussion
Topic: Recommended Server Specs & Bootstrap Version
Replies: 3
Views: 169

Re: Recommended Server Specs & Bootstrap Version

Hi, Sorry to be a pain, but is there a plan to upgrade from Bootstrap 3.3.7? As my application can't pass any Pen Testing for the EU.
by Schelle
04 Oct 2023, 03:47
Forum: Discussion
Topic: Recommended Server Specs & Bootstrap Version
Replies: 3
Views: 169

Recommended Server Specs & Bootstrap Version

Hi Everyone, I have searched this forum everywhere for some recommended server specs and settings and can't find my answer. I am NOT a server person or very technical to be honest, but I am loving this application and have built out the basics of what I need, and I want to put it on a server for my ...