Skip to content

AlfredoRamos/phpbb-ext-image-alt

Repository files navigation

About

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]

Markdown input (requires the Markdown phpBB extension)

![text](url)

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

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 appreciation, you can consider supporting its development by giving a donation.

Donate with PayPal Donate with Stripe
Donate with PayPal 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

Preview

Configuration

It doesn’t require any configuration.

Image Alternate Text preview

(Click to view in full size)

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