by javier | Nov 13, 2020 | Advance Functions
If you create a file in hooks with the special name of {tablename}.{fieldname}.csv (where {tablename} is the name of the concerned table, and {fieldname} is the name of the multiple-choice field, for example products.tags.csv), your AppGini app would use the contents...
by javier | Nov 13, 2020 | Advance Functions
In tablename-dv.js: $j(function() { $j('h1').addClass('col-sm-8'); $j('h1').after('<h1 class="col-sm-4"> <form id="form_search" action="table6_view.php" method="post"> <div class="input-group"...
by javier | Nov 13, 2020 | Advance Functions
Place the following html in your custom/customized page and replace YOURTABLENAME (first line) by your table name: <form enctype="multipart/form-data" method="post" name="mySearchForm" action="YOURTABLENAME _view.php">...
by javier | Nov 13, 2020 | Advance Functions
The attached file will count access from a user (by IP), and, if the file is being accessed to much (defined in the script), the user (IP) will be banned for a certain time (defined in the script) from accessing some page. The user will then see a countdown which...
by javier | Nov 13, 2020 | Advance Functions
STEP 1/3: Remove the table link from the homepage The first step would be to remove the link to the orders table from the homepage if the current user belongs to the CustomerSupport group. We’ll add the code for removing the link in hooks/footer-extras.php:...
by javier | Nov 13, 2020 | Advance Functions
You have a table storing some kind of business task that has a start date and an end date. You want to calculate the duration of this task as working days, that is, excluding weekends. This can be achieved using calculated fields. We’ll create a duration field...
Recent Comments