Search results

  1. S

    Sum columns total

    I've two decimal columns in a list and I want to sum the total of these two columns: what is better way to accomplish this? Thank you
  2. S

    Image not found in PDF

    Please watch this post http://fabrikar.com/forums/index.php?posts/239236/
  3. S

    how to consume javascript in list

    thanks. I solved. I had to turn off chrome cache!!!
  4. S

    how to consume javascript in list

    I want to subscribe to a javascript Fabrik list event, i.e 'fabrik.list.loaded' I've created a js file in /components/com_fabrik/js/list_1.js (1 is id list): requirejs(['fab/fabrik'], function() { Fabrik.addEvent('fabrik.list.loaded', function(list) { alert("Hello! I am an alert...
  5. S

    image url problem with dompdf on https website

    Yes. I modify this file components\com_fabrik\helpers\pdf.php In this function: public static function fullPaths(&$data) (about line 74) I have commented on these lines: /* if (! (($uri->getScheme() == 'http' && $port == 80) || ($uri->getScheme() == 'https' && $port ==...
  6. S

    image url problem with dompdf on https website

    I've a problem to embed image in pdf in my https website Dompdf add ':80' suffix to url and the resulting url does not work: https://www.mydomain.it:80/images/servizio/logo.png if I test it on http website it work fine. How can I tell to dompdf to do not add ':80'? thanks
  7. S

    js tooltip does not work

    yes I've tested with and without bs3 overrides: the problem is the same. :-(
  8. S

    js tooltip does not work

    I've a strange problem. In joomla back-end tooltip works well. In front-end it does not work ( it shows only icon). In front-end I use a bootstrap 3 template. I've attached screenshots
  9. S

    Hide row id in url

    I want to avoid row id in url because if users change in url row id with another it, user can do or view anything!!!!
  10. S

    Hide row id in url

    Hi, I've a list of employees and at the endo of row I have a custom button with this php code: $app = JFactory::getApplication(); $ids = $app->input->get('ids', array(), 'array'); $id = array_shift($ids); $app->redirect('index.php?option=com_fabrik&view=form&formid=13&rowid=' . $id); with $id...
  11. S

    Placeholders in case of cloned element

    two elements with same name field but different functionis. for istance First element: jos_table_value I want to use for user guest with a predefined value 10 Second element: jos_table_value I wanto to use for user registered with a predefined value 100
  12. S

    Placeholders in case of cloned element

    With cloned elements in the same module I have some problems: Example: There are these cloned elements: jos_table_value. To use for guest jos_table_value. To use for registered (there are 2 cloned fields because jos_table_value has a different initial value depending on user group) There is...
  13. S

    AND with left join

    Your suggestion is not applicable, because the prefilter applies a 'where', and the result is different from what I want. thanks
  14. S

    AND with left join

    In Fabrik->List->join I do a join like this: select id from table1 left join table2 on table1.id = table2.parent_id AND table2.published = 1 How to 'AND' clause? thanks.
  15. S

    advantages of the professional or standard subscription

    Hi, How many video tutorials are available in professional or standard subscription? How many small code samples for specific situations are available? thanks.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top