- Joined
- Oct 27, 2025
- Messages
- 136
Display a custom image in the sidebar of the resource view page for a visually appealing presentation.
can_edit_banner (bool)
banner_url (string) - Banner image canonical URL or empty



Settings

Permissions

Features
- Uploading image as resource banner in the resource view page sidebar
- Uploading banner from URL
- Configurable max & min image width and max image file size
- Option to display banner as OpenGraph image
- REST API output support
can_edit_banner (bool)
banner_url (string) - Banner image canonical URL or empty
JSON:
{
"resources": [
{
"alt_support_url": "",
"banner_url": "https://xenforo.local/data/resource_banner/0/65.jpg?1656513346",
"can_download": true,
"can_edit": true,
"can_edit_banner": true
}
]
}



Settings

Permissions

Attachments