🚀
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
  • Edit using file manager
  • Edit using FTP client

Was this helpful?

  1. Getting started

How to edit code files

In some cases if you ask us to fix a bug or make a tweak, we might provide you with instructions which require editing a code file.

Edit using file manager

  1. Log into your hosting control panel (Often called cPanel)

  2. Open the file manager

  3. Navigate to the file you want to edit

  4. Click "Code editor" or "Edit"

  5. Save

  6. Purge cache


Edit using FTP client

  1. Open your FTP client (such as FileZilla)

  2. Connect to your server

  3. Navigate to the file you want to edit

  4. Download it

  5. Edit the file on your computer, you can use a code editor such as Notepad++, VS Code, Atom etc...

  6. Save the file

  7. Re-upload using your FTP client

  8. Purge cache

Last updated 1 year ago

Was this helpful?

🏃