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

Support for IntegraMOD 140

Moderator: Integra Moderator

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

PostAuthor: livinlife » Thu Jun 01, 2006 1:13 pm

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
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00

PostAuthor: Jason Sanborn » Thu Jun 01, 2006 1:20 pm

Yes. Go to the ACP -> IM Portal -> Portal Configuration
There you can change the Enable system-wide portal header from "Yes" to "No"
Last edited by Jason Sanborn on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 10:40 am
Cash on hand: 0.00
Location: Marina, CA

Re: Is there a way to get rid of the left column on the foru

PostAuthor: livinlife » Thu Jun 01, 2006 2:03 pm

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?
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00

PostAuthor: Jason Sanborn » Thu Jun 01, 2006 2:48 pm

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.
Last edited by Jason Sanborn on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 10:40 am
Cash on hand: 0.00
Location: Marina, CA

PostAuthor: Jason Sanborn » Thu Jun 01, 2006 5:15 pm

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
Last edited by Jason Sanborn on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 10:40 am
Cash on hand: 0.00
Location: Marina, CA

Re: Is there a way to get rid of the left column on the foru

PostAuthor: livinlife » Thu Jun 01, 2006 6:10 pm

wow thanks alot <img>

I'll try these changes tomorrow when I get a chance to work on my board.
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00

Re: Is there a way to get rid of the left column on the foru

PostAuthor: livinlife » Fri Jun 02, 2006 3:06 pm

I did your code changes and it looks great! Thanks alot Jason <img>
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00

PostAuthor: Jason Sanborn » Fri Jun 02, 2006 3:12 pm

You're welcome. <img>
Last edited by Jason Sanborn on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 10:40 am
Cash on hand: 0.00
Location: Marina, CA

PostAuthor: Adrian Rea » Sat Jun 03, 2006 5:44 am

Sorry I did not see this sooner but there is another way as documented in the archive. Poesque wrote
I knew the problem sounded familiar. I was faced with the same dilemma originally, but it just did not register fully when I read your post. You need to download the 3 Column Layout in order to do what you are asking.

You should find everything you need to know in these two threads:
http://Integramod2.com/home/viewtopic.php?t=4436
http://Integramod2.com/home/viewtopic.php?t=4595
I do not know if there is a preferable method or not but it appears both wok well <img>

A
Last edited by Adrian Rea on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Adrian Rea
Sr Integra Member
Sr Integra Member
 
Posts: 1263
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 12, 2006 12:59 am
Cash on hand: 0.00

PostAuthor: Jason Sanborn » Sat Jun 03, 2006 8:44 am

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.
Last edited by Jason Sanborn on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 10:40 am
Cash on hand: 0.00
Location: Marina, CA

PostAuthor: Adrian Rea » Sat Jun 03, 2006 8:53 am

thanks jason, good to know [flash=,:25ykrcwj]http://integramod.com/forum/images/icon/icon14.gif[/flash:25ykrcwj]


A
Last edited by Adrian Rea on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Adrian Rea
Sr Integra Member
Sr Integra Member
 
Posts: 1263
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 12, 2006 12:59 am
Cash on hand: 0.00

Re: Is there a way to get rid of the left column on the foru

PostAuthor: Teelk » Sat Jun 03, 2006 8:31 pm

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.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: Is there a way to get rid of the left column on the foru

PostAuthor: livinlife » Fri Jul 28, 2006 8:23 am

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]
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00

Re: Is there a way to get rid of the left column on the foru

PostAuthor: livinlife » Fri Jul 28, 2006 8:26 am

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.
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00

PostAuthor: a_lunatic » Fri Jul 28, 2006 5:26 pm

I would say his Avatar is breaking it to make it scoll as it looks ta bit too big
Last edited by a_lunatic on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
a_lunatic
Members
Members
 
Posts: 56
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 9:05 am
Cash on hand: 0.00

Re: Is there a way to get rid of the left column on the foru

PostAuthor: livinlife » Fri Jul 28, 2006 7:08 pm

it's not the avatar, because it's like that at the portal and the index too.
Last edited by livinlife on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

livinlife
Newbie
Newbie
 
Posts: 9
Likes: 0 post
Liked in: 0 post
Joined: Thu Jun 01, 2006 12:55 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]