🚀
PlanetStyles Theme Documentation
  • 👋Intrdouction
  • 🏃Getting started
    • How to install our phpBB themes
    • How to install phpBB extensions
    • How to update theme to new version
    • How to update extension to new version
    • How to edit code files
    • How to purge cache
    • How to set new theme as default
    • How to add your own code to our themes
  • 🛠️Troubleshooting
    • Theme not showing in "install styles" list
    • Extension not showing in "manage extensions"
    • Unable to find template "ajax.js"
    • HTTP error 500
    • No colours are showing up
    • Advance BBCode box on Milk theme
    • "missing style.css stylesheet"
  • ✨Feature Guides
    • 🥛Milk theme
      • Milk: Favicon
      • Milk: Logo
      • Milk: Header background
      • Milk: Navbar position
      • Milk: Font options
      • Milk: Layout width
      • Milk: Light / dark options
      • Milk: Accent colour options
      • Milk: Forum list options
      • Milk: Content block headers
      • Milk: Sidebar options
      • Milk: Social footer options
      • Milk: Post profile side
      • Milk: Collapsible panels
      • Milk: Scroll to top
      • Milk: Rounded corner options
      • Milk: Forum icon options
      • Milk: Global <head> code
Powered by GitBook
On this page
  • Uploading the extension files
  • Enabling the extension

Was this helpful?

  1. Getting started

How to install phpBB extensions

Last updated 1 year ago

Was this helpful?

All of our themes come with at least one extension, which is used to configure colours and features.


Uploading the extension files

Here we use our Milk theme's flightdeck extension as an example

  1. Download the theme files

  2. Extract to your desktop

  3. Open the folder corresponding to the phpBB version you're using

  4. Open folder 2. Extension Files

  5. Using a file manager, upload ext/planetstyles.zip to yourforum.com/ext/

  6. Extract it in that location. Your file tree should look like this:

    Note: Your forum's "ext" folder should contain a "planetstyles" folder, which contains a "flightdeck" folder. The full file path you should be able to see is:

    yourforum.com/ext/planetstyles/flightdeck/

  7. Delete "planetstyles.zip" from your file system


Enabling the extension

  1. Navigate to ACP (Admin Control Panel) → "Customise" (tab)

  2. In the left sidebar, click "Manage extensions"

  3. In the table, below "Disabled extensions", locate: PlanetStyles Flight Deck

  4. Click "Enable"

  5. Confirm

The control panel can now be accessed in ACP → "Extensions" (tab)

🏃