Recent content by Orit

  1. Orit

    Delete direct messages [Paid]

    I got it done manually.
  2. Orit

    Delete private conversations in bulk.

    Thanks! This really helped me!
  3. Orit

    Delete direct messages [Paid]

    Can you add an option to only delete conversations made by a specific user which contain specific content? As the board owner we have quite a few conversations sent. each time to many many users... I'm looking for a way to bulk-delete them, but just the ones started by us and contain specific...
  4. Orit

    Export conversation [Paid]

    Hi andy I can see the conversation can be exported to a separate page. Can it be downloaded to the users pc? a an html page maybe? Thanks
  5. Orit

    XF 2.2 XenForo Rest API for Uploading Images

    Hi, Have you figured this out? I'm stuck with the context parameter Edit: Just got it now :D the type is the content type. context is passed as (for example): key: context[category_id] value: 2
  6. Orit

    Classifieds [Paid]

    Hi I just noticed a bug when changing the permissions of a classifieds category, going to the direct url of a category the user has not got view permission, sends a server error, instead of a no-permission error: TypeError: Argument 1 passed to...
  7. Orit

    XF 2.2 Format dates in .custom_fields.getFormattedValue(fieldId)

    To anyone interested- I achieved it by simply using the split template filter. Good luck to all :D
  8. Orit

    XF 2.2 Format dates in .custom_fields.getFormattedValue(fieldId)

    Hi :) In a template, I am trying to print 2 custom_fields containing a date such as 25/5/25-29/5/25 (I'm using {{$content.custom_fields.getFormattedValue('date111')}}-{{$content.custom_fields.getFormattedValue('date2111')}}) It prints: 2025-05-25-2025-05-29 Is there a way to format it, so it...
  9. Orit

    I'm looking for advice on configuring a pretty active forum board

    Hi We have a pretty active board with many forums. Google Analytics says over 40k users a day visit our board. Lately we have had serious performance issues. Is there anyone else with an active board that can give me advice how to cache parts of the website to lower the load on the DB and speed...
  10. Orit

    XF 2.2 Enabling thumbnail generation for large XFMG images on XenForo cloud?

    Can you share what is the change to the config file? We have that issue too. Thanks!!
  11. Orit

    [OzzModz] Thread Field Filter

    If anyone is bothered by this: it seems the numberbox becomes required when there is a min and max set. adding this attribute: required="0" solved the issue for us :)
  12. Orit

    [OzzModz] Thread Field Filter

    Hi @Ozzy47 I just figured out it happens when the custom field is a number. When attempting to filter without setting the number field, it wont post because it is "required".
  13. Orit

    [OzzModz] Thread Field Filter

    Hi Thank you for this great addon! it should be XF core in my opinion... We just noticed that when trying to filter, it is required to fill out all the custom fields. Could it be possible to filter only by one of the fields? Thanks!
Back
Top Bottom