Search results

  1. V

    missing Boolean Operators

    You are using DaDaBIK version 10.3-Manarola pro, installed on 10-23-2020 PHP Version: 5.6.40-57+ubuntu20.04.1+deb.sury.org+1 mysql version: 5.7.37-0ubuntu0.18.04.1 Web server: Apache/2.4.41 (Ubuntu) OpenSSL/1.1.1f mod_fcgid/2.3.9 Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0)...
  2. V

    count user logins

    DaDaBIK version 10.3-Manarola pro PHP Version: 5.6.40-39+ubuntu16.04.1+deb.sury.org+1 mysql version: 5.7.32-0ubuntu0.16.04.1 Web server: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g mod_fcgid/2.3.9 Hello! Is it possible to see which and how often a user logged in? Thanks!
  3. V

    change startpage text

    great christensen.ken! worked great
  4. V

    change startpage text

    Yes, it would be much easier in contrast to make a own html template
  5. V

    change startpage text

    DaDaBIK version 10.3-Manarola pro PHP Version: 5.6.40-39+ubuntu16.04.1+deb.sury.org+1 mysql version: 5.7.32-0ubuntu0.16.04.1 Web server: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g mod_fcgid/2.3.9 Hello! Is it possible to change the "starting text" without making personal templates...
  6. V

    error when insert new

    DaDaBIK version 10.3-Manarola pro, installed on 10-23-2020 PHP Version: 5.6.40-38+ubuntu16.04.1+deb.sury.org+1 mysql version: 5.7.32-0ubuntu0.16.04.1 Web server: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g mod_fcgid/2.3.9 Hello, when I want a new insert with "strange" letters (turkish letter, etc.)...
  7. V

    form update error

    Thanks! Have charged it now to 60. Can I change it to 10 or 20 - if I see an error at insert/update I'm the only one who can insert or update :)
  8. V

    form update error

    DaDaBIK version 10.3-Manarola pro PHP Version: 5.6.40-35+ubuntu16.04.1+deb.sury.org+1 mysql version: 5.7.31-0ubuntu0.16.04.1 Web server: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g mod_fcgid/2.3.9 Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 Hello, when...
  9. V

    unique file name to the file the user uploads

    DaDaBIK version 10.3-Manarola pro PHP Version: 5.6.40-35+ubuntu16.04.1+deb.sury.org+1 mysql version: 5.7.31-0ubuntu0.16.04.1 Web server: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g mod_fcgid/2.3.9 Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 Hello, is it...
  10. V

    unique file name to the file the user uploads

    Hello, is it possible to remove this automatic file name extension? My files to upload are named PDF-001, PDF-002, ....... After upload they are renamed to PDF-001_1.pdf I would like to have it like the original. Is it possible to change the "code" Thanks, Mario
  11. V

    export data from details table

    Hello, I'VE GOT IT !!! I changes in business:logic, around line 3007 from: if ($enable_details == "1"){ // display the details icon $results_table .= "<a class=\"onlyscreen\" target=\"_".$edit_target_window."\"...
  12. V

    export data from details table

    Hello, I have found now the code to replace the link from the dadabik main table, symbol details to my "test file" In business_logic I replaced (around line 3007) if ($enable_details == "1"){ // display the details icon $results_table .= "<a class=\"onlyscreen\"...
  13. V

    export data from details table

    Hello, first I have to admit that I'm very happy with DADABIK. I have versions installed 3.2 and 4.6 online. I know these are very old ones, but enough for what I'm using for (I have a stand alone passwort system on the server installed). But here are my questions now: I would like to make my...
  14. V

    IE6-specific file upload behavior on update

    You are right: the new name is image_2.jpg! Yes, when I use the delete checkbox. When I delete first (saving the record) and upload after again, the original file is deleted from the upload folder. When doing it in one step (deleting and new file at the same time) the original file is still in...
  15. V

    IE6-specific file upload behavior on update

    Hello! I have the same problem. I use Dadabik 4.6 beta. When I delete a (image)file, it is deleted from the database, but not from the upload folder. Uploading it again (for example changed, but same filename) it is stored with a different extension (image.jpg_2 and not with original image.jpg...
  16. V

    using same interface configuration for more tables

    Hello, I have more tables with the same structure in my MySQL DB (table 1, table 2, aso.). How can I use the same interface configuration for those? Or must I do it everytime new (would be a lot of work)? Thanks! Mario
  17. V

    Problems with updated MySQL

    I have now updated to the latest (beta) version! My provided wrote me, the upload restrictions came from php. There have been only 20 file uploads at the same time possible. He extended now the limit to 50, but which still a bit to less. What I dont understand: After uploading the files, I...
  18. V

    Problems with updated MySQL

    There is no EDIT button here! After saving the record, it writes on top " record correctly updated", but no pictures are saved! Apache server MySQL client version 5.5.28
  19. V

    Problems with updated MySQL

    Since the update of MySQL to Server Version: 5.5.28 by my provider I have problems with uploading pictures. At each record I have 66 upload fields for pictures (33 for large pictures (60 - 120 KB each) and 33 for the thumbs (approx. 10 KB each)). Additional to every picture there is a joined...
  20. V

    specific search with dropdown(s)

    Hello, I´m woundering if something like this is possible: Entries are only possible by me (admin). I would like to have dropdowns in the search form, an example: First search dropdown field: A,B Second dropdown search field: in in first field =A, only a,b,c,..... =B, only m,n,o,..... and...
Top