Recent content by dealio

  1. D

    How to configure dynamic <title> using placeholders

    Awesome! that worked like a charm. This should be in the wiki! Thanks much
  2. D

    How to configure dynamic <title> using placeholders

    Can placeholders be used to create dynamic page titles in the details template? http://fabrikar.com/forums/index.php?wiki/placeholders/ I tried: $doc =& JFactory::getDocument(); $doc->setTitle('mysitename: {ddff_table1___field_one}'; but the placeholder doesn't get rendered. Thanks
  3. D

    General question: multiple tables joins to represent repeat groups or one massive table

    Hi I'm trying to figure out the best design when creating a fabrik form based on multiple joins for repeating groups. In regard to forms performance, let?s say I have a form called school classes and want to have three repeat groups within it; each with the same fields ?first name? and ?last...
  4. D

    IE 10 extremely laggy when loading, viewing a form

    I'm using the default template(for testing), i removed all the custom javascript (just kept joomlas core defualt JS files it calls and protostar template js). I narrowed the issue down to the date/time fields. I'm using the calendar control including the time selector. I have 20 date...
  5. D

    IE 10 extremely laggy when loading, viewing a form

    Hi I'm digging this old thread up again http://fabrikar.com/forums/index.php?threads/ie-10-extremely-laggy-when-loading-viewing-a-form.36589/ Forms are extremely laggy in IE and IE only. This does not affect firefox and Chrome Form actually loads fine but every time I click on a drop...
  6. D

    How to return repeating group row id in main form page for calcualation

    I have a form and on that form is repeat group. I'm trying to return the id of the records it the repeat group to use in an sql query. In a calculated field I have something like this: ================================================= $getRowId= '{rowid}'; //xoms_mgls___id...
  7. D

    Drop down eval population syntax help

    Thanks that works. $db = JFactory::getDbo(); $options = array(); //$options[] = JHTML::_('select.option','0','select'); $query = 'SELECT id, order_id FROM xoms_mgls'; $db->setQuery($query); $rows = $db -> loadObjectList(); foreach ($rows as $row) { $options[] =...
  8. D

    Drop down eval population syntax help

    I followed this link to populate a drop down however i get error http://fabrikar.com/forums/index.php?wiki/dropdown-element/ I have============== $options[] = JHTML::_('select.option','1','select'); $options = array(); $query = 'SELECT id, order_id FROM xoms_mgls'...
  9. D

    Fatal error: Class 'FText' not found in ...

    Have to update all github files. http://fabrikar.com/forums/index.php?threads/cascadingdropdown-error-joomla-3-1.38138/#post-191667
  10. D

    Fatal error: Class 'FText' not found in ...

    I'm using the most recent github and tried the calc and cascade dropdown elements but when i try to use them i get the following error message. Fatal error: Class 'FText' not found in /home/site/public_html/plugins/fabrik_element/calc/calc.php on line 464 and for cascade dropdown...
  11. D

    Javas script 'fabrik.form.submit.start' doesn't work in 3.1

    Its related to this issue http://fabrikar.com/forums/index.php?threads/time-is-not-saving.37807/#post-189987 If you enable the form's save button then it works. If you disable the Save button and only use the Apply button. Then this script does nor get executed. Not sure if this is per...
  12. D

    Time is not saving.

    Hi I figured out part of it. I was not using the save button rather only the "Apply" button. I only use the apply button to save because I didn't want to close on save. So this issue only happens with the Apply button. If you enable the Save button then the time save. Thanks
  13. D

    Time is not saving.

    Attached image
  14. D

    Time is not saving.

    The time element gets cleared when saving the form. The date saves but the time get reset to 00:00. This issue is similar to this thread http://fabrikar.com/forums/index.php?threads/date-element-not-editable-will-clear-time-on-save.34229/ Thanks. Fabrik 3.1 joomla 3.2.2
  15. D

    Using the back button on the browser after viewing details produces Document Expired..

    How do you prevent the Document Expired message when clicking the back button after viewing details to go back to the list. When clicking on the back button it tries to go back to. .../index.php?option=com_fabrik&view=list&listid=2&Itemid=123&resetfilters=0&clearordering=0&clearfilters=0...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top