Page 1 of 1
Is there a way to get rid of the left column on the forum...

Posted:
Thu Jun 01, 2006 1:13 pm
Author: livinlife
Hello,
I'm new to this forum as you can tell. I used to use FM but there were too many bugs, support was not the best, and my forum got hacked a couple of times within a weeks time. I found this platform through a post by a couple of angry ex FM users.
Anyways, I would like to ask if it is possible to keep the left column on the portal, but not when viewing certain areas of the forum? It looks fine at the index, but after you click a forum I would like for it to go away. If that's not possible, is there a way to make the entire body fit the screen so I don't have to move the bar over to the right everytime.
Thank you

Posted:
Thu Jun 01, 2006 1:20 pm
Author: Jason Sanborn
Yes. Go to the ACP -> IM Portal -> Portal Configuration
There you can change the Enable system-wide portal header from "Yes" to "No"
Re: Is there a way to get rid of the left column on the foru

Posted:
Thu Jun 01, 2006 2:03 pm
Author: livinlife
I looked into that before I posted. If you click "NO" it will remove the left block from the portal and the forum. I'm looking to only remove it after you click any forum from the index. At the portal and index level it is fine to see the left block, but not when you view a post, make a reply etc etc.
edit: actually doing some playing around, even if I disable the left block, the page doesn't fit the screen size. So I guess, I would need to ask about keeping the left block, but make the page fit my screen instead of having to use the scroll bar to see the right portion of the page.
Jason, when I checked your forum, everything fits the page unlike this support forum and the forum I've just setup. Could you share your knowledge on how you made this happen?

Posted:
Thu Jun 01, 2006 2:48 pm
Author: Jason Sanborn
There were a couple of different things I had to do to get it to work. Unfortunately, I don't remember every change I made. <img>
I'm at work now, but I will check tonight, comparing my site changes against the default installation to try to find most (if not all) of the changes necessary.

Posted:
Thu Jun 01, 2006 5:15 pm
Author: Jason Sanborn
OPEN: templatesfisubiceoverall_header.tpl
FIND:
- Code: Select all
<table><tr> <td><a><img></a></td><BEGIN><td><div>{BANNER_0_IMG}</div></td><END><td> </td></tr></table>
REPLACE]<table><tr> <td><a><img></a></td></tr></table>[/code]
Note: This will replace the Overall Banner from the Banner Mod. If you plan on using it, you might want to move the code somewhere else. I moved mine to the bottom of the same file.
ADD TO END OF FILE (OPTIONAL):
- Code: Select all
<BEGIN><div>{BANNER_0_IMG}</div><br><END>
OPEN]<BEGIN><tr><td><table><tr>{postrow.BUTTONS_PANEL}<td><span><a><img></a> {postrow.POST_RATING} {postrow.QUICK_QUOTE}</span></td></tr></table></td></tr><END>[/code]
REPLACE:
- Code: Select all
<BEGIN><tr><td><table><tr>{postrow.BUTTONS_PANEL}</tr></table></td><tr><td><table><tr><td><span><a><img></a> {postrow.POST_RATING} {postrow.QUICK_QUOTE}</span></td></tr></table></td></tr></tr><END>
FIND]<table><tr><td><br><br>{JUMPBOX}<br><BEGIN><table><tr><td><form><span>{L_TOPIC_INFO}: <input> <input></span></form></td></tr></table><END><br>{S_TOPIC_ADMIN}<br>{QUICK_REPLY_FORM}</td><td><table><tr><td> </td><td><a><img></a></td><td><a><img></a></td><BEGIN><td><a><img></a></td><END><td><a><img></a></td><td>{S_WATCH_TOPIC_IMG}</td><BEGIN><td><a><img></a></td><END><BEGIN><td><a><img></a></td><END><td><a><img></a></td><td><a><img></a></td><td><a><img></a></td><td><a><img></a></td></tr></table><br>[/code]
REPLACE:[code]<table><tr><td><table><tr><td> </td><td><a><img></a></td><td><a><img></a></td><BEGIN><td><a><img></a></td><END><td><a><img></a></td><td>{S_WATCH_TOPIC_IMG}</td><BEGIN><td><a><img></a></td><END><BEGIN><td><a><img></a></td><END><td><a><img></a></td><td><a><img></a></td><td><a><img></a></td><td><a><img></a></td></tr></table></td></tr></table> <table><tr><td>{JUMPBOX}</td></tr></table> <table><tr><td><BEGIN><table><tr><td><form><span>{L_TOPIC_INFO}]
That should help on 800x600 resolutions. There is one other fix you can use, to prevent a post from stretching a page:
http://forums.simplicitypoint.com/viewtopic.php?t=4
Re: Is there a way to get rid of the left column on the foru

