Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Remove left field in portal?
Topic Started: Jul 2 2009, 09:00 PM (82 Views)
Dany M
Member
[ * ]
Is there a way where i can remove the left field in the portal so it is main body and everything else in the right?

http://s1.zetaboards.com/therevolution/index/
Offline Profile Quote Post Goto Top
 
TaylorShuck
Member
[ * ]
Dany_M :

I'm not exactly sure what you're trying to say, but try this :

Go to your Admin CP, and on the left bar in the "Board Customization" field, click on Preferences.

Next, click on the box that reads "Portal". Find the area that says Number of posts to show and bring the slider to 0. It should remove the left portal box, but you still won't be able to compensate for the open space with one of the other portal boxes.

If this isn't what you were looking for, please post back or PM me.
Offline Profile Quote Post Goto Top
 
Dany M
Member
[ * ]
TaylorShuck
Jul 2 2009, 09:56 PM
Next, click on the box that reads "Portal". Find the area that says Number of posts to show and bring the slider to 0. It should remove the left portal box, but you still won't be able to compensate for the open space with one of the other portal boxes.

If this isn't what you were looking for, please post back or PM me.
That is what I want it to do, compensate for the empty space so the middle and right section have some room
Offline Profile Quote Post Goto Top
 
TaylorShuck
Member
[ * ]
When creating a CSS for your board, you can manipulate the way you want the portal page to look to some extent via the following :

In your CSS (Edit Theme Appearance), you'd need to add the following code :

Quote:
 
#portal_l {
display:none;
}


Next, find your section that identifies as #portal_news. If you made your CSS correctly, it should look something like this (number values excluded)...

Quote:
 
#portal_news {
margin:0 120px 0 300px;
}


Edit the red numbers according to your theme, until it fits your desired width. Though, keep in mind that it will effectively not allow you to have anything else in your left portal box, since the space will be occupied by the middle one.
Edited by TaylorShuck, Jul 2 2009, 10:33 PM.
Offline Profile Quote Post Goto Top
 
Dany M
Member
[ * ]
Thanks, that helps!
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Support - ZB · Next Topic »
Add Reply