🚀
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
  • Forum list options
  • Changing the forumlist display
  • Assigning images to grid tiles
  • Using a full-size grid tile background
  • Responsive layout information

Was this helpful?

  1. Feature Guides
  2. Milk theme

Milk: Forum list options

Last updated 1 year ago

Was this helpful?

There are 3 forum list display options in Milk.

Forum list options

Option name
Output

List Traditional forumlist

List (Simplified) List with 'topics' column removed and double-width 'posts' column

Grid Forum tiles with an assigned icon or background image

Changing the forumlist display

  1. Open the FlightDeck extension (control panel)

  2. Find "Forumlist Display"

  3. Set as required

  4. Submit


Assigning images to grid tiles

You can assign an icon or image background to a grid tile by using phpBB's native "forum image" feature.

  1. Using a file manager, upload the image(s) you want to use to the following location: yourforum.com/images/grid/ (You will probably need to create the new folder called "grid")

  2. Navigate to: ACP (Admin Control Panel) → "Forums" (tab)

  3. In the left sidebar, click "Manage forums"

  4. Next to the forum you want to add the image to, click the green "Settings" icon

  5. In the "Forum image" field, type the full path to the image you want to use.

The path is relative to your phpBB installation, so you don't need to include the domain name in the image path. For example: If your image is located in

yourforum.com/images/grid/forum_1_background.jpg , you only need to enter: images/grid/forum_1_background.jpg


Using a full-size grid tile background

There are 2 display options for grid forum images:

Option name
Value
Output

Fill grid tiles with background image?

Yes

No

This option can be enabled in the FlightDeck extension, directly below the "Forumlist display" option.


Responsive layout information

  • When the list or list (simplified) option is selected, a dedicated responsive view will load for users browsing on small devices. This doesn't affect the grid template, as this automatically scales

  • When the list or list (simplified) option is selected, the 'topics' column will be hidden on narrow tablets such as iPads in portrait orientation

✨
🥛