Search results

  1. P

    Form 'Copy' button function

    When a form uses the 'Copy' button a new record is created, but the date_time on the new record is the same as the original record. Is it possible to catch that event in a plugin and update the date_time to the current date-time?
  2. P

    Conditional Required Field

    No. I had not thought to look there. Seems that would be the way to go. Much appreciated.
  3. P

    Conditional Required Field

    Is it possible to make a required field conditional on the value of other fields? I have a radio button group that I need to be required. But only when a separate radio button group and a pair of dates are all properly defined. I'm working on the validation of this using JS. I can handle...
  4. P

    Using Link element in list display via Fabrik list module

    Oddly enough, when I use the custom module with 'prepare content' and then {fabrik view=list id=52}, the same "http://https://..." situation occurs. But that was a great suggestion given that I'd never realized that was an option to using the Fabrik List module. Learning something new every day.
  5. P

    Using Link element in list display via Fabrik list module

    I have an 'link' list element. This is working great for normal list and form displays. The link is stored as "https://mydomain.com...". However, I also am displaying this list elsewhere using the Fabrik List module. In this case the link that gets displayed has "http://" prepended to my link...
  6. P

    How to use an element to display a custom link?

    I have an ID (e.g. xyz1234567AB). I want to represent that to users as a that value, but displayed as a link to a file that is https://staticdomain.com/staticpath/1234567AB.pdf. Is there a reasonable way to do that natively in Fabrik? Or, would it need to be some custom JS or even a custom plugin?
  7. P

    Error when using update_col list plugin

    In case anyone else has this happen. The problem turned out to be a databasejoin element that was intended to get the user_id and first name and last name from the comprofiler table. The issue seemed to be I must have been distracted and did not add a WHERE clause. So it was loading the entire...
  8. P

    Error when using update_col list plugin

    Incredible! That seemed to do the trick. Thank you very much for your insight and experience. Any explanation on why that made the difference?
  9. P

    Error when using update_col list plugin

    The update_col plugin is a list module. There is no ajaxify setting in the plugin, but the list's ajaxify setting on the Details > Navigation tab is set to No. The databasejoin plugins have an ajaxify setting in the Details > Where tab and all those are No. Thanks
  10. P

    Error when using update_col list plugin

    I've added a list update_col plugin instance. It had worked fine. This project is in constant development so it is safe to say multiple things have changed with regard to this list. The button provided by the update_col plugin works fine now with some access viewing levels, but not with the...
  11. P

    Scheduled tasks - email plugin - placeholders

    Success. Thanks troester. I set Unpublished cloned elements to Yes, copied my list, joined the #__users table, enabled appropriate elements. And success. The schedule task now works as expected. Much appreciated.
  12. P

    Scheduled tasks - email plugin - placeholders

    I want to send reminders to users daily based on a field in a record. My problem is, this table does not contain an email address for the user, only the user_id. I've tried using the 'their' placeholder in the To field, but get an error on that. I was using {$their->my_table___user_id->email}...
  13. P

    Update_col List Plugin - Send email not working

    I've set up the update_col plugin on a list. It properly sets two fields in the table row when the button is clicked. But nothing I do seems to get it to send an email. I am trying to use a field for the email that contains the user_id. The field label is set to be a concatenation of the name...
  14. P

    Placeholders in articles for form Email plugin

    I just copied the exact code (article in JCE in code view) to the email plugin's Message Text field. And this works fine. So the {$their->...} is correct. It just is not being eval's when coming from the article. I THOUGHT I had tested this after moving the HTML code from the Message Text field...
  15. P

    Placeholders in articles for form Email plugin

    I have a form using the email plugin which gets the email content from a Joomla article. In the article I am using a $their placeholder. But it has stopped working. In previous tests it has worked correctly inserting the proper column element from the #__users table. Now instead the email that...
  16. P

    CSV export from List Module

    Thanks, troester. Adding &cid={cid} did work. I was expecting user_id={cid} would have been the answer, but maybe using cid rather than user_id is necessary because it has to match the way the prefilter is defined. Or, it could also have to do with the fact that I set the custom QS field to...
  17. P

    CSV export from List Module

    I have a page defined by a Joomla article with four loadposition blocks and there are four list modules - one for each position. Each block presents data from a separate Fabrik table. Each list module has a prefilter to select the user whose data will be displayed. Access to this page is via a...
  18. P

    Fabrik Logs plugin for forms

    I'll check that out. Thanks
  19. P

    Fabrik Logs plugin for forms

    I'm doing research on my application, but I'm guessing the problem in issue 1 has to do with something in how the element is created in Fabrik. So probably not an issue with the logs plugin.
  20. P

    Fabrik Logs plugin for forms

    I must be missing something. I've enabled the Fabrik Logs plugin for a form. I have it working but had two issues. 1) I have an element named exam_score in my list, but when I define that in the OR Template message field it tells me that field doesn't exist. Once I removed this column/value...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top