Search results

  1. djie

    Joining element with content plugin

    In the Content plugin wiki the join code is found for lists. Is it also possible to use the join code on just element data? For example: {fabrik view=element list=1 element=element_test___elementname1 list2___elementname2[condition]=IN} Goal is to let the user use filter in list 1 (filter is...
  2. djie

    Pre-filter on list not working after upgrade joomla 3.3 and fabrik 3.1

    After my upgrade from Joomla 2.5 tot Joomla 3.3 and applying the latest fabrik build from Github (28-5) the pre filter I have does not work anymore. The challenge: show only the lowest value per user in the list. This Pre filter worked before the update: Join: Where Field: id Condition: in...
  3. djie

    [Solved] Error 500: View not found

    I just did a update to the latest Fabrik release from github (download zip and overwrite files) and updated from Joomla 2.5 to 3.3. Everything went well with the update, except for 2 problems with Fabrikar. First when I open a form on a list this results in a Error 500: View not found. Did...
  4. djie

    image display in list uses wrong url for image

    I have a list which can display image if a certain field is not empty, see the code below. $url = '{xx_xx_table___element}'; if (empty($url)) {return "No image"; } return '<a href='.$url.' target="_blank"><center><img src="images/stories/test.png"></a>'; But the result is a bit...
  5. djie

    Availability of caneditrow list plugin for Fabrik 3.0

    The caneditrow plugin seems only available for version 3.1 of Fabrik. I will be running Fabrik 3.0 on a production site (Joomla 2.5) so have no possibility to upgrade yet. I really would like to disable new/edit records after a certain condition (current time > recordtime). But on use with the...
  6. djie

    image display breaks Cascadingdropdown (ajax?)

    I am using the code below to retrieve users avatars. Unfortantly all images presented with a display option before any cascading dropdowns do break the cascading dropdowns. Nothing gets loaded in the dropdown. Anyone experience the same problem with the cascading dropdown? $db =...
  7. djie

    [SOLVED] No records found with filter

    I am trying to use the filter option but records are only shown when filter is not set on the frontpage. If the filter is applied on the front page, no records are shown. I am sure there are records available for the chosen records. My settings. Filter trigger: On Change Filters: Above...
  8. djie

    Time Element with milliseconds

    I am trying to rewrite the time element to show milliseconds next to the seconds and minutes. As I am not using the hour part I decided to delete it. Unfortunatily I cannot get it to work, probally as I am a php newbie :) When publishing the element, the page just blanks out. Below the modified...
  9. djie

    List view customizability

    First let me say that I am new to Fabrik and impressed with its flexibility and power to build a database with input forms in a short time span. But before I want to move on I would like to know if its possible to customize the template and make use of filtering from different tables. I would...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top