Search results

  1. jbadiag

    Workaround J!5: error "member function format()" on list save

    Perfect!! you saved my day (literally). Thanks so much!!!
  2. jbadiag

    Workaround J!5: error "member function format()" on list save

    In joomla 5 with last fabrk I'm getting this error when I try to save a new list: Call to a member function format() on bool
  3. jbadiag

    Fixed Joomla 5.1 and 'Fabrik cannot find files...' error

    I'm getting this error on list saving: Call to a member function format() on bool
  4. jbadiag

    Retrieve data from picklist

    PERFECT!!! It works! Thanks so much
  5. jbadiag

    Retrieve data from picklist

    Hi, this its what I get. The picklist Element is ["aj_votacions_pres_part_2018___com1"]. Thanks array(45) { ["aj_votacions_pres_part_2018___id"]=> int(62) ["aj_votacions_pres_part_2018___date_time"]=> string(19) "2018-09-18 14:55:00" ["aj_votacions_pres_part_2018___dni"]=> string(9) "40334641r"...
  6. jbadiag

    Retrieve data from picklist

    I know, it's easy but I cannot take the way to extract the list of a picklist elements. When I try to use the email form plugin with php file i do: <?php $dni = $this->data['aj_votacions_pres_part_2018___dni']; $opcio= $this->data['aj_votacions_pres_part_2018___com1_raw']; $total =...
  7. jbadiag

    picklist drag&Drop not working on mobile

    Hi, I'm developing a form where I 'm using a picklist, and works perfect, except when I try to use it on a mobile phone with android. In this case DRAG does not works for me. How can I solve it? this is the page where the form is: http://www.teia.cat/vpp Thanks How can I pay the professional...
  8. jbadiag

    blank page on new register with display field

    Hi, I have a table where I have a display field with this query in the default value and "eval": $db =& JFactory::getDBO(); $curs = "{aj_cursosUnio___idCurs_raw}"; $query = "select COUNT(id) from aj_cursosunioinscripcions where aj_cursosunioinscripcions.id_curs = $curs"; $db->setQuery($query)...
  9. jbadiag

    Making items draggable in a form

    It works! the f***** cache. Thanks
  10. jbadiag

    Making items draggable in a form

    Thanks. Does not work. I used alert("hee"); jQuery( "input" ).draggable(); May I have to implement another version of jquery? In this website there's an example
  11. jbadiag

    fileupload ordering

    Ok thanks
  12. jbadiag

    Making items draggable in a form

    Hi, I have a form where I want to make some items draggable. I made a js file in components->fabrik->js with the name of the form and I want to include the wollowing jquery code: alert("hoo"); $( function() { $( "#imatges___ordre_0" ).draggable(); } ); But I can only view the alert. How...
  13. jbadiag

    fileupload ordering

    Ok, then I'll give up. I have a database with a lot of uploaded images and I'll have to change to lists with repeated data. In this case I will have to reorder the repeated data using a numeric field called "order" and ordering by this field. Can I use drag and drop to reorder in a form? I post...
  14. jbadiag

    fileupload ordering

    I mean when I show the records stored in multiple files. Where can I see the code that gets the database records of multiple files and shows them in form? Thanks
  15. jbadiag

    fileupload ordering

    Hi, Is there any way to change the order of the files that I have uploaded with my fileupload plugin? For example by date or by id in the repeated table. Where can I change it? Thanks
  16. jbadiag

    javascript code does not work in latest version

    Hi guys, I've updated to the last version of fabrik and now my code does not work I have a javascript in /components/com_fabrik/js/list_8.js requirejs(['fab/fabrik'], function () { jQuery('.fabrik_filter_submit').click(function() { alert("clicked")...
  17. jbadiag

    disable readonly field property

    Thanks, but my first problem comes when I try to disable the "readonly" property. With the older version o fabrik it worked. Now don't, so I just need the new way to change this property. Thanks
  18. jbadiag

    disable readonly field property

    Hi, in my fabrik older version I had in a field javascript properties onchange this code: var d = new Date(); var curr_date = d.getDate(); var curr_month = d.getMonth() + 1; var curr_year = d.getFullYear(); $('socios_aprovacion___f4').readOnly = false; $('socios_aprovacion___f4').value=...
  19. jbadiag

    Hide/Show onclick only works the first time

    Sorry, forgot it. Radiobutton
  20. jbadiag

    Hide/Show onclick only works the first time

    I have in a form, one element with the javascript action: onclick Hide an element depending on the value, and another one that shows that element onclick. Everything works only the first time . The second time I click, does nothing I don't know why. Please help.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top