Search results

  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...
  16. D

    How to create a search text box that seraches more than one field and mimic your advanced search.

    My search form is not bound to any list. Is there a way to add a field element on a form and search multiple fields of a list.
  17. D

    How to create a search text box that seraches more than one field and mimic your advanced search.

    I created a search form that contains a input fields per your demo. I'm trying to make a search similar to you advanced search where it will be on the search form but not in a popup window. Also, a single input search box where it searches ALL the fields. Are there any instructions on how to...
  18. D

    Is there a way to create a custom printer friendly template.

    Cool thanks. I used both of your suggestions and works nicely. For those who want to do something similar: 1. Create a link form the forms page following this http://fabrikar.com/forums/index.php?wiki/javascript-window-class/ ===Example in default.php or defualt_group.php===== <?php...
  19. D

    Is there a way to create a custom printer friendly template.

    Is there a way to create custom printer friendly templates. On the form page there is a Print button. Is there a way to specify a custom template just for printing? it looks like its just using the details template. Also is there a way to make multiple print buttons and point them to a...
  20. D

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

    I've been using the form submit start function perfectly fine until I upgraded. its been working fine until I upgraded to fabrik 3.1 I'm now running fabrik 3.1rc2 on joomla 3.2 I have several 'fabrik.form.submit.start" but none of them work now...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top