Search found 395 matches
- 2023-03-20 22:31
- Forum: Getting Started
- Topic: Save Changes
- Replies: 4
- Views: 107
Re: Save Changes
Hi, i mean a new record always closes when you save it. Just haven't tried it.The option is for closing after changes.
- 2023-03-20 06:17
- Forum: Getting Started
- Topic: Save Changes
- Replies: 4
- Views: 107
Re: Save Changes
Hi,
yes, there is an option on Table > Parent/Children setting > "Auto-close modal after saving changes".
yes, there is an option on Table > Parent/Children setting > "Auto-close modal after saving changes".
- 2023-03-09 09:40
- Forum: bizzworxx AppGini Helper JavaScript Library
- Topic: We are asking for your opinion: button style
- Replies: 2
- Views: 184
Re: We are asking for your opinion: button style
I like link-style much better 

- 2023-03-07 22:52
- Forum: Bugs/annoyances
- Topic: Change owner will not change child entries to new owner
- Replies: 1
- Views: 1465
Re: Change owner will not change child entries to new owner
Hi, is there a current solution for this, how to change the owner for a data record including the child entries? Otherwise it's never-ending work. Thank you very much!
- 2023-02-04 00:25
- Forum: Bugs/annoyances
- Topic: bugs unauthorized users access pdf files knowing the link
- Replies: 29
- Views: 51207
Re: bugs unauthorized users access pdf files knowing the link
Hi,
it doesn't work for me anymore with a newer PHP version either.
Does anyone have another solution to protect the directory with the documents?
Thank you very much,
Kai
it doesn't work for me anymore with a newer PHP version either.
Does anyone have another solution to protect the directory with the documents?
Thank you very much,
Kai
- 2023-01-05 17:18
- Forum: AppGini Plugins
- Topic: recurring events in calendar
- Replies: 4
- Views: 1194
Re: recurring events in calendar
Hi Ahmed,
is there anything new here? It would be nice if we could enter birthdays or recurring appointments in the calendar
Many greetings, Kai
is there anything new here? It would be nice if we could enter birthdays or recurring appointments in the calendar

Many greetings, Kai
- 2022-11-02 23:26
- Forum: AppGini Plugins
- Topic: AdminLTE Plugin for AppGini
- Replies: 97
- Views: 9248
Re: AdminLTE for AppGini Plugin
Many thanks for your response. I thought maybe we could use bootstrap 4 or 5 templates then for the frontend tables and fields. But I don't want that individual only for myself. Maybe is it a possibility for the future of your AppGiniLTE. 

- 2022-10-30 08:25
- Forum: AppGini Plugins
- Topic: Calendar start time
- Replies: 3
- Views: 453
Re: Calendar start time
Hi, I would like to give you a hint about the AppGini calendar. There is a problem here if you use the calendar with different user authorizations like me. If the calendar is set up for a table for which the current user does not have permission, the calendar will produce 403 errors. The errors slow...
- 2022-10-29 21:13
- Forum: AppGini Plugins
- Topic: AdminLTE Plugin for AppGini
- Replies: 97
- Views: 9248
Re: AdminLTE for AppGini Plugin
This looks very good. Great work! Is it possible to configure the AppGini pages DV Fields and TV Tables with the same look and feel as the Admin LTE fields and tables? So that the AppGini app gets a more modern look.
- 2022-10-28 06:39
- Forum: Getting Started
- Topic: Auto back to TV
- Replies: 2
- Views: 317
Re: Auto back to TV
Thank you very much 

- 2022-10-26 21:46
- Forum: Getting Started
- Topic: Auto back to TV
- Replies: 2
- Views: 317
Auto back to TV
Hi, everyone. I can't find a solution in appgini to "close" a detail view (back to the table view) when a data record is saved. Did I miss that somewhere? I find the option only for modal windows. Many thanks for tips in advance.
- 2022-09-12 21:45
- Forum: Advanced Customizations > Hooks
- Topic: Could not delete the record Message
- Replies: 2
- Views: 259
Re: Could not delete the record Message
Thanks so much! Do you know PowerGreb? It is a great search and replace in files tool. A lifesaver when appgini overwrites the files again. 

