Image Alternate Text extension for phpBB
Image Alternate Text extension for phpBB.
Allows you to set alternate text to image tags to abide SEO recommendations.
BBCode input
[img alt="text"]url[/img]
HTML output
<img src="url" class="postimage" alt="text" />
Features
- It doesn’t require additional configuration
- Compatibility with Markdown extension
- Full support for Unicode text, including emojis
- The engine sanitizes the text, so no unsafe text is used
Preview

Requirements
- PHP 7.1.3 or greater
- phpBB 3.3 or greater
Support
Donate
If you like or found my work useful and want to show some appretiation, you can consider donating.
Installation
- Download the latest release
- Decompress the
*.zip
or*.tar.gz
file - Copy the files and directories inside
{PHPBB_ROOT}/ext/alfredoramos/imagealt/
- Go to your
Administration Control Panel
>Customize
>Manage extensions
- Click on
Enable
and confirm
Configuration
It doesn’t require any configuration.
Uninstallation
- Go to your
Administration Control Panel
>Customize
>Manage extensions
- Click on
Disable
and confirm - Go back to
Manage extensions
>Image Alternate Text
>Delete data
and confirm
Upgrade
- Go to your
Administration Control Panel
>Customize
>Manage extensions
- Click on
Disable
and confirm - Delete all the files inside
{PHPBB_ROOT}/ext/alfredoramos/imagealt/
- Download the new version
- Upload the new files inside
{PHPBB_ROOT}/ext/alfredoramos/imagealt/
- Enable the extension again