Recent content by djie

  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

    image display in list uses wrong url for image

    Even if I put the http://domain.com/ in front of the image url, it still puts the menu name in between. Can someone point me into the right direction? Thanks!
  3. djie

    element validation with strlen?

    Isn't this just enough in the condition field? return strlen( $data ) < 5;
  4. djie

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

    Just rolled back to the latest stable release of fabrik on Joomla 3.3 (so not the latest update form Github) and the problem is solved! So the latest build on Github hase this bug!
  5. djie

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

    I tried to use the eval option and just ad $q in the value box with the code above as a pre filter but no results. The above code results in the page that won't load, even with debugging on nothing is showed. Any ideas why this pre filter worked in Joomla 2.5 with fabrik 3.1 and not in Joomla...
  6. djie

    Mirror table

    Upon creation of List B choose the database table that is filled by A in the "Data" tab. So you have 2 lists pointing to the same database table.
  7. djie

    Calculate rank with Display Element

    Use this for use with the display element, I got this from another topic here in the forum: $posta = JRequest::get( 'post' ); $list_id = $posta['listid']; $start = (INT) $posta['limitstart'.$list_id]; $db =& JFactory::getDBO(); $myQuery = "SET @this_count =...
  8. djie

    500 - Layout default not found (content plugin)

    Confirmed, same problem here for point 1. To check I placed a counter on the element name to see which rownumber is displayed as a result because I use different filters. The first row receives number 4. So this is definitly a bug! Just found out this only occurs with use in Kunena and on the...
  9. 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...
  10. djie

    [Solved] Error 500: View not found

    Ok this one seemed simple, after upgrading you should reassign the template. For example to Bootstrap which is not available in Joomla 2.5.
  11. 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...
  12. djie

    image display in list uses wrong url for image

    Solved after upgrading from Joomla 2.5 to 3.3 and the latest Fabrik version from Github 28-5. Problem still exists after upgrade, sometimes it does show the image and uses the correct url withouth the menu part. Sometimes it does not use the correct url and uses the menu part after the base url.
  13. djie

    Pre-Filtered Syntax Question?

    Try type = Query, that did the trick at my list when I tried to achieve something similar.
  14. 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...
  15. djie

    Availability of caneditrow list plugin for Fabrik 3.0

    Thanks for pointing me to Github, I am new too this so still learning were to look for the latest files. I followed the instructions but no luck on adding new updates from Github, so I just manually grabbed the code which also works. Thanks!
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top