Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Feature Request) "Column to display on all pages:" Both as an option #673

Open
sgtevmckay opened this issue Apr 23, 2016 · 2 comments
Open

Comments

@sgtevmckay
Copy link

Glad you have a little time back at Portal3, and I want to thank you for your time volunteering at PhPBB.

Would appreciate an option added to "Column to display on all pages:" to activate both Left and Right Panels on all pages.

Thank you for your time and consideration

@hasanrisky
Copy link

  1. edit this file --> ext/board3/portal/event/listener.php

  2. goto this line -->
    /**
    * Display portal on all pages
    */
    protected function display_portal()
    {
    $this->board3_controller->handle(array(
    'left' => $this->config['board3_show_all_side'] == false,
    'right' => $this->config['board3_show_all_side'] == true,
    ));
    }

  3. change to : 'right' => $this->config['board3_show_all_side'] == false,

@helladamnleet
Copy link

  1. edit this file --> ext/board3/portal/event/listener.php
  2. goto this line -->
    /**
    • Display portal on all pages
      */
      protected function display_portal()
      {
      $this->board3_controller->handle(array(
      'left' => $this->config['board3_show_all_side'] == false,
      'right' => $this->config['board3_show_all_side'] == true,
      ));
      }
  3. change to : 'right' => $this->config['board3_show_all_side'] == false,

Doesn't work. Makes errors. Maybe just add the feature the person asked for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants