Open sgtevmckay opened 8 years ago
edit this file --> ext/board3/portal/event/listener.php
goto this line --> /**
change to : 'right' => $this->config['board3_show_all_side'] == false,
- edit this file --> ext/board3/portal/event/listener.php
- 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, )); }
- change to : 'right' => $this->config['board3_show_all_side'] == false,
Doesn't work. Makes errors. Maybe just add the feature the person asked for.
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