Recent content by Kacee

  1. Kacee

    User Promotion on Profile Update

    @Xon so it is still not possible to set a criteria to match a non-empty user custom field?
  2. Kacee

    XF 2.3 Not blank custom user field criteria

    How do I set a custom user field criteria for "not blank" value? For example promote an user to another user group as long as he has a custom user field set, no matter the value.
  3. Kacee

    XF 2.3 How to get cover image of an article typed thread with REST API

    thank you I got the cover image by extending the class, but it seems to return thumbnail size, maybe I need to get the attachment itself to get larger size?
  4. Kacee

    XF 2.3 How to get cover image of an article typed thread with REST API

    there's no cover image for datatype Thread or discussion type Article
  5. Kacee

    [XB] Article Cover Image [Paid]

    is this possible to get cover image URL using REST API?
  6. Kacee

    XF 2.3 How to get cover image of an article typed thread with REST API

    Is there anyway to get cover image of a thread in an article typed node using REST API?
  7. Kacee

    XF 2.3 new installation gives Class not found error

    this didn’t happen when I did a clean install of RC5
  8. Kacee

    XF 2.3 new installation gives Class not found error

    What's the possible reason for this and how to fix this error?
  9. Kacee

    How do I buy an extra license

    This might be a stupid question but I spent about 10 minutes looking around the customer section and couldn't find out how to buy a new license for my new site. Any tips?
  10. 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?
  11. 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
  12. 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!
  13. Kacee

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

    hmmm weird, thanks for your help…
  14. 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?
Back
Top Bottom