Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidiq/reimg
phpBB extension for resizing posted images on the client side using JavaScript and a selection of lightbox-style libraries.
https://github.com/davidiq/reimg
bbcode img phpbb
Last synced: about 6 hours ago
JSON representation
phpBB extension for resizing posted images on the client side using JavaScript and a selection of lightbox-style libraries.
- Host: GitHub
- URL: https://github.com/davidiq/reimg
- Owner: DavidIQ
- License: gpl-2.0
- Created: 2010-04-13T00:21:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T22:19:27.000Z (over 4 years ago)
- Last Synced: 2023-03-10T22:57:01.539Z (over 1 year ago)
- Topics: bbcode, img, phpbb
- Language: CSS
- Homepage: https://www.davidiq.com
- Size: 385 KB
- Stars: 12
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
[![ReIMG](https://www.davidiq.com/support/download/file.php?id=149)](https://www.davidiq.com/support/viewtopic.php?f=19&t=571)
# ReIMG Image Resizer Extension
Starting with version 3.0 this is an extension for phpBB 3.1 that resizes inline posted images as well as attached images based in principle entirely on the MOD, which was versions 1 and 2.
## Installation
1. [Download the latest release](https://github.com/DavidIQ/ReIMG/releases).
2. Unzip the downloaded release, and change the name of the folder to `reimg`.
3. In the `ext` directory of your phpBB board, create a new directory named `davidiq` (if it does not already exist).
4. Copy the `reimg` directory to `phpBB/ext/davidiq/`
5. Navigate in the ACP to `Customise -> Manage extensions`.
6. Look for `ReIMG Image Resizer` under the Disabled Extensions list, and click its `Enable` link.
7. Set up and configure options available.## Uninstall
1. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
2. Look for `ReIMG Image Resizer` under the Enabled Extensions list, and click its `Disable` link.
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/davidiq/reimg` directory.## Support
* Report any bugs to the [Issue Tracker](https://github.com/DavidIQ/ReIMG/issues).
* Support requests should be posted and discussed in the [ReIMG Image Resizer support area at phpBB.com](https://www.phpbb.com/customise/db/extension/reimg/support) or on my [Support forum](https://www.davidiq.com/support).## License
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)