- 2022-09-12 05:29
- Forum: Advanced Customizations > Hooks
- Topic: Could not delete the record Message
- Replies: 2
- Views: 259
Could not delete the record Message
I have a question about the AppGini messages. If I want to delete a data record that is related to another table, I get the message that the data record cannot be deleted because it is dependent on table "XYZ". Example: "Could not delete the record due to the presence of 1 related record(s) in table...
- 2022-08-15 06:45
- Forum: AppGini Plugins
- Topic: AppGini Calendar PHP 8.1.6
- Replies: 2
- Views: 580
Re: AppGini Calendar PHP 8.1.6
Hi, I get massiv PHP errors if the user does not have permission for a table that is set up in the calendar. You have that if you have different user groups where users are not allowed to access all calendar tables.
- 2022-05-19 06:00
- Forum: Advanced Customizations > Others
- Topic: pageRebuildFields without admin rights
- Replies: 1
- Views: 394
Re: pageRebuildFields without admin rights
For those who also need this:
You can write in __global.php:
So that all users log in as admin.
You can write in __global.php:
Code: Select all
Authentication::signInAsAdmin();
- 2022-05-17 20:13
- Forum: Advanced Customizations > Others
- Topic: pageRebuildFields without admin rights
- Replies: 1
- Views: 394
pageRebuildFields without admin rights
Hi, please, does anyone know what i need to change in admin/pageRebuildFields.php file so a user can run it without admin rights?
Thanks much!
Thanks much!
- 2022-05-12 05:30
- Forum: Tips And Tricks
- Topic: Force Strong Passwords - Appgini V5.81
- Replies: 49
- Views: 20278
Re: Force Strong Passwords - Appgini V5.81
Thank you very much!
- 2022-05-11 22:29
- Forum: Advanced Customizations > Others
- Topic: Labels on top of fields
- Replies: 0
- Views: 399
Labels on top of fields
Does anyone have a solution how to get the field labels in any screen resolution on top of the fields? Just like with smaller screen sizes.
Thanks much!
Thanks much!
- 2022-05-10 06:07
- Forum: Tips And Tricks
- Topic: Force Strong Passwords - Appgini V5.81
- Replies: 49
- Views: 20278
Re: Force Strong Passwords - Appgini V5.81
Does this still work with 22.13? Thank you!
- 2022-05-09 21:57
- Forum: Advanced Customizations > Others
- Topic: child table icons
- Replies: 1
- Views: 414
Re: child table icons
For those who need this too:
You can add this to hooks/footer-extras.php:
You can add this to hooks/footer-extras.php:
Code: Select all
<script>
$j(function() {
$j('<i class="glyphicon glyphicon-list-alt"></i>').prependTo('.children-links a');
$j('.children-links a > img').remove()
})
</script>
- 2022-05-07 05:27
- Forum: Advanced Customizations > Others
- Topic: child table icons
- Replies: 1
- Views: 414
child table icons
In appgini 22.13 the icons of the children buttons have changed on details page. > UI: show specific table icon rather than a generic one in child table links on top of DV. Before 22.13 the icon was "glyphicon glyphicon-list-alt". Does anyone know how I can get the glyph icons back there? Thanks ver...
- 2022-03-14 19:53
- Forum: Bugs/annoyances
- Topic: Table not refreshing after delete from Table view
- Replies: 2
- Views: 448
Re: Table not refreshing after delete from Table view
It´s a bug. Ahmed knows this bug.
- 2022-03-08 13:17
- Forum: Bugs/annoyances
- Topic: Date field issue AG 2022.12
- Replies: 0
- Views: 533
Date field issue AG 2022.12
Version 2022.12 does not calculate right a formula in which a date field is involved. When the date is set, the calculation works. When I take the date out again, the date field doesn't give 0 and the result doesn't change. Is this a bug or is there an error in my select? With 2022.11 and earlier ev...
- 2022-03-08 11:17
- Forum: Advanced Customizations > Others
- Topic: Chart under table in table view
- Replies: 12
- Views: 1470
Re: Chart under table in table view
Ok, and thanks much for your help!
- 2022-03-07 22:17
- Forum: Advanced Customizations > Others
- Topic: Chart under table in table view
- Replies: 12
- Views: 1470
Re: Chart under table in table view
Unfortunately I can't do it. I've been trying all day. With your code I get the chart evaluation of all data sets. This works well. But i need the counts from the current view not all records in database. I don't know what kind of $_REQUEST parameter I need and unfortunately also not how to build it...