Coding-Columns

Current Version: 2.1.0
Released: 2015-10-26
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.
Locked

Topic author
HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Coding-Columns

Post by HoodieWeather »

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.

Topic author
HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Re: Coding-Columns

Post by HoodieWeather »

Image

If someone wants to tell me how to do It, Ill do it myself.
User avatar

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Coding-Columns

Post by Kirk »

It is possible but not recommended.
Open: /ext/board3/portal/event/listener.php
Find:

Code: Select all

'right'	=> $this->config['board3_show_all_side'] == true,
Replace with:

Code: Select all

'right'	=> $this->config['board3_show_all_side'] == false,
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.
Gruß Udo

Topic author
HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Re: Coding-Columns

Post by HoodieWeather »

Thanks.. Now, may I ask why its not recommended? As in what? Thanks..
User avatar

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Coding-Columns

Post by Kirk »

Decrease your browser window then you see it
Gruß Udo
User avatar

Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: Coding-Columns

Post by Solidjeuh »

Kirk wrote: 14. August 2017 05:52 Decrease your browser window then you see it
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.
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu

Topic author
HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Re: Coding-Columns

Post by HoodieWeather »

Gotcha thanks.

Topic author
HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Re: Coding-Columns

Post by HoodieWeather »

Kirk wrote: 14. August 2017 05:52 Decrease your browser window then you see it
Hey dude, I do see that now, in the forum it's strunk.. where would I be able to edit the dimensions to make it bigger?
If I could make the middle wider that would be good, and maybe the columns themsevles as well
Locked

Return to “Board3 Portal 2.1.x - English Support”