This extension adds the Fancybox jQuery plugin to phpBB 3.1. The extension will work with the existing thumbnail and image display capabilities of phpBB. It will turn on a fancybox for displaying the large image of thumbnails. It defaults as a gallery showing all the attached images on the page.
- phpBB 3.1.0 or higher
Note: This extension is in development. Installation is only recommended for testing purposes and is not supported on live boards.
- Download the latest release and unzip it.
- Unzip the downloaded files and copy it to the
ext
directory of your phpBB board. The directory structure should be phpBB3/ext/lotusjeff/fancybox - Navigate in the ACP to
Customise -> Manage extensions
. - Look for Fancybox under the Disabled Extensions list, and click
Enable
link.
cd phpBB3 (base forum install)
git clone https://github.com/LotusJeff/fancybox.git ext/lotusjeff/fancybox/
- Go to ACP -> tab Customise -> Manage extensions -> enable Fancybox
- Goto ACP -> Extensions -> Fancybox
- Go to ACP -> tab Customise -> Manage extensions -> disable Fancybox
- Delete files in ext/lotusjeff/fancybox
- Download new files. Unzip and copy files to phpBB3/ext/lotusjeff/fancybox
- Go to ACP -> tab Customise -> Manage extensions -> enable Fancybox
- Go to ACP -> tab Customise -> Manage extensions -> disable Fancybox
cd phpBB3/ext/lotusjeff/fancybox
git pull
- Go to ACP -> tab Customise -> Manage extensions -> enable Fancybox
- Navigate in the ACP to
Customise -> Manage extensions
. - Click the
Disable
link for Fancybox. - To permanently uninstall, click
Delete Data
, then delete thefancybox
folder fromphpBB3/ext/lotusjeff/
.
- Check the file structure where you installed the code. It must be in:
<phpBB root folder>/ext/lotusjeff/fancybox
© 2015 - Jeff Cocking (LotusJeff)