Recent content by Kacee

  1. Kacee

    Purchasing several one-year extensions in a row?

    I thought I would take advantage of the sale by purchasing a few years worth of extension, is it possible?
  2. Kacee

    XF 2.2 How to include params with GET method at REST API?

    it worked from my side, too, but querying /forums/[id]/threads wouldn't get me the node information I need
  3. Kacee

    XF 2.2 How to include params with GET method at REST API?

    oopsie it turned out that my API proxy is buggy, it stripped off the query string, all is good now, thank you very much!
  4. Kacee

    XF 2.2 How to include params with GET method at REST API?

    hmmm weird, thanks for your help…
  5. Kacee

    XF 2.2 How to include params with GET method at REST API?

    but I try to get both forum details and threads with one request, document says I can use /forums/[id]/ with with_threads=true, is it a bug or document is outdated?
  6. Kacee

    XF 2.2 How to include params with GET method at REST API?

    I tried to fetch forums details along with threads, GET /forums/[id] with with_threads=true, but it doesn't seem to work. Response's JSON only contain forum object, no threads, sticky or pagination. This is a simple GET call, I don't think I did it wrong. Endpoint is...
  7. Kacee

    Using DigitalOcean Spaces or Amazon S3 for file storage in XF 2.1+

    You can use Sippy to avoid migration egress fee. https://developers.cloudflare.com/r2/data-migration/sippy/
  8. Kacee

    [DigitalPoint] App for Cloudflare®

    is it possible to use R2 for image_cache (for image proxying)?
  9. Kacee

    [DigitalPoint] App for Cloudflare®

    totally agree with you, that's why I have a feature request to have R2 attachments local cached...
  10. Kacee

    Ads Manager 2 by Siropu [Paid]

    Request: Ability to use node_id (and maybe other parameters) in affiliate link generation, I want to measure performance of each sub-forum. Thank you!
  11. Kacee

    XF 2.2 Is there any built-in feature or addon that prevent link masking?

    that is EXACTLY what I am asking, and I'm pretty sure it can be done, easily I might add. In fact I will take a look, it's been 10 years or so since I did any serious coding but I'm having some free time at the moment.
  12. Kacee

    XF 2.2 Is there any built-in feature or addon that prevent link masking?

    So you have to do that and told your user to do that with every links on your forums? It is not a security concern, it is an inconvenience and I would like to find a way to help my users avoid it. A simple way is to check to see the link text is an proper URL and use it instead of the provided...
  13. Kacee

    XF 2.2 Is there any built-in feature or addon that prevent link masking?

    For example, one could post a link like this https://google.com and trick people into thinking that will lead to google, but in fact it leads to bing... Is there any built-in feature or addon that check to see if the link text is an URL and use it as the real destination URL instead of the...
  14. Kacee

    [Xen-Soluce] Invite System [Paid]

    is it possible to apply invitation to a certain nodes?
  15. Kacee

    Redis Cache By Xon

    hello, can this be made to cache post reactions into redis?
Top Bottom