This update resolves an AdminCP routing conflict with XenForo's native assets/ route.
This only changes the AdminCP route used by Asset Manager.
- Changed Asset Manager's AdminCP browser route from:
- assets/
- to asset-library/
- XenForo's native assets/ AdminCP route is now preserved for XF:Asset.
- Added an upgrade repair step for users upgrading from previous Asset Manager versions where the original XenForo assets/ route may have been replaced.
- Existing Asset Manager links, folder navigation, search, pagination, bulk actions, breadcrumbs, and redirects now use the new asset-library/ route.
Your actual public asset directory and URLs remain unchanged:
/assets/...
No files are moved, renamed, or migrated.
Simply upgrade the add-on normally through XenForo.
The upgrade process will automatically restore XenForo's native assets/ AdminCP route when necessary. No CLI commands or manual database changes are required.
- admin.php?assets/ → XenForo's native Assets page
- admin.php?asset-library/ → Prash Asset Manager