• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Search results

  1. skyrun

    upgrading db from mysql 5.6->5.7 generates invalid query (weird)

    i have the same fabrik code (elements/lists/etc) on 2 databases (on 2 servers). one is 5.6 one is testing an update/migration to mysql 5.7. when i connect joomla to the 5.6 one, everything works as normal. i have a databasejoin element to lookup a userid on jos_users that fabrik generates...
  2. skyrun

    redirect form plugin seems to be adding ?/ to the front of the path

    it is setting the path to https://my.domain.com/?/skytrax-manage/owner-portal/owner-portal-tab-configuration when the path in the redirect plugin is set to skytrax-manage/owner-portal/owner-portal-tab-configuration. (and fabrik/joomla running in my.domain.com) this is new behavior from a...
  3. skyrun

    i can no longer post to 'professional support' forum (did yesterday).

    has my subscription expired? if so i would be happy to renew, but can't figure out how on the fabrik website or here. also fyi,the link'your fabrik account' is broke.
  4. skyrun

    tag element type (on a form) doesn't work on mobile browsers

    tried advanced dropdown yes and no, tried different bootstrap classes. it works fine on a pc browser (can typeahead and select tags), but on a mobile brower (tried safari and chrome on an iphone and chrome on android), the element shows '0 items' and when you select it, gives an empty list to...
  5. skyrun

    selecting default selection(s) on a databasejoin multiselect element

    can this be done either using the 'default' on the main options tab or eval options on the advanced tab? note that i'm using enhanced dropdowns and have only tested with that set to 'yes'. what i tried: using default on options tab: tried putting in multiple values for default like...
  6. skyrun

    with latest github update, return $_REQUEST['anything']; in an element causes error

    when my element has the evaled default of return $_REQUEST['anything'], it causes this error. An error has occurred with a eval'd field - please inform the web-site owner. Debug: Caught exception on eval of reservation_id: syntax error, unexpected '(' in...
  7. skyrun

    only 1 cron/scheduled job runs

    i am pretty sure that if you schedule more than 1 scheduled job and they both are caused to run by the user hitting the site, that only the first one runs in that case. BUT the 'lastrun' time on all 3 are updated. there are no error messages. and in fact i get warnings, but only one ONE of...
  8. skyrun

    Creating a totally new form UI

    i want to use fabrik to maintain a (fabrik) list of items (pricing rules in my case). and when i open the form for that item, i present the user with a totally custom ui that can present a more user friendly way than a tradisional 'form' to populate the form data. i tried using a php list...
  9. skyrun

    processing {plugins} in form input

    i can't seem to get it to stop processing plugins if they are in the content of a form field. works (ie shows the actual data, does not process the plugin) when i view the form on the backend, but when viewed on the front-end, the plugins are getting evaluated and the content displayed in the...
  10. skyrun

    setting a form value (that sticks) with javascript in another element.

    i would like to change element B (completeddate) based on the value of element A (status) if B is blank. so i have put the following javascript on element A (status) that fires when the status is changed: /* Set Date Completed if status changed to 3, 4 or 6 AND date completed not set */...
  11. skyrun

    date element default not working (or i'm missing something very basic.

    if ('{srms_work_orders___status_raw}' == '3' or '{srms_work_orders___status_raw}' == '4' or '{srms_work_orders___status_raw}' == '6' ) { echo 'here'; return date('m/d/y'); } else { return ''; }; trying to set the default date based on a status with the code above...
  12. skyrun

    filtering by date =today always uses GMT date.

    https://testlocation.skyrun.com/skytrax-reservations/search?resetfilters=1&Reservations___Arrival_Date[value][]=today&Reservations___Arrival_Date[value][]=today&Reservations___Arrival_Date[condition]=BETWEEN this has worked in the past, but now after the date changes to tomorrow at GMT (which...
  13. skyrun

    any thought about making the 'toggle' selections persistant for the logged on user?

    toggle is COOL, but i don't find it terribly useful if you have to set it up newly every time you use the list. would be nice to have your choices be persistent for the logged on user for each list. i'll pay $'s to anyone wanting to add that capability.
  14. skyrun

    fyi on a notice i'm getting in error_logs on a form

    Warning: preg_match() expects parameter 2 to be string, array given in /home/skyrunftp/subdomains/testlocation/httpdocs/libraries/fabrik/fabrik/Helpers/StringHelper.php on line 1064 Notice: Array to string conversion in...
  15. skyrun

    date element has stopped storing time correctly, always 00:00:00. changed recently

    posted to an existing report of this that was on the community forum, putting here so you can see it on the professional forum. of my new new form rows are timestamped 00:00:00 now. the date works, but the time is always 00:00:00. just started happening recently post-1/3/19 at least. i am...
  16. skyrun

    updating calc element on form when 'geocomplete' field is changed

    i have an 'address' field where the user can type their address, then i have a calc field where i would like to use the value selected (or value typed if no address is selected by user) as input. i set a javascript (on change) for the address field, but the value of $('mytable___address').value...
  17. skyrun

    submit behavior of form embedded in an article using the content plugin

    i have embeded a simple form into an article here (publicly viewable): https://testlocation.skyrun.com/owners BEFORE SUBMISSION: this was embedded with a plugin in the article that looks like this {fabrik view=form id=191} when i submit the form by pressing 'send', it processes the form (i...
  18. skyrun

    gettting this error after updating to latest on github

    just started happening today... when i go to my homepage (or /administrator) i get a 500 error. turning on error messages i see: Warning: require([mypath]/libraries/fabrik/vendor/composer/../ralouphie/getallheaders/src/getallheaders.php): failed to open stream: No such file or directory in...
  19. skyrun

    repeat groups showing multiple <li> lines on list

    on this list, displayed with bootstrap layout, i have a db join elements 'made up of' and 'owner' (and several others not displayed on the list) when there is data (for example below, there are 2 owners), then display works fine. however if there is an empty repeating group for the element...
  20. skyrun

    when a list is displayed on form, methods for handing form saving

    i have a list displayed on a form (through the content plugin). only problem is that if i click to display, edit or add to the list, then the browser does that and doesn't save any changes i may have made to the form first. here are three approaches i have considered to solve this that i am...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top