🚀
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 theme files:
  • Enabling the theme:

Was this helpful?

  1. Getting started

How to install our phpBB themes

Last updated 1 year ago

Was this helpful?

There are 2 steps to complete in order to install our phpBB themes:

  1. Install the theme (front-end design)

  2. Install the control panel extension (configures colours and features)


Uploading the theme files:

Here we use our Milk theme 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 1. Theme Files

  5. Using a file manager, upload Milk_v2.zip to yourforum.com/styles/

  6. Extract it in that location. Your file tree should look like this: Note: Your "styles" folder should contain "Milk_v2", which contains "theme", "template" and "style.cfg"

  7. Delete the Milk_v2.zip file from your file system


Enabling the theme:

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

  2. In the left sidebar, click "Install Styles"

  3. Locate the theme

  4. Click "Install style"

  5. Confirm

🏃