Recent content by Dannymh

  1. Dannymh

    [XTR] IP Threat Monitor [Paid]

    Trying to make the purchase but I notice a USD 10 sales tax. I am trying to figure what this tax is about, for what country and should that not only apply for business purchasers?
  2. Dannymh

    [XTR] IP Threat Monitor [Paid]

    Actually one question, I have cloudflare pretty heavily embedded with my site. Are there going to be conflicts here and am I going ot have to peel some of that back?
  3. Dannymh

    [XTR] IP Threat Monitor [Paid]

    I am going to roll the dice on this, its a much needed bit of kit and I am at a loss to how long it would take me to build the same
  4. Dannymh

    [XTR] IP Threat Monitor [Paid]

    I would also like the same or to at least share my Cloudflare data with you to see if this will help in anyway. I added rate limiting via Cloudflare hower this was overly aggressive as it appears cloudflare looks at internal page requests as requests as well and I need to really look at the...
  5. Dannymh

    [XTR] IP Threat Monitor [Paid]

    This looks interesting, but how similar is it to Cloudflare rules doing the same. My cloudflare stats are horrific when you look at all the scraping and AI bots hitting it as well as the threat count going up. Have been using some bot rules and tuning that as I go as well some country...
  6. Dannymh

    XF 2.2 Ads between threads in forum view

    I know this is an old thread but I just wanted to clean it up and show how to achieve this with a template modificatin. Create a template modification on "forum_view" Search: <xf:foreach loop="$threads" value="$thread">...
  7. Dannymh

    XF 2.3 Mutliple Options with multiple boxes

    Thanks mate, appreciate the reply and makes sense. I guess for me there are a bunch of settings that relate to the addon so was hoping to have them all in there to minimize the locations you have to go to in order to configure the addon. It makes it easier to do it this way however, so might...
  8. Dannymh

    XF 2.3 Mutliple Options with multiple boxes

    Hi All, I am setting up a new addon that takes over certain page nodes. I want to be able to allow users to select a node in a select box, and then next to it select multiple other items from a multiple select list to link to it. This should then save as an array in the options. The other...
  9. Dannymh

    XF 2.2 InvalidArgumentException: The error value must be a string or an object which can be cast to a string

    Appears to be a permission issue only happens when a thread is soft deleted
  10. Dannymh

    XF 2.2 InvalidArgumentException: The error value must be a string or an object which can be cast to a string

    I have some things that operate off of custom fields. I changed a custom thread field from numeric and made as whole number to unchecking that box and started getting this error. I can't seem to find where or what might be causing it. I changed the thread field back by rechecking the box and the...
  11. Dannymh

    XF 2.2 Posting via Postman to api/threads brings back list of threads and not add a thread

    Never mind this was SSL set up. It was redirecting through NGINX as GET. Quick change on postman settings and nginx conf fixed it
  12. Dannymh

    XF 2.2 Posting via Postman to api/threads brings back list of threads and not add a thread

    I am using postman to work with the API. In doing so I am trying to create a new thread. When I POST to the thread endpoint it returns a list of threads rather than adding a new thread. - API Key and scope # thread:read # thread:write Request type: http/ POST Endpoint: api/threads...
  13. Dannymh

    XF 2.2 Custom thread field not updating -> help

    Found it, I forgot I had another entity in a related addon overwriting that field, I just needed to wrap that in some checks and that fixed it
  14. Dannymh

    XF 2.2 Custom thread field not updating -> help

    I will give it a go, however all the other fields are updating, its only this one that doesn't want to update using the method above
  15. Dannymh

    XF 2.2 Custom thread field not updating -> help

    I added a new field to see if that would work, and this updates in the same process correctly if I have the following line directly under it $theThread->custom_fields->set('otbETS', time(), 'admin', true); THe field has the exact same settings
Back
Top Bottom