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:
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?
/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
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...
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?
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"
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?