🚀
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
  • Setting theme to default
  • Force users onto new theme

Was this helpful?

  1. Getting started

How to set new theme as default

After installing your theme, you might want to set it to default, and / or force users onto the new theme.

Setting theme to default

  1. Browse to: ACP (Admin Control Panel) → "General" (tab)

  2. In the left sidebar, click "Board settings"

  3. Scroll down to "Board style"

  4. Set "Default style" to your preferred theme

  5. Submit


Force users onto new theme

If you have multiple styles installed, your users will remain on their currently-selected theme, even after setting a new default.

To overcome this (if you want to), it is necessary to force users onto the new theme.

  1. Browse to: ACP (Admin Control Panel) → "General" (tab)

  2. In the left sidebar, click "Board settings"

  3. Scroll down to "Board style"

  4. Set "Override user style" to "Yes"

  5. Submit

If you only wanted to force your new users onto the new theme, but still want to let them switch to a different theme after, you can disable this option again afterwards.

Last updated 1 year ago

Was this helpful?

🏃