Page 1 of 1

Coding-Columns

Posted: 6. August 2017 04:45
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.

Re: Coding-Columns

Posted: 10. August 2017 22:51
by HoodieWeather
Image

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

Re: Coding-Columns

Posted: 13. August 2017 18:02
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.

Re: Coding-Columns

Posted: 13. August 2017 23:07
by HoodieWeather
Thanks.. Now, may I ask why its not recommended? As in what? Thanks..

Re: Coding-Columns

Posted: 14. August 2017 05:52
by Kirk
Decrease your browser window then you see it

Re: Coding-Columns

Posted: 14. August 2017 17:27
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.

Re: Coding-Columns

Posted: 15. August 2017 19:09
by HoodieWeather
Gotcha thanks.

Re: Coding-Columns

Posted: 15. August 2017 19:14
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