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]
Markdown input (requires the Markdown phpBB extension)
![text](url)
HTML output
<img src="url" class="postimage" alt="text">
- 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
- PHP 7.1.3 or greater
- phpBB 3.3 or greater
If you like or found my work useful and want to show some appreciation, you can consider supporting its development by giving a donation.
- 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
It doesn’t require any configuration.
(Click to view in full size)
- 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
- 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