Search results

  1. E

    Two columns in pdf layout

    Thanks for your guidance, finally after two months I understood why it wasn't working. I knew about the move to bootstrap 5, but even though I made changes to the custom css file it didn't work. Actually, when moving from fabrik 3 to 4, I was using the old custom output. So the changes were not...
  2. E

    make tables responsive

    Hi, it was discussed here. Make the change while waiting for the next update. Or alternatively update from github. https://fabrikar.com/forums/index.php?threads/list-not-scrollable-horizontally-on-smaller-device-fix.54508/
  3. E

    Two columns in pdf layout

    Hi everyone. I'm about to transfer the site from Joomla 3 to Joomla 4 with Fabrik attached. On a test environment I am carrying out various tests of the various lists to correct any errors. In the custom pdf layout I can't get the two columns and the three columns in the same row. The guide...
  4. E

    [SOLVED]Sending conditional emails fileupload

    With this code, it works, if there is a file attached it sends me the email. otherwise no. Thank you!
  5. E

    [SOLVED]Sending conditional emails fileupload

    I had replaced it with my my element. The complete code was this: if (isset('{cedolinidipendenti___allegato}')) { return true; // send the mail } elseif { return false; // don't send the mail }
  6. E

    [SOLVED]Sending conditional emails fileupload

    Tested, but does not recall the condition, does not send emails both with and without files. Returns error 500
  7. E

    [SOLVED]Sending conditional emails fileupload

    HI, Thank you for your help. Yes there is a syntax error, I had already tried to add the second). always returns error: 0 syntax error, unexpected token "{", expecting "(" Call stack my php version is 8.3.3
  8. E

    [SOLVED]Sending conditional emails fileupload

    Hi Thanks for your help. I tested with your code, but it gives me the error: 0 syntax error, unexpected token "{" Regarding element validation thanks for the advice but I don't need it, as I only need to notify a user when there is a new document reserved for him in his reserved area. Thanks again
  9. E

    [SOLVED]Sending conditional emails fileupload

    $origData = $formModel->getOrigData(); $origData[0]->cedolinidipendenti___mailsend; if ('{cedolinidipendenti___mailsend_raw}' == 1) { return true; } elseif ('{cedolinidipendenti___mailsend_raw}' == 0) { return false; } The code in question is this. When the checkbox has a value of "1"...
  10. E

    [SOLVED]Sending conditional emails fileupload

    Yes I know the plugin and the conditional option. In fact, I currently use the value of a checkbox as a condition, which I tick manually when loading the file. I would like to set a condition on the presence or absence of the file. but I did not succeed
  11. E

    [SOLVED]Sending conditional emails fileupload

    Hi everyone. I'm trying to set up a conditional email send. I would like the email to be sent if a document has been uploaded in the file upload element in the form. I currently have a manual checkbox, but I would like the email to be sent only if the file has been uploaded in the file upload...
  12. E

    Problem opening pdf

    Good evening everyone. I'm trying to migrate a working app from joomla 3 to joomla 4. And I encountered an error in my system. In the detail view of a record, clicking on the pdf button does nothing. The pdf does not open. While in list view it works fine. I tried changing the theme. restoring...
  13. E

    fabrik image conditional other field

    if you have few images and want a quick solution. you could add the various image fields. and then with JavaScript make sure that all image fields are hidden when loading. and then some more JavaScript to show the image based on the menu choice and hide the unnecessary ones
  14. E

    [SOLVED] hide pdf button in user group

    Thank you very much for your help. It works perfectly. Thanks
  15. E

    [SOLVED] hide pdf button in user group

    This is great and works perfectly. But if I set the "customer" group id only with the customer group I can see and not with a super user. is it possible to enter two group ids? Or do it the other way around. ie hide only to a group id?
  16. E

    [SOLVED] hide pdf button in user group

    Ah OK! do you mean to create a condition to show or hide the button based on the access level? I find a cue somewhere to be able to change the button?
  17. E

    [SOLVED] hide pdf button in user group

    Do you intend to use a custom template for front end side and a back end side? Because I don't believe in front-end I can use two different templates based on the access group. As for the link and creating the pdf is not a problem, the user will not know how to extract the pdf from the link.
  18. E

    [SOLVED] hide pdf button in user group

    Hi everyone. I need to hide the pdf or print button from the "registered" user group in detail view and register it only for administrators. is there a way to be able to do this?
  19. E

    CSV Export Doesn't work - Please help

    I've also come across this in the past.. after several attempts I realized that the export was blocked by a signature element enable the advanced csv settings and try and make several attempts to make sure it's something that blocks the export
  20. E

    two images same line, pdf output

    hi thanks for the reply. I already use my own customized pdf template. I've tried a variety of css code to try and achieve that result. unfortunately without success. If anyone would be kind enough to give me a hint or a suggestion I would be very grateful.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top