Search results

  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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'...
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. D

    Fabrik.addEvent('fabrik.form.submit.start'..., no longer executes

    I have the following javascript for in my 'fabrik.form.submit.start' which was working fine until RC1 upgrade now none of the javascript works for the on form submit function. /public_html/components/com_fabrik/js/form_12.js =================================================...
  13. D

    How do you set a form's custom success message?

    I set in forms processing options: success message = Your Message Has Been Sent. suppress message = Ive tried of the options I've cleared cache, and still the default message shows. Message Record added/updated
  14. D

    IE 10 extremely laggy when loading, viewing a form

    I can't stand IE for other reasons but is one of the main browsers so I recently tested my site using IE 10. Every thing has been working relatively fine using Chrome or Firefox, but IE 10 crawls, the forms just lag, really long delays in selecting input boxes and other elements. Like it...
  15. D

    Apply button loses &Itemid in url

    When you click on the Apply button on a form the url changes form: .../index.php?option=com_fabrik&view=form&Itemid=123&formid=12&rowid=114&listid=12 .../index.php?option=com_fabrik&view=form&formid=12&rowid=114&listid=12 The Itemid gets removed, is this per design? Is there setting for...
  16. D

    List View Settings Checkbox Filter option question

    I configured a List View Settings Checkbox Filter for one of my elements. The checkbox filter options display fine. How do you execute the filter? Is it supposed to filter when you click on the checkbox, or is there supposed to be filter button somewhere? I then tried using the drop...
  17. D

    RC1 creating lists defaalts to utf8 COLLATE utf8_unicode_ci

    After updating to RC1 any new list and new elements are being created as utf8_unicode_ci. thus creating mismatch errors. When I looked at the database all the prior tables created in fabrik before the RC1 update tables are utf8_general_ci Is there a setting in fabrik to configure this...
  18. D

    Phantom records in fabrik_joins table cuasing SQL errors.

    I renamed a database join id and kept getting a SQL error that it couldn't find the old name. I've done this many time without issues. I noticed the fabrik_joins table would increase in record size but never decrease every time I renamed an element that was part a of a join. So I deleted...
  19. D

    How do you join multiple lists not in star schema

    How do you go about joining three tables (lists) CustomersList ---------------- CustomerID PK OrdersList ---------------- CustomerID OrderID PK OrderDetailsList ---------------- OrderID OrderDetailsID PK It seem the current joining options makes a virtual star schema. I tried to...
  20. D

    After rc1 upgrade labeles display on top of fields

    After upgrading to rc1 The form labels display on top of field even though its set to left position in form Labels position . Example in my default group.php I have <?php $this->element = $this->groups['MyReports']->elements["rpt_date"]; echo $this->loadTemplate('element');?> The...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top