Posted:
Thu Jun 01, 2006 6:10 pm
Author: livinlife
wow thanks alot <img>
I'll try these changes tomorrow when I get a chance to work on my board.
Re: Is there a way to get rid of the left column on the foru

Posted:
Fri Jun 02, 2006 3:06 pm
Author: livinlife
I did your code changes and it looks great! Thanks alot Jason <img>

Posted:
Fri Jun 02, 2006 3:12 pm
Author: Jason Sanborn
You're welcome. <img>

Posted:
Sat Jun 03, 2006 5:44 am
Author: Adrian Rea
Sorry I did not see this sooner but there is another way as documented in the archive. Poesque wrote
I do not know if there is a preferable method or not but it appears both wok well <img>
A

Posted:
Sat Jun 03, 2006 8:44 am
Author: Jason Sanborn
Actually, A, this is a slightly different issue. He was asking originally about the left column, but when clarified, his issue was horizontal scrolling on 800x600 (which I resolved on my Comic Book Review site). When he referenced my site, I knew what he was referring to. <img>
The changes I suggested changed the header, because the logo combined with the Banner Ad pushed the page beyond the 800 width. The View Topic page changes allowed the forum topics page to display along with the left menu without horizontal scrolling on 800x600 displays.

Posted:
Sat Jun 03, 2006 8:53 am
Author: Adrian Rea
thanks jason, good to know [flash=,:25ykrcwj]http://integramod.com/forum/images/icon/icon14.gif[/flash:25ykrcwj]
A
Re: Is there a way to get rid of the left column on the foru

Posted:
Sat Jun 03, 2006 8:31 pm
Author: Teelk
You could also alternatively turn off system wide headers and then use a layout that doesn't use the system wide headers(uses the "left" position instead of the "header" position). That would remove the left column from the forum index, but allow the left column on the portal page.
Re: Is there a way to get rid of the left column on the foru

Posted:
Fri Jul 28, 2006 8:23 am
Author: livinlife
Hey Jason I have another question, which is almost similar. A friend of mine just installed integramod and was looking to do the same thing I asked about. I copied my two edited files and gave them to him. The problem is, it looks fine when you are logged out, but when you log in the page is really wide (see screen shots below). The only difference I can tell is mine displays the clock in the upper left corner, and his doesn't (don't know how to make it show, he has it displayed active, right in the blocks management under IM portal). Can you help me with this? I tried to check the two links provided in this topic from Adrian, but the pages wouldn't load for me.
Logged out
[flash=,:3qqmqemh]http://www.showpicsonline.com/photos/uploads/f56e6f4120.jpg[/flash:3qqmqemh]
Logged in
[flash=,:3qqmqemh]http://www.showpicsonline.com/photos/uploads/366fb307d9.jpg[/flash:3qqmqemh]
Re: Is there a way to get rid of the left column on the foru

Posted:
Fri Jul 28, 2006 8:26 am
Author: livinlife
errr, my screenshots didn't turn out correct. Is there a thumb or attachment system i can use over here?
edit: nevermind about it not turning out correct, I just noticed you can use the scroll bar to see what I'm talking about.

Posted:
Fri Jul 28, 2006 5:26 pm
Author: a_lunatic
I would say his Avatar is breaking it to make it scoll as it looks ta bit too big
Re: Is there a way to get rid of the left column on the foru

Posted:
Fri Jul 28, 2006 7:08 pm
Author: livinlife
it's not the avatar, because it's like that at the portal and the index too.