Search results

  1. eugenio

    from appify to dadabik

    Hello @therickman , a blank page is normally caused by a parse error that is not displayed because of your server configuration. Could you please check your PHP or Apache error logs to see if there is a specific error logged?
  2. eugenio

    from appify to dadabik

    Currently AppifyText.ai uses DaDaBIK v 12.7, if you try to import the application into a DaDaBIK installation v < 12.7, the procedure will tell you that it is not possible to import it. So, first you need to upgrade DaDaBIK.
  3. eugenio

    from appify to dadabik

    If you already have DaDaBIK you don't need to download anything, just open installation_instructions.txt (it's in the package you have downloaded when you purchased DaDaBIK), there are installation instructions, including how to import an app from appifytext.
  4. eugenio

    Store Thumnail as separated file?

    Ok, so I think the problem is not the generation of the thumbnail, the problem is the original file, that is big. Maybe you could implement an after insert hook that processes the file in PHP and create a smaller file; you can store this smaller file in a different field and in the results grid...
  5. eugenio

    In Progress Bar Code / QR Code content type

    Thanks Gary, very interesting, I will keep this in mind. Best,
  6. eugenio

    In Progress Bar Code / QR Code content type

    Thanks a lot, very useful information!
  7. eugenio

    Stripe (or other payment provider) integration

    This doesn't seem related to the topic; if you need support from the community, please post a new thread on the support forum.
  8. eugenio

    Store Thumnail as separated file?

    Hello Michael, currently it is not possible to store a separate file just for the thumbnail. The resize (if you need to resize) is done by the browser; when you say 200 large images, you mean you show 200 records in one page in the results grid? Best,
  9. eugenio

    In Progress Bar Code / QR Code content type

    Hi, the development of this feature is in progress, it will be released with DaDaBIK v13. I want to share how I am currently implementing it, to see if this meets your typical use cases. There will be a new field type in form configurator: barcode In insert and edit forms, barcode fields...
  10. eugenio

    Recreate config_custom $user

    The problem seems not related to the new user; it seems your revision table has been created when record2 could not be NULL in _artwork and now it can?
  11. eugenio

    Removing the $enable_authentication config parameter

    Can the recently introduced public access permission work for the same purpose?
  12. eugenio

    AppifyText import into dadabik failing with SQL script step

    Hello Bill, can you open an email ticket and send the code of the app on appifytext? It's the number you see in link after code_app= .... when you start an existing app from the home. Best,
  13. eugenio

    Stripe (or other payment provider) integration

    Assuming the payment module is available, I think this could be implemented by moving paying users to a specific group having different permissions.
  14. eugenio

    Stripe (or other payment provider) integration

    Hi, If you have specific use cases to mention, it would be helpful for me to understand the scenarios where this feature would be used. @misamisa @Frank remember that if you want to vote for a feature you must use the upvote link.
  15. eugenio

    2FA - enabled by default upon new user registration

    Not possible at the moment but probably you can easily add, as after self-registration hook, an SQL UPDATE for changing the field. Anyway, I can also easily add a config parameter in v13 to handle this.
  16. eugenio

    Stripe (or other payment provider) integration

    Hi, having Stripe (or other payment provider) integrated so that, optionally, only users having a certain payment status (e.g. an active subscription) can access your DaDaBIK application. This is particularly useful for creating membership-based applications and similar use cases. Here...
  17. eugenio

    Removing the $enable_authentication config parameter

    Hi, the config parameter $enable_authentication (by default set to 1), allows to enable/disable authentication. If set to 0, your DaDaBIK app is public. I think this parameter became useless after the introduction of the public access permission in v12.7. I am planning to remove this...
  18. eugenio

    Row Level Custom Button Location

    Hello, no at the moment (v12.7) it is not possible to set the exact position in the row.
  19. eugenio

    2FA - enabled by default upon new user registration

    Hi, do you mean for self registration or registration by Admins? For registration by Admins, they just need to check Yes on 2fa during registration. Best,
  20. eugenio

    Custom Authentication/Registration Page

    Hello, filling $_SESSION['logged_user_infos_ar'] is the main thing to do but as I said the whole process is not trivial to implement and, above all, directly using DaDaBIK variables and functions that are not designed to be used in custom code is risky because things are subject to change. To...
Top