Recent content by josh_b_and_b

  1. J

    XF 2.2 How do I increase the post length limit?

    We do search but it doesn't work. Thank you for the link.
  2. J

    XF 2.1 Api: get registration ip

    I checked the entire documentation here: https://xenforo.com/community/pages/api-endpoints/ And there's nothing about IP addresses. However, it's one of the core functions of a user in the admin CP:
  3. J

    XF 2.3 Automate workflows with webhooks

    Sweet. Do any of these fields send the IP address?
  4. J

    XF 2.2 How to show last posts on homepage?

    Is this still the best method? For some reason, the URL goes to that as well. Example, this website, has the posts at homepage with no "whats-new". Is this a custom development?
  5. J

    XF 2.3 How do I rebuild cache for addons?

    /src/addons/CustomAddon Which has two files: addon.json Listener.php Do I need vendor? I'm not using Composer or external PHP packages. upload/ └── src/ └── addons/ └── CustomAddon/ ├── addon.json ├── Listener.php
  6. J

    XF 2.3 How do I rebuild cache for addons?

    Thanks! Unfortunately, I'm on shared hosting and cannot use SSH/CLI, so the xf-addon:sync-json command is unavailable to me. I'm hitting a fundamental issue with listener registration. Goal: Register an entity_structure listener for the XF:Post entity. The addon.json and Listener.php files...
  7. J

    XF 2.3 How do I rebuild cache for addons?

    I made a custom addon. None of the caches here have the option for addon caches: /admin.php?tools/rebuild Any idea how I get the code changes in my addon to take effect on the site?
  8. J

    XF 2.2 How to replace Logo?

    I've always found it odd you have to go into FTP to update the logo and it's not an option in the admin control panel.
  9. J

    XF 2.2 Timezones

    I think this is obvious, but what happens when it doesn't work?
  10. J

    Minifying HTML to improve low text-to-HTML ratio

    Has anyone developed any sort of plugin or mechanism to improve the low text-to-HTML ratio of XenForo. It is for SEO.
  11. J

    XF 2.1 Cookies are required to use this site. You must accept them to continue using the site.

    Not easy to edit when this error locks you out of Admin CP. The first one has the ID of "boardUrl" in the options in the DB. The second one is "boardUrlCanonical"
  12. J

    [XTR] Top Poster of The Month

    Worked! Thanks. I had no idea this wouldn't be on by default. I just went through all the groups and turned it on.
  13. J

    [XTR] Top Poster of The Month

    I can't get the widget to show, and the members page for this is not accessible either. Anyone have anything related to this 1.0.4 plugin working in XenForo v2.3.6?
  14. J

    Compress Uploaded Images Using ImageMagic or PHP GD (Admin Choice)

    I can't find this setting in the documentation.
  15. J

    XF 2.3 60,000 requests a day on new forum

    I've used many link cloakers for campaigns in the past but have never seen Google hit like this under any user agent.
Back
Top Bottom