We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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,
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: