Recent content by miss.take

  1. M

    Form validation problems: toggle submit + ajax + must validate

    Ok, ok. So... something new on this side? Basically I am back on this problem. If I want to validate my Ajax upload as "not empty", the only way to make it works is to give a max files value more than 1 (!!!) I really do need my value to be 1, because my users have to upload not more than one...
  2. M

    Ability for Admins to bulk download files uploaded by users

    THIS IS AWESOME !!!!! THNX... and sorry if I didn't see the plugin before... it really escape to my eyes... Just one question: I'd like to also bulk rename my files. Do you think it's possible? Thanks! V.
  3. M

    Ability for Admins to bulk download files uploaded by users

    Hi all! I've a fabrik app that collects variuos résumé info from my users. One of the fields they have to fill it's a fabrik upload element plugin. Files are confidential, so I realized an .htaccess "Deny from all" for the main upload folder. Filenames also are obscured with a 10 char string...
  4. M

    Error when protecting file with script in fileupload plugin

    Dear Troester... Sorry but I cannot find this code. That's what's inside the file you mentioned: Line 1075: $filePath = $this->_getFilePath($repeatCounter); Line 1432: foreach ($crop as $filePath => $json) Line 2037: $filePath =...
  5. M

    Error when protecting file with script in fileupload plugin

    Sorry Troester... I don't understand... cannot find this option... which one are you referring to? Thanks! V.
  6. M

    Error when protecting file with script in fileupload plugin

    Hi troester and thanks in advance. My settings are simple, beacause the upload is intended to only let add pdfs. What I want to do is to protect the folder using htacces, so I really need the download script for privacy reasons. I set the downnload by script option for both the list and details...
  7. M

    Error when protecting file with script in fileupload plugin

    joomla 3.9.14 stable php 7.2.26 mysql 5.7.26-29-log Fabrik 3.9
  8. M

    Error when protecting file with script in fileupload plugin

    Sorry troester... I had to post editing my answer, because of an error in the forum... Friendly bump...
  9. M

    Error when protecting file with script in fileupload plugin

    Hi all, When I try to protect my files with the download script I get this error: Warning: preg_match() expects parameter 2 to be string, object given in /plugins/fabrik_element/fileupload/adaptors/filesystemstorage.php on line 518 Recoverable fatal error: Object of class stdClass could not be...
  10. M

    Form validation problems: toggle submit + ajax + must validate

    Hi all. I'm trying to understand the best way to obtain my desired workflow and yesterday I spent the whole day facing many problems related to the toggle submit function in forms. I hope this would help those looking like me a widespread request in form validation. So, this is my desired form...
  11. M

    Scheduled mail based on users' last visit date

    Thanks a lot Troester... and sorry for my late, but I didn't think to have a rapid response due to the exceptional moment we're living... I'm back in Joomla after years... so sorry if I was confused about the $row nature. The simplest solution is definitely to use the placeholders. This is a...
  12. M

    Scheduled mail based on users' last visit date

    Ok. Using fabrik debug index.php?fabrik_cron=2&fabrikdebug=1 and echoing my vars in the php condition I'm now sure that the problem is $row->dz8v4_users___lastvisitDate; that seems to be null... $ultimavisita: 1970-01-02 $checkdate: 2020-03-27 Why?
  13. M

    Scheduled mail based on users' last visit date

    Hi all. I searched in the community forum, but all the code found seems to be like mine... I want to send an email to the user just 30 days before their profiles expire. My workflow consider expiration time based on last visit date. So my users simply must log-in before lastVisitTime + 365 days...
  14. M

    only consider date string in a text field for calendar view

    This is my actual code that I'd like to test in the title... Two concatenated text string... $place = '{ifel2015X_matukio___place}'; $title = '{ifel2015X_matukio___title}'; $mycalc = $title . "<br>" . $place; return $mycalc; thnx! ps. Found that: NOTE - I'm not 100% sure if just setting...
  15. M

    only consider date string in a text field for calendar view

    Both give the same results. I'm now trying with a normal string, just to verify the calc field on calendar view, but the calendar always shut down on blank page when I try to add a calc field. Any idea? Thanx
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top