# Example using Joomla Console (Joomla 4+)
php cli/extension.php install --type=component /path/to/nansy-gallery.zip
php cli/extension.php enable com_nansygallery
Adjust the command according to your CLI tool.
Right-click the teenfuns_nansy_gallery.zip file and select Extract Here (using 7-Zip). You should see a new folder named something like NansyGallery or Teenfuns_Nansy.
Cause: You installed a Nansy Gallery designed for game version 1.5, but you have version 2.0. Fix: Downgrade your game or find an updated gallery pack. Check Teenfuns’ official channel for patches. teenfuns nansy gallery install
Once the component is active, you’ll need to set up the gallery so it fits a TeenFuns‑oriented site (bright colors, age‑appropriate content controls, responsive layout).
| Step | Action | Details |
|------|--------|---------|
| 4.1 | Create a Gallery Page | In WordPress, go to Pages → Add New, title it “Fun Gallery”, then click the Nansy Gallery block/widget (if provided) or short‑code [nansy_gallery id="1"]. |
| 4.2 | Set Upload Limits | In Nansy Gallery → Settings, define max file size (e.g., 5 MB) and allowed types (jpg, png, gif). |
| 4.3 | Enable Age‑Gate (Optional) | If the gallery contains user‑generated content, turn on the “Require age confirmation” toggle. You can also integrate with a third‑party age‑verification service via an API key. |
| 4.4 | Choose a Layout | The plugin offers several templates (grid, masonry, carousel). For a teen‑friendly look, Masonry with hover‑over captions works well. |
| 4.5 | Configure Watermark | Prevent unauthorized reuse by adding a semi‑transparent watermark (e.g., your site logo). |
| 4.6 | Set SEO Options | Enable “Add alt‑text automatically” and “Open Graph tags” so images appear nicely when shared on social media. |
| 4.7 | Test Responsiveness | View the page on desktop, tablet, and mobile. Adjust the number of columns under Settings → Layout until it looks balanced. |
| 4.8 | Enable Lightbox | Turn on the built‑in lightbox effect so visitors can view images full‑screen without leaving the page. | # Example using Joomla Console (Joomla 4+)
php cli/extension
Tip: Most plugins include a Demo Import button that pre‑populates a sample gallery. Use it to see all options in action, then delete the demo images.
Cause: Missing image files or incompatible format (e.g., .webp instead of .png).
Fix: Re-extract the archive. Check if the images are in game/images/nansy/. Convert any .webp to .png using an image converter. Adjust the command according to your CLI tool
# From the site root
wp plugin install https://example.com/downloads/nansy-gallery.zip --activate
If you already have the zip locally:
wp plugin install /path/to/nansy-gallery.zip --activate