Search results

  1. DeeEmm

    Using Joomla table prefix in placeholders

    Okay so finally managed to get some time to take a quick look at this. Caching is off for Joomla but I could not see where to check for Fabrik. However all changes made to other elements seem to instantly propagate so I will assume that it is also off. One (unrelated) thing that I noticed is...
  2. DeeEmm

    Using Joomla table prefix in placeholders

    Yes. it is very bizarre. This is what I was experiencing with the error_log statement - nothing was getting printed to the log. I wanted to also test it on my local server just to make sure it wasn't something weird going on with the wildcard subdomain setup that I have on the production server...
  3. DeeEmm

    Using Joomla table prefix in placeholders

    Sorry, posted a reply but it didn't submit. :( damn timeouts. The code returns nothing - i.e. it just returns the normal page. I've also tested this on my local server with the same results. I've even tried adding an echo'foo';exit; statement - this also returns nothing. It looks like...
  4. DeeEmm

    Using Joomla table prefix in placeholders

    The placeholder is replaced with a null value (nothing). The calculation I am using is: return"<img src='/media/calc/{#__crm_deals___stage}.jpg'>"; and it is retuning <img src="/media/calc/.jpg"> Could the extra underscore in my table names be causing this issue?
  5. DeeEmm

    Using Joomla table prefix in placeholders

    Bloody awesome. :D Only issue is that it does not appear to be working for me :( I also have a funny issue. Tried to capture the value of $match being returned by writing to the error_log but it doesn't write anything. Weird!! Therefore, not sure if it's not working or if I have some other...
  6. DeeEmm

    Using Joomla table prefix in placeholders

    Hi, I am using the Joomla prefix for all of my fabrik database tables as I have multiple identical Joomla instances in a single database. My issue is this: I am trying to reference a value using the calc plugin, If I use the full prefix within the placeholder the value is retrieved...
  7. DeeEmm

    Style issues on 3.1b on J2.5.9

    Was same in firefox + chrome + safari.
  8. DeeEmm

    Style issues on 3.1b on J2.5.9

    Just installed this on a dev site I am working on and have noted a few styling issues. Namely the 'group-by' display option shows as a list and not hidden as normal. Similarly there are other issues with list elements not displaying correctly on other pages. I initially thought this was a...
  9. DeeEmm

    Timestamp field in repeating groups

    ahhh cryptic :D
  10. DeeEmm

    Timestamp field in repeating groups

    Been away from developing with Fabrik for a while, was wondering if there was any news on this?
  11. DeeEmm

    Pie chart including extra 'total' segment

    I gave up and ended up installing plotalot. Works a treat.
  12. DeeEmm

    Timestamp field in repeating groups

    G'day Hugh, Any update on this? Regards /DM
  13. DeeEmm

    Timestamp field in repeating groups

    Thanks Hugh, that would be great if possible. For the moment I've created a workaround by setting the repeating groups to read only and including the related data link at the top of the form, at least this way users can see the other records when editing or viewing the form but still have a...
  14. DeeEmm

    Timestamp field in repeating groups

    Phah. Managed to get it to not be editable and record in database but now I am back to the issue where the date in ALL previous repeated groups is being updated. :( Guess my real issue is preventing all previously entered groups from being edited Any help / ideas on this would be greatly...
  15. DeeEmm

    Timestamp field in repeating groups

    Hmmnnn, the plot thickens... :D Just noticed that even though my author field is set up only be editable by the superuser group it is still being recorded in the database. Which is what I expected. If I set the date to only be editable by the superuser group, when I add a note, initially the...
  16. DeeEmm

    Form PHP Plugin - Detecting new or edited form

    Perfect! Thanks VOI.
  17. DeeEmm

    Timestamp field in repeating groups

    G'day. I have added a repeating group to capture user notes, this simply consists of three fields - date, author and note. What I would like to do is for the date field to capture the date / time when the note is posted - simple timestamp. This field should be non-editable. Normally this...
  18. DeeEmm

    Form PHP Plugin - Detecting new or edited form

    Friendly bump!
  19. DeeEmm

    Form PHP plugin - is it possible to 'createFormData' ?

    I opted to use the longhand format: $db = &JFactory::getDBO(); $db->setQuery("INSERT INTO journal (id,date_time,title,note,type,author) VALUES ('',now(), '$title', '$note', '$type', '$author')"); $db->query(); Would still be interested to learn if there is access to an...
  20. DeeEmm

    Form PHP Plugin - Detecting new or edited form

    Is there an easy way to determine if a form is new or if it is a pre-existing form that is being edited? I want to keep a record of user actions and need to determine this for the status message. ie 'user created record xyz' versus 'user updated record xyz' I realise that I can add a...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top