Search results

  1. amittripathi2k2

    How to show only one of multiple image in list view

    Hi, How to show only one of multiple image in list view?? I have used file upload > Ajax upload (limit 4 images) When I request it to show in list view, it shows all the files uploaded. Is there any way to show only first image and rest all images on popup or in detail view.
  2. amittripathi2k2

    Image Lighbox and Filter pop up not working

    Hi, I am working on Joomlart Allure template. Everything else was working ok but Filter pop up and Image Lightbox not working. It seems to be js issue as when I go to inspect > console, I find these messages.. Error in response to storage.get: TypeError: Cannot read property 'api_key' of...
  3. amittripathi2k2

    How embed only fabrik form in other website

    Hi, I am trying to put fabrik form from Joomla site to one of my other WordPress website. Although, everything is working fine and data submitted at wordpress site is straight going to Joomla database, but I have issue with the complete page showing as an iframe. I want only form part of the...
  4. amittripathi2k2

    Two security issues

    Hi, My site is under security audit to get the security certification. After audit they gave me two security issues to look at. 1. Stored Cross Site Scripting: The application must implement server side validation for all user-entered inputs. Only expected values should be accepted. Script...
  5. amittripathi2k2

    Upgrade to PHP v 7.0.14 breaks the site

    Hi, When ever I am upgrading the php version to v 7.0.14, it is breaking the site on every server. Error its giving is mentioned below: Unable to connect to the Database: This driver is unsupported in PHP 7, please use the MySQLi or PDO MySQL driver instead. Please advise.
  6. amittripathi2k2

    Form is very very slow

    I have a form > FIR system with following fields. FIR No. FIR Date District Police Station Complainant Name Address Incident Date Section of Law Document .PDF Unique Code No. User Accused SAVE 1. Where District and Police Station are cascading dropdown from another table. District |...
  7. amittripathi2k2

    How setup fabril file upload with Amazon s3

    Hi, I have a need to setup amazon s3 for file upload element in one of my form. I am trying this with all the fail attempts. Can anyone please guide me through this? Any help would be genuinely appreciated. Regards
  8. amittripathi2k2

    Cascading dropdown without database join

    Hi, I was wondering if there is any possibility to have CDD (cascading dropdown element) without using database join. Database join is really slowing my form to an extent that sometimes the page having the form doesn't even open. There is only one database join, and I have about 20000 records...
  9. amittripathi2k2

    User see only their records

    Hi , I have a list where I need users to see only their own records, whereas public can see all the records and Super User can see and edit all the records. In the list, I have gone to Data: Data -> Pre-filter and Where User(raw) --> EQUALS --> {$my->id} --> No quotes --> Super Users...
  10. amittripathi2k2

    Fabrik pages have become very slow

    Hi, I have been using fabrik for the site www.scrbbihar.gov.in. There are now almost 10000 records in one of the table. But issue is that now adding, filtering or viewing has become nightmare. Every page is so slow that it take ages for them to load. How can I rectify this? Regards
  11. amittripathi2k2

    How calculate user entry datewise

    Hi, I have few forms say Form A, Form B and Form C and 40 users those who can do entry in these forms. Since, they have to do the entry everyday how can I generate some report to see which user is doing how many entries date wise. Thanks
  12. amittripathi2k2

    How to create form for Excel like spreadsheet?

    Hi, I have a peculiar requirement to create Excel like (spreadsheet) form. As shown in the image attached, I just need to add count in two fields: Case Registered and Persons Arrested I am really confused if how to create this form, any help or guide would be really appreciated. Regards
  13. amittripathi2k2

    How get image name

    Hi, I am using custom template of form, list and pdf. Whereas place holder is fine with form and list, I specifically need just the image name uploaded for pdf. e.g. instead of {tablename_photo}, I need to place it like: <img src="images/thumbs/image_name.jpg">
  14. amittripathi2k2

    Different List view for different groups

    Hi, I am working for the University and I have this specific requirement. I have one Examination form for students (public) to fill. Once student fills the form, then he should be able to view only his form by just entering the mobile number. Then I have admin who should be able to filter...
  15. amittripathi2k2

    How render element in form view

    Hi, I am using below code in default.php <?php if(trim($group->title) == 'Workforce') {?> <?php if ($group->intro !== '') :?> <div class="groupintro"><?php echo $group->intro ?></div> <?php...
  16. amittripathi2k2

    Database query with $db->quote not showing required result

    Hi, I need to be able to get id value -------------------------- CODE ------------------------------- <?php $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select('id'); $query->from($db->quoteName('table'))...
  17. amittripathi2k2

    How get File upload Ajax element show in a Form

    Hi, I have a custom template, where I need to render file upload (Ajax) to show. It works OK for first time, but when I try to render another file upload (Ajax) element, the whole layout goes awkward. My code: <?php defined('_JEXEC') or die('Restricted access'); ?> <?php $elements =...
  18. amittripathi2k2

    ToggleFilters not working

    Hi, I am using Joomla 3.4.4 (yootheme: sun template) and fabrik 3.3.3. For some reason, toggleFilters and columns not working at all. Tried many a times but couldn't get it to work. Regards Amit Tripathi
  19. amittripathi2k2

    Fabrik with ModX or other PHP framework

    Hi, I am trying to shift from Joomla to ModX or simply use Php framework for creating web applications. Since I have been using fabrik for very long time, I am so comfortable with this app that it almost seems impossible to work without fabrik. Is it possible to use fabrik with ModX or Php...
  20. amittripathi2k2

    Different database join depending on dropdown value

    Hi, I have three tables: Client, Personal and Company. Now I have a requirement where I have a dropdown with three values: Client, Personal and Company. What I need is that when I choose Personal from dropdown, I should be able to get the database join of Personal table, if I choose Client I...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top