Recent content by stromb0li

  1. S

    XF 2.3 > 30k character post

    This is exactly what I was looking for! Thank you!
  2. S

    Allow Maximum message length set per forum vs globally

    Please allow the ability to set Maximum message length per forum. We have some forums that are of type article where they can be lengthy. For other forums, we would like the limit lower to keep discussions more brief per post.
  3. S

    XF 2.3 > 30k character post

    Is there a way to allow a particular forum to allow greater than 30k characters? Edit: looks like this is controlled by Maximum message length, but that is non-configurable per forum.
  4. S

    Unable to preserve image resolution

    Per the HYS threads back when 2.3 was released, I also read this. I've tried the following and still see the image compressed to the 2.1MB filesize. ... $upload = $this->request->getFile('upload', false, false); if ($upload) {...
  5. S

    Unable to preserve image resolution

    In Admin CP, we left the restrictions blank and also tried setting as 0 and still saw compression applied to the images.
  6. S

    Unable to preserve image resolution

    In 2.3.x, it appears images are always resized client side prior to upload, even if under attachments, we set image optimization to "Do not optimize". If I take a 300 dpi image that is about 20MB and upload, it is compressed down to about 2MB (which is great for those that don't want the...
  7. S

    XF 2.3 How do I unlock an account?

    In order to unlock an account, you will need to delete the entries for the user out of the xf_login_attempt table; there is no option to unlock an account via Admin CP. Posting this as a question here since I couldn't find this via search.
  8. S

    XF 2.3 Reply to thread by email

    Sorry to bubble this up, but follow up question. If not, has anyone built such an add-on? :D
  9. S

    XF 2.3 Textarea spellcheck

    I have a textarea input but when I add the "spellcheck="true" attribute, I still don't see the squiggles on mispelled words. Is there something specific I need to add to the field to allow spellcheck recommendations? <xf:textarea placeholder="My placeholder" name="field1"...
  10. S

    XF 2.2 Output HTML without PAGE_CONTAINER

    Sorry to bubble up an old topic, but can you provide an example of how to reference different view within the same class? E.g. return $this->view('Some\AddOn:Some\Page', '', $viewParams); // Goes to renderRaw1 return $this->view('Some\AddOn:Some\Page', '', $viewParams); // Goes to renderRaw2
  11. S

    XF 2.3 Display notice on pages

    I have an add-on I've created that has two different two different pages (public templates) I want to display the same notice on. Is there an example of how I can surface this within the notices section?
  12. S

    Best practices to run a fresh new server ?

    This is an old post. I'm running version 8.4 of PHP and I believe the recommended version is 8.3 now.
  13. S

    XF 2.3 What field is used for IP address?

    For those searching, it looks like you have to override / set $_SERVER['REMOTE_ADDR'] if you want xenforo to use a different address; there isn't a $config property specifically to set. The list of supported properties to be set can be found in /src/XF/app.php.
  14. S

    Not a bug Approvals - Spam IP address not displayed friendly

    This is not a valid "ip". I thought it was trying to display the IP address when it was the only match that showed up for the first account I posted. I didn't understand they were counts at first. Even after going to StopForumSpam, they don't show counts > 1000 so it wasn't clear what this...
  15. S

    Not a bug Approvals - Spam IP address not displayed friendly

    Here's another account. After looking at this again where the username, IP address, and email both showed up instead of only IP) I then thought it was the number of entries matched in the StopForumSpam database, but for this person, I show more than a thousand results for both email and IP...
Back
Top Bottom