Search results

  1. hominid4

    calc element with empty values

    On a side note, when I'm doing calculations I usually have default fallback values, especially when they start out empty. $consumi_f0 = '{simulatore___consumo_f0}' > 0 ? '{simulatore___consumo_f0}' : 0; $consumi_f0 = !empty('{simulatore___consumo_f0}') ? '{simulatore___consumo_f0}' : 0; Or...
  2. hominid4

    [SOLVED] : Repeat Items' rows within the database are inserted out of order

    Ah, well I be. I did try the 'AND' ordering under 'list -> Data -> Data tab -> Order by' but wasn't having luck as of yet. Thanks for the lead however, to try again, I removed all my 'list -> Data -> Data tab -> Order by' that I had in there (event_date DESC, is_copy DESC, activity_date ASC -...
  3. hominid4

    [SOLVED] : Repeat Items' rows within the database are inserted out of order

    I have two lists/tables: table_events id | event_name table_activities id | event_row_id | activity_name | activity_date 'table_activities' is joined into 'table_events' (event_row_id -> id) as a repeat group. When submitting these (for example) actities within the repeate group: Activity 1...
  4. hominid4

    [Solved] Can SEF URLs be simplified?

    Sorry to bump up an older thread, wanted to see I could check if others had any luck removing the "ID" off the URLs as mentioned above, or if by chance that isn't a current option and one potentially in the works for the next version? Thanks!
  5. hominid4

    [Solved] Can SEF URLs be simplified?

    Sorry, I know this is marked as solved, but is there a way to solve this without a 3rd part extension or Robert's 'module in an article' workaround? I too am experiencing the "list/ID" and "form/ID" appended to the menu item alias. My settings: Search Engine Friendly URLs: Yes Use URL...
  6. hominid4

    Joomla4/Fabrik4 PHP Validation setMessage() Call to undefined method error

    Ah, sorry troester, I had pulled up and left up this message thread after achartier replied and didn't see your reply, and my reply referenced his. Sorry about that. I used your solution and it worked perfectly. Thanks!
  7. hominid4

    Joomla4/Fabrik4 PHP Validation setMessage() Call to undefined method error

    Thanks a bunch. I've replaced that line but I am still receiving that same error. I've restarted the server just in case. Regarding that line, my original line before I changed it is on line 113 and is: $return = Php::Eval(['code' => $phpCode, 'vars'=>['data'=>$data]]); I do see the $formData...
  8. hominid4

    Joomla4/Fabrik4 PHP Validation setMessage() Call to undefined method error

    Sorry, this may be posted somewhere and I'm not seeing it, and I may should be posting in the Joomla forum, but does does setMessage work in Joomla4/Fabrik4? I have a fresh Joomla4/Fabrik4 install and when I add setMessage to an element's PHP Validation within the 'PHP code' box I get the...
  9. hominid4

    Form Introduction loadposition

    When editing your form, under the 'Options' tab, is 'Form view' selected as one of the options for 'Process Joomla plugins'?
  10. hominid4

    Dropdown Advanced Eval Populate - 0 shows as 1

    Thanks for the follow-up. Mainly because I'm being lazy and trying to spend the minimum time possible on this form - HA! This is a form that will be visible for only one day, which is a multi-page assessment form that has around 80 questions, with most of the elements linking to relationship...
  11. hominid4

    Dropdown Advanced Eval Populate - 0 shows as 1

    Thanks for the reply. Makes sense about the id being a string, I tried CASTing and CONVERTing but still same result. Was hoping to use the index ID, I went ahead and created a 3rd `value` column, that contains the same value as my index ID and now using 'SELECT value, label FROM my_table' and...
  12. hominid4

    Dropdown Advanced Eval Populate - 0 shows as 1

    I have a dropdown element, with the below query under the Eval Populate of the Advanced tab to build the dropdown. It works as needed except the 0 in the `label` column shows as "1" within the form, so the dropdown shows as: 1 1 2 I've been messing with this a good while and not sure how to...
  13. hominid4

    Database Join Element - Front-end Add - and "Edit" button?

    Thanks for the info and confirmation that it is not a setting; I'll hide it with CSS for now. Really strange however, I'm unable to show that Add button on any of my other sites with the same setup (me as Super User, the Add option turned on, and similar install) - all my other sites only show...
  14. hominid4

    Database Join Element - Front-end Add - and "Edit" button?

    Well, I've worked with Fabrik pretty much since the inception and I can't find this setting - HA! I have a Database Join element with the 'Add option in front end' turned on and it shows the normal 'Add' button next to the element, but also there's a 'Edit' button that I haven't seen before...
  15. hominid4

    JDate onClick Alert within Calendar Pop-up

    Good deal, I have other code that is running onClick based on the date that is selected, but in regards to removing the time from the _cal input field I threw in the below code and that'll suffice for now until I have more time to circle around to it. Form ID: 1 Date Element...
  16. hominid4

    JDate onClick Alert within Calendar Pop-up

    Thanks LF, I'm sorry, I did mean to add that hiding the time selector with CSS is what I did the first time around and that was fine in that case, but it adds the time to the input (even though I have 'Y-m-d' for the Form Format) and the input needs to show the format Y-m-d as it does with the...
  17. hominid4

    JDate onClick Alert within Calendar Pop-up

    If I could revisit the post below that juuser was gracious enough to help with. https://fabrikar.com/forums/index.php?threads/alternative-to-the-date_time-advanced-dates-for-choose-date.51922 I'm needing similar functionality again for another project but this time I need the Time Selector...
  18. hominid4

    Future of Fabrik Meeting

    Out of curiosity, has there been discussion with at least moving forward with a "lite" version of Fabrik, where only the essential core elements (which I know that is a lot just in themselves!!) and a handful of plugins are ported over? Many of the applications we create mainly use the core...
  19. hominid4

    Future of Fabrik Meeting

    I would like to but unfortunately unable to, but will definitely be interested in what comes out of the meeting. Thanks!
  20. hominid4

    PHP Variable in Placeholder?

    Oh nice, thanks troester, using pareMessage worked perfectly; and good to know for future reference. Sorry, I could of explained a little further how I was utilizing this. I've created around 30 different "programs" for a school, each having a separate "Class" list per program, and Attendance...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top