Search results

  1. NickC4555

    Support for website

    I developed and support a club website that has a lot of custom functionality built using Fabrik. The club has decided to outsource the ongoing support to a specialist, so we aren't dependent on always having skills within the membership to look after it. I am having difficulty in finding...
  2. NickC4555

    Fileupload element delete

    Ok, thank you. Could I create a layout override? I had a look in plugins/fabrik-element/fileupload/layouts, but it seems that most of the code is in fileupload.php in the parent directory, and I don't seem to be able to override that.
  3. NickC4555

    Fileupload element delete

    I can see there have been discussions about this going back a while, but using the latest build the delete function on the fileupload element is still messy. The workflow: 1. On a form file element, click Delete. 2. Message box: Do you want to remove the file reference from this record? 3...
  4. NickC4555

    Fabrik search strategy

    Thanks for your reply. As Fabrik has evolved into what I think of as a Visual Studio for Joomla, it can be used for increasingly ambitious projects. The site my original post refers to incorporates every line of business process for the organisation I developed it for, but it is compromised...
  5. NickC4555

    Fabrik search strategy

    I have a website that has a lot of different Fabrik areas (membership management, member news, obituaries, events, business directory) as well as Acymailing, Phoca Gallery and Download and some regular Joomla article sections. I started off using Joomla smart search, but as the use of Fabrik has...
  6. NickC4555

    Deploying new development to live

    Much appreciated, thank you.
  7. NickC4555

    Deploying new development to live

    Is there a method to move a new development (i.e. new list(s), forms etc) on a dev site to a live site that already has other fabrik lists? The only way I can think of is to overwrite all of the fabrik tables, but that would undo any changes to existing fabrik lists, forms, groups and elements...
  8. NickC4555

    File Upload element rotating images

    Thank you for your reply. 3.5.1, simple, WIP: No, Thumb: No, Crop: No, Resize 400x400 90% quality. I have just checked the EXIF data of one that was being rotated, it is being caused by the orientation tag. This is a self-service form where members can upload their own photos to accompany news...
  9. NickC4555

    File Upload element rotating images

    How can I stop the File Upload element rotating images, please?
  10. NickC4555

    I cannot lock all fields for users after final submit.

    Edit and add permissions are set separately in each list's access permissions, so you can do want you want using the Joomla ACL.
  11. NickC4555

    Responsive CSS on my list is not working

    If your template is running Bootstrap 3, hidden-phone has become .hidden-xs. There is a full list of updated classes here: http://getbootstrap.com/migration/
  12. NickC4555

    Textarea with WYSIWYG (html format disappear after save)

    It has to be something to do with the J! editor, because that's what is used in the Fabrik textarea element if WYSIWYG is set to yes. If all your settings are set to the default, then html will be stripped for public and registered users. Everyone else will have default blacklist tags stripped...
  13. NickC4555

    Textarea with WYSIWYG (html format disappear after save)

    Covered in this topic: http://fabrikar.com/forums/index.php?threads/text-area-not-retaining-formating.44521/
  14. NickC4555

    Updated to 3.6 before realized notice here

    Github updates can be invaluable, but this is code that hasn't been through a full regression test, so it wouldn't be good practice to install it straight into a live environment. Actually, I wouldn't install anything, ever, into a live environment. It is easy to create a subdomain for...
  15. NickC4555

    How can you use the SUM of the column in other element calc in the same list?

    You can use placeholders in code, don't forget to put them in single quotes if they are for string values.
  16. NickC4555

    How can you use the SUM of the column in other element calc in the same list?

    If you mean the sum of all rows in a list for a given element, like this. You could add a where clause if you wanted to. $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select('sum('.$db->quoteName('column_name').')'); $query->from($db->quoteName('#__table_name'))...
  17. NickC4555

    Hide detail icon for a single list for all users

    It's in the list's access settings, together with edit, add, delete and empty permissions. Change the "View records" property to whatever you would like it to be.
  18. NickC4555

    Need Help With Calculation

    Use a calc element. You can get a record's original value using $origData. That will let you get the last smr km/hr value. http://fabrikar.com/forums/index.php?wiki/php-form-plugin/#accessing-form-s-original-data Then use placeholders to access the values that have been entered on your form to...
  19. NickC4555

    twitter

    Don't forget to put the new keys in your Fabrik twitter plugin.
  20. NickC4555

    twitter

    Is there any status on your twitter application page saying it is suspended? Have you tried regenerating your keys? What is the application permissions set to? By default it is read only.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top