Alfredo Ramos

Image Alternate Text extension for phpBB

1 min read

Image Alternate Text extension for phpBB.

Build Status Latest Stable Version Code Quality License

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

Generated HTML code

Requirements

  • PHP 7.1.3 or greater
  • phpBB 3.3 or greater

Support

If you like or found my work useful and want to show some appretiation, you can consider donating.

PayPal - The safer, easier way to pay online! Donate with PayPal
PayPal - The safer, easier way to pay online! Donate with Stripe

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