How much time and effort would it be to code the forum itself with both columns showing.
As of now you have an option to pick either the right, or left to show. I'd love to show both.
Coding-Columns
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Valued Contributor
- Posts: 66
- Joined: 10. December 2015 03:03
-
Topic author - Valued Contributor
- Posts: 66
- Joined: 10. December 2015 03:03
Re: Coding-Columns
If someone wants to tell me how to do It, Ill do it myself.
Re: Coding-Columns
It is possible but not recommended.
Open:
Find:
Replace with:
The general settings in the acp must be set to "Column to display on all pages" on left.
There are no further instructions, also think of smaller resolutions.
Open:
/ext/board3/portal/event/listener.php
Find:
Code: Select all
'right' => $this->config['board3_show_all_side'] == true,
Code: Select all
'right' => $this->config['board3_show_all_side'] == false,
There are no further instructions, also think of smaller resolutions.
Gruß Udo
-
Topic author - Valued Contributor
- Posts: 66
- Joined: 10. December 2015 03:03
Re: Coding-Columns
Thanks.. Now, may I ask why its not recommended? As in what? Thanks..
-
- Valued Contributor
- Posts: 63
- Joined: 26. January 2017 13:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
- Contact:
Re: Coding-Columns
That's the reason why I don't use the side bars. I just use the center.
Looks better, and you can add whatever you want.
phpBB NL Extension translations, also on request.
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
-
Topic author - Valued Contributor
- Posts: 66
- Joined: 10. December 2015 03:03
Re: Coding-Columns
Gotcha thanks.
-
Topic author - Valued Contributor
- Posts: 66
- Joined: 10. December 2015 03:03