Recent content by blntech

  1. B

    Interesting checkbox behavior on new rows in a repeat group

    I have a list that has a repeat group in table format. It has a checkbox element in it. When I add a new row via the plus (+) button (via AJAX), selecting checkboxes get a little tricky. The input (the actual box) works as expected. If I click the label, it checks the corresponding input in the...
  2. B

    Adding existing value for element in WHERE

    Thanks, that works!
  3. B

    Adding existing value for element in WHERE

    I have some cascadingdropdown and databasejoin elements in a list where each id from the joined table/list should be unique/not repeated (a one-to-one relationship). I have the isuniquevalue validation applied. I have figured out how to show the available (not yet selected) records from the...
  4. B

    Home page down

    Just in case no one has checked lately, the home page of fabrikar. com is looking pretty sad. Maybe someone is working on it, but just in case they're not, I thought I'd post. It does look like SEF settings and extensions are also off. I was actually trying to renew my subscription, but that's...
  5. B

    $model->getRow not working?

    Awww, shoot. *facepalm* I forgot about the children elements. Thanks for the reminder. There were 4 of them hanging out. I think I inadvertantly unlinked them. I think I'm good now. The system is doing what I told it to do, not what I thought I told it to do. :)
  6. B

    $model->getRow not working?

    Thanks. I finally figured out what was going on. I had trashed an element in a joined table in the list. Somehow the query run keeps looking for that database column and failing because the column doesn't exist anymore. I've emptied the the trash on elements. I tried recreating then trashing...
  7. B

    $model->getRow not working?

    I'm not sure what happened, but when I updated Fabrik via Github, my php list plugins stopped working. I isolated the issue down to something in calling the model. Here's a snippet of code with some debugging lines in it: //////start here //////////// $app = JFactory::getApplication(); $model =...
  8. B

    Re-exectuing a menu item pre-filter

    Thanks for fixing this. Yes, Akeeba is my longtime friend. :) I can't use the update_col plugin because I have to call some external code to process other things. It is based on update_col. :)
  9. B

    Re-exectuing a menu item pre-filter

    I have a list plugin that allows users to change the status field of multiple rows at once. Everything is working, but I don't know how to run the menu item pre-filter again. I am cleaning the cache. // Clean the cache. $cache = JFactory::getCache($input->get('option')); $cache->clean(); What...
  10. B

    Timestamp element in form view

    Ok, that sounds easy enough. Thanks!
  11. B

    Timestamp element in form view

    I'd like to use the timestamp element to display several fields in the form view. It seems that timestamp only has a list view option. The data for these fields are populated by another system and is stored in true timestamp formatting (# of seconds since 1/1/1970 00:00:00). I only need to show...
  12. B

    List filter toggle not having the right link

    Sorry for the late reply. I went out of town until today. That worked well for me. Thanks!
  13. B

    List filter toggle not having the right link

    It's the only one in my site list. You'll need to log in. I listed a super admin user and a showcase URL to check out a page where this is happening. Thanks!
  14. B

    List filter toggle not having the right link

    I have a list set up with the filter set to Above(toggleable) . I recently updated from the github repo. After updating, the filter "link" took me to the home page instead of opening the filter options. On the front end, the link provided on the filter "pill" link is...
  15. B

    List page AJAX messing with links to details

    This fixes it for me. The php events list plugin and guessed links are fine in my instance. I had to clear the browser cache and caching on my site to get this to work. I'm also calling the update_column list plugin fixed too.It may have been some strange cached javascript that caused it to...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top