Search results

  1. J

    Solved How can I switch fast between view mode and edit mode

    Sorry, When I open a RECORD in the VIEW mode (hope this is the correct terminology) and then, inside the Record, find something in the text, that needs to be edited then, as I understand it I have to go back to the List and locate the Record in the list and enter the Record again - but now in...
  2. J

    Solved How can I switch fast between view mode and edit mode

    I spend much time having to switch back and forth between edit mode and view mode. Is it somehow possible to make a button, that allows me to open the edit mode while being in view-mode and vice versa? As I experience it (and this may be due to my lack of skills) but it seems to me, that...
  3. J

    Solved DATE CALCULATIONS

    Excellent help. Thanks guys :)
  4. J

    Solved DATE CALCULATIONS

    Thanks a lot @dimoss (please bear with me - I'm not a programmer) Only one little problem, when using this: $nowdate = strtotime("{start}"); $thendate = strtotime("end_planned"); $datediff = ($thendate - $nowdate); $diff = round($datediff / 86400); return $diff; I get this result, which is...
  5. J

    Solved DATE CALCULATIONS

    Hi guys, can anyone tell me how to subtract two dates from each other? (I want to know how many days are left) I have "Start_date" and "End_date" jdate fields, and would expect to have to use a calc field to write the string. But what would the string look like?
  6. J

    FORM (how to avoid popup forms)

    Found a solution - setting AJAXIFY to NO - but is that the correct solution?
  7. J

    FORM (how to avoid popup forms)

    Hi guys, I would like to have the editor option activated in a text field - and since that doesn't work in the "modal-forms" - how do I make the record open in "full form mode" if that makes sense ? kr. John
  8. J

    Solved PHONE NUMBER CALLTO

    WORKS LIKE A CLOCK ! Thanks guys - this removed a huge hurdle for me.
  9. J

    Solved PHONE NUMBER CALLTO

    That I get :) but where do I place that string? is it in the Primary_phone field somewhere?
  10. J

    Solved PHONE NUMBER CALLTO

    No, I haven't tried: "facetime:{members___primary_phone}", and must admit that I'm not sure where to place that string. Is it inside the "Phone" Field somewhere? I'm not sure this method will work for me, since I might have different people registering many companies in the CRM, and I can't ask...
  11. J

    Solved PHONE NUMBER CALLTO

    What happens when using the field option, is that a "phone link" is created alright, but I a 404 error when activating the link. Next topic: when tweaking with a callto link it activates the call - but asks for Skype - and I want to use Facetime - Can that setting be changed somehow?
  12. J

    Solved PHONE NUMBER CALLTO

    Thanks guys :) I already did make it a field element, and chose type: Phone. But that doesn't work. But I'll definitely have a play with the custom link option...
  13. J

    Solved PHONE NUMBER CALLTO

    Hi guys, can anyone tell me how to make a telephone number "call-able". I'm building a CRM system, and a very vital part of that is to enable the user to just click the phone number to make the call (just like you would click the Email address to send an Email). I'm thinking somethings along...
  14. J

    WYSIWYG editor

    Well, I may be pretty strange in that way, but when people is selling me something, that has got features, I would expect these features to work - but maybe that's just me. I know for a fact that in my industry nobody would accept if I delivered a product, and then asked them if they expected...
  15. J

    WYSIWYG editor

    So I understand that pop-up forms are not working - how do I not use pop-up forms then?
  16. J

    WYSIWYG editor

    Not sure we talk about the same thing - pls watch this short video: FABRIK-ISSUE Do you know if there are any plans for fixing this Known issue you mention - and is it mentioned anywhere that there are issues (I would have liked to know about these things BEFORE paying for the extension, and...
  17. J

    WYSIWYG editor

    I wouldn't know - I'm new to Fabrik. But I have found a pattern which I'll record in a video, since that explains the problem very easily - please be patient, we are about to make dinner - she says :D
  18. J

    WYSIWYG editor

    JCE, Both front end / backend, I'm logged in trying to edit from frontend. The WYSIWYG edit works backend (at Labels + in Records when editing backend) Fabrik 4.4.1, Joomla 5.2.2, Template: Helix Ultimate No JS errors (as far as I'm able to see when using the Chrome Inspector)
Back
Top