Search results

  1. O

    Error when upgrading to 12.5

    Your current DaDaBIK version You are using DaDaBIK version 12.4.1-Aveto enterprise, installed on 24/12/2024 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 12.5-Aveto released on 14/01/2025 You are not running the last release of DaDaBIK, the release you are running...
  2. O

    Empty string in Custom list of options

    Hello, I wanted to add an empty string to a (hard-coded) Custom list of options. But I do not manage to do that using the new tag-method. I have done it using the old method ($dont_tagify_form_config = 1 in config_custom.php). Then I switched back to the new method. I still can choose an empty...
  3. O

    Ghost custom buttons

    You are using DaDaBIK version 12.4-Aveto enterprise, installed on 23/11/2024 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 12.4-Aveto released on 21/11/2024 You are running the latest release of DaDaBIK In case you want to upgrade to a more powerful edition (from...
  4. O

    $additional_input in ddb_api::load_custom_page($id, $additional_input)

    Your current DaDaBIK version You are using DaDaBIK version 12.3-Aveto enterprise, installed on 09/10/2024 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 12.3-Aveto released on 12/09/2024 You are running the latest release of DaDaBIK In case you want to upgrade to a...
  5. O

    Execute custom function on logout

    I believe that now it is NOT possible to execute a custom function on logout? Is that something that is on the roadmap op DaDaBIK? Kind greetings, Hendrik
  6. O

    $where_clause as placeholder

    Hello, following php-code works fine. <?php { global $conn, $where_clause; $sql = "SELECT id FROM OMv_voorwerpen_afvoeren WHERE ".$where_clause; $res_prepare = prepare_db($conn, $sql); $res = execute_prepared_db($res_prepare,0); while ($row = fetch_row_db($res_prepare))...
  7. O

    Custom formatting a cell in the results grid

    Your current DaDaBIK version You are using DaDaBIK version 12.2-Aveto enterprise, installed on 31/08/2024 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 12.3-Aveto released on 12/09/2024 You are not running the last release of DaDaBIK, the release you are running...
  8. O

    Images not visible in BETA mode

    Your current DaDaBIK version You are using DaDaBIK version 12.2-Aveto enterprise, installed on 31/08/2024 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 12.3-Aveto released on 12/09/2024 You are not running the last release of DaDaBIK, the release you are running...
  9. O

    Live_edit and fields with Custom validation function

    Your current DaDaBIK version You are using DaDaBIK version 12.2-Aveto enterprise, installed on 31/08/2024 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 12.2-Aveto released on 25/07/2024 You are running the latest release of DaDaBIK In case you want to upgrade to a...
  10. O

    Password can be changed although no permission on table USERS

    Users of the group Lezen can change their password although the permissions on the tabel DDB_users are all set to NO. We discovered this after upgrading from 11.6 to 12.2 but it may be an old issue.
  11. O

    $_SESSION['checked_ids'][TABLENAME] is NULL

    About/upgrade DaDaBIK™ is a product conceived and developed by Eugenio Tacchini Copyright © 2001-2024 Eugenio Tacchini Proudly ❤️ made in Emilia dadabik.com Your current DaDaBIK version You are using DaDaBIK version 12.2-Aveto enterprise, installed on 11/08/2024 (installation code...
  12. O

    Strange PDF result

    I try to make an pdf from a result using the html afvoeren.html. The editor gives the result I am expecting: see afvoeren html.png. In afvoeren_pdf.jpg you can see the result in DaDaBik: the table is getting smaller and smaller. The header is repeated every record, but this is not an issue...
  13. O

    Using an existing table as lookup-table in a custom function

    Hello, how can I use an existing table as lookup-table in a custom function? Kind greetings, Hendrik
  14. O

    $_cp_return in custom function operational_hooks.php

    Your current DaDaBIK version You are using DaDaBIK version 11.8-Elba enterprise, installed on 24/12/2022 (installation code: 133315a7493334bfea), the latest version of DaDaBIK is 11.8-Elba released on 05/12/2022 You are running the latest release of DaDaBIK In case you want to upgrade to a...
  15. O

    Bad formatting of Extended Search under browser Edge

    System info PHP Version: 8.1.13 mysql version: 10.5.18-MariaDB-cll-lve Web server: LiteSpeed Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.41 I have an issue with formatting of the extended search under...
  16. O

    Problem with dutch.php

    Hello The file dutch.php contained some phrases that where not translated yet. Also some phrases could be translated in a better way. So we made a new version of dutch.php. However, we have a problem: the images are not displayed. We don.t see how the images are connected to the dutch.php file...
  17. O

    Records per page

    In the config.php there is an array with 4 lines: $records_per_page_ar[0] = 10; $records_per_page_ar[1] = 20; $records_per_page_ar[2] = 50; $records_per_page_ar[3] = 100; One can override these numbers (10, 20, ...) and one can add additional lines in config_custom.php. But when you want to use...
  18. O

    Changing table prefix

    For years we have used the table prefix DDB8_. But since we recently have been able to upgrade to the latest release of DaDaBIK, we wanted to change that prefix to DDB_. I did following things: - I changed all the prefixes of the DaDaBIK-tables to DDB_ - Where a table was mentioned in the...
  19. O

    Where to add code for an operational hook?

    Hello, I made some code for an operational hook and added it to the general custom_functions.php in DDB/include. And it functions. But when I move that same code to operational_hooks.php in DDB/include/custom_functions, it doesn't work anymore. Any idea? Kind greetings, Hendrik Your current...
  20. O

    Inserting an image to a field of type "rich_editor"

    A field of type "rich_editor" offers the possibility to insert an image. I you do that, you get the following menu on the screen. But I do not know how to specify the Source nor where to put the image-file. Can I get some help? Kind greetings, Hendrik
Top