Recent content by jazz_aaf

  1. jazz_aaf

    Unmaintained [Jazzaaf] xenAntiVirus - fix for the attachments list in xenForo 2.2+

    a minor update to fix the attachments list not being displayed correctly in xenForo 2.2+
  2. jazz_aaf

    [Jazzaaf] xenAntiVirus

    jazz_aaf updated [Jazzaaf] xenAntiVirus with a new update entry: fix for the attachment list in xenForo 2.2+ Read the rest of this update entry...
  3. jazz_aaf

    XF2 [8WR] Database Backup [Paid]

    I had the same issue. Changing the "Access token expiration" option at Dropbox to "No expiration" solved the problem for me.
  4. jazz_aaf

    Specialist Services - vBulletin, Big Boards, Custom Imports, Community +Server Management

    Thank you @Slavik for your help and support. You did a great job in fixing some problems that we were facing at our site due to lost files.
  5. jazz_aaf

    [Jazzaaf] Move Installable Add-ons

    This template modification does not interfere with adding members. This is just a template modification for the add-ons screen.
  6. jazz_aaf

    [Jazzaaf] xenAntiVirus

    Hi Lsdeep, The initial intention was to include XFRM's attachments, but after looking at the code, I found out that xenForo's approach for XFRM's attachments was a bit different than its approach for the forum's attachment. I decided to postpone the inclusion of XFRM attachments into a later...
  7. jazz_aaf

    XF 2.1 Sending alerts to specific user

    You should have a template named "alert_user_mention". In that template, you can add your code (i.e. title, body, etc.) I would recommend that you change the template name to something like "alert_user_YOURADDON_mention" in order to avoid any conflict in the future with XF's templates.
  8. jazz_aaf

    [Jazzaaf] xenAntiVirus

    You are most welcomed. I am planning to add that but in a separate add-on, as you will need to run it one time only for old attachments. Regards.
  9. jazz_aaf

    [Jazzaaf] xenAntiVirus

    Thank you @Masetrix , I provided a link to the main page just in case they change their FAQ pages in the future. The link you provided is working as well.
  10. jazz_aaf

    Unmaintained [Jazzaaf] xenAntiVirus 1.0.1

    Description: This add-on will check new attachments for viruses and malware code using Virustotal.com's api. Features: Disable new attachments until marked clean. (on/off) Exclude File Types. Exclude User Groups. Use in Private Conversations. (on/off) Permission-based access to the report...
  11. jazz_aaf

    [Jazzaaf] xenAntiVirus

    jazz_aaf submitted a new resource: [Jazzaaf] xenAntiVirus - Check attachments for viruses and malware using Virustotal API. Read more about this resource...
  12. jazz_aaf

    XF 2.1 How to extend User entity by adding a column

    Just change your code to: $structure->columns['andy_weekly_digest_opt_out'] = ['type' => self::BOOL, 'default' => false]; and it should work.
  13. jazz_aaf

    [Jazzaaf] Move Installable Add-ons

    Because it does not do anything except "modifying a template" and adding a new one.
  14. jazz_aaf

    XF 2.1 Accessing custom DB tables

    Thank you for the suggestion. Unfortunately, that did not change the situation. "AttachmentCheck" table values are still shown for the first post, but not the replies. I would believe it is a bug and the thread should be moved to the bugs forum. EDIT: Never mind. Found the error. Thank you...
Top Bottom