KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
lightbox
★ 14
Open GitHub ↗
Lightbox extension for phpBB
Download README (.md)
Explore Similar Repositories
html2pdf
:
PDF generation as a Service (PaaS) for posting HTML and getting back a PDF
view.coffee
:
Dead Simple, Vanilla-ish Client-Side Framework based on jQuery, inspired by GitHub's Space-Pen Library
RocketMQClient
:
对RocketMQ的封装,加了一层Queue(Memory | File)来尽可能减小Produce时对主服务的影响.
announce
:
Announce services on the network with Zeroconf/Bonjour with minimal overhead.
index-queue-extension
:
Magento extension that queues indexing operations with a queue manager backend.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lightbox
?
Download (.md)
# Lightbox extension for phpBB This extension adds the [Lightbox 3](https://lokeshdhakar.com/projects/lightbox3/) plugin to phpBB. It will resize posted images to a maximum set width and/or height and display them full-screen in a Lightbox overlay effect. [](https://github.com/iMattPro/lightbox/actions) [](https://codecov.io/gh/iMattPro/lightbox) [](https://www.phpbb.com/customise/db/extension/lightbox/) ## Minimum Requirements * phpBB 3.2.1 * PHP 5.4 ## Install 1. [Download the latest release](https://www.phpbb.com/customise/db/extension/lightbox/) and unzip it. 2. Unzip the downloaded release and copy it to the `ext` directory of your phpBB board. 3. Navigate in the ACP to `Customise -> Manage extensions`. 4. Look for `Lightbox` under the Disabled Extensions list and click its `Enable` link. ## Usage 1. Navigate in the ACP to `Post settings -> Lightbox image resizing`. 2. Set the `Maximum image width in pixel` to your desired resize width. 3. Click `Submit`. ## Uninstall 1. Navigate in the ACP to `Customise -> Manage extensions`. 2. Click the `Disable` link for Lightbox. 3. To permanently uninstall, click `Delete Data`, then delete the `lightbox` folder from `phpBB/ext/vse/`. ## License [GNU General Public License v2](https://opensource.org/licenses/GPL-2.0) © 2014 - Matt Friedman