Search results

  1. T

    Dropdown Eval exception : getPhpOptions() Only variables should be assigned by reference

    I have a Fabrik Dropdown Element with the following code in the 'Advanced' tab: $options[] = JHTML::_('select.option', 'please_select', 'Please Select'); return $options; And I am getting the following message: Eval exception : getPhpOptions() : Only variables should be assigned by reference...
  2. T

    "Copy Values" switch in Repeatable Group has no effect.

    I have a joined table in my list that is set to 'Repeatable', and the group's details has its' 'Copy Values' setting set to NO, but when I duplicate the group, the values of calc elements and elements that you don't have access for's values are still copied to the newly duplicated group... Any...
  3. T

    PHP form plugin and enqueueMessage when using Ajaxified list/form

    I've got a php form plugin that uses enqueueMessage to display messages after save is complete as so: JFactory::getApplication()->enqueueMessage($message, 'message'); Problem is....These enqueue messages do not get displayed if the list's form is ajaxified..... What method might I use to be...
  4. T

    Repeatable List Join not saving or handling validation errors

    Using Fabrik 3.2 and j3.3.3 Join works correctly, but any entries after the first do not save even if valid and do not render after invalid submission attempt.
  5. T

    Inline Edit List Plugin & textarea element wysiwyg editor

    I have wysiwyg set to "yes", and can inline edit, but the wysiwyg editor is not displaying..... any tips?
  6. T

    Amazon s3 fileupload silently fails

    I have correct details in s3 settings, but nothing is saved to either db or to amazon, and no error is presented. Using j2.5.20 Fabrik 3.0.9.1 Fabrik fileupload element v3.0.9 filesystem works fine..... image attempting to upload is attached.
  7. T

    Pagination broken in Admin Backend

    Using any template, non-ajax(standard) pagination is not working in Admin Backend but is working fine in Frontend... in the backend, the link is showing: (and does nothing except basically refresh the page with the same results) http://youdomain.com/administrator/&limitstart1=20 in the...
  8. T

    Ajax-Enabled List is removing values of elements after initial load

    I have an ajax-enabled list view that is based on the div-based view, but with a custom output. It seems that my output is being replaced by blank output after the data is done loading.... the normal $this->_row->data->tablename___variablename_raw syntax displays at first, but then is wiped...
  9. T

    User Registration Plugin for Fabrik 3.1 for J 3.x

    I can't seem to find this - where would I find it?
  10. T

    3.0.7 fileupload element not creating thumbnail

    Resize is working for primary image, but when enabling create thumbnail with same path as primary image, and suffix of _thumb, no error is shown and no image is created.... joomla 2.5.9
  11. T

    3.0.7 fileupload element not creating thumbnail

    Resize is working for primary image, but when enabling create thumbnail with same path as primary image, and suffix of _thumb, no error is shown and no image is created....
  12. T

    Fabrik 3.0.7 backend list view css path broken

    <link rel="stylesheet" href="components/com_fabrik/views/list/tmpl/admin/template_css.php?c=1_com_fabrik_1&amp;buttoncount=0" type="text/css" /> Above is the css include for the css from the /administrator side of things.... since the path is relative, it's looking in /administrator/components...
  13. T

    Checkbox List filter list filter Label and ["Value"] is showing up as a choice

    My Checkbox List filter list filter is displaying both Label and ["Value"] as a choice in the dropdown list..... I'm using fresh install of j2.5.9 and latest patched fabrik from Github ZIP download link found here: https://github.com/Fabrik/fabrik Showing versions: - Fabrik...
  14. T

    Field Value audit / version history

    Does anyone know of a way to have a history of a field's value? Is there a plugin I don't know about perhaps? Any comments / info is welcome......
  15. T

    Field Element Eval Default Text Question

    I'm attempting to return a value of a field in the same form, eg: image_url, but the following code doesn't seem to return anything at all.... $image_url = '{mytable___image_url}'; return $image_url; The field's Eval setting is set to Yes and the above code is the 'Default' value. I have...
  16. T

    Field Element Full URL render as Image

    I have form/list that external url's are entered into eg: http://www.domain1.com/images/test.jpg Users need to be able to paste a full url in this field, so I assume I need to keep the element type as "field" What is the proper way to render this field value in the list view as an <img tag ?
  17. T

    "Double" Numeric Data type

    I have a"double" data field in my db, and when I am saving the element's options, fabrik is telling me it is going to "update field structure from double to..." Currently, I am using a "field" plugin, and see "integer" and "decimal" as format options, but do not see "double". What should I...
  18. T

    Allowed File Types

    v1.0.4 - When I try to set up allowed file types for a file upload element, I am not able to upload the ones specified - getting a 'file not allowed' error. - currently, the value in the element settings is ".ai,.jpg,.jpeg" - .ai doesn't work, but .jpg does. Any ideas?
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top