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
Main page...
Topic Started: Jul 2 2009, 06:02 PM (142 Views)
Flame_Lord
Member Avatar
Member
[ * ]
I know how to set up the board link to go to the portal or a web page you set up.


But my problem is, when you set the board link to go to a web page you created, you would see the board's banner and where the skin selector is (I don't want this). I would like it to look something like this:

http://s1.zetaboards.com/fallingdusk



Thanks in advance. :)


Offline Profile Quote Post Goto Top
 
TaylorShuck
Member
[ * ]
Hey, Flame_Lord.

While editing your webpage at the "Website Maker" link, add the following to the page you want the effect on :
code
 
<style type='text/css'>
#top { display:none; }
#submenu { display:none; }
#logo { display:none; }
#foot { display:none; }
</style>

NOTE: #logo, is your banner. #submenu, is your submenu (FAQ, Members, Search, Portal). #foot, is the theme selector / time + date. #top, is the top menu (preferences, inbox, Admin CP, etc...).

The red text are the different sections of your board that you'd like to not appear on your webpage. If you want one of the sections that I listed above to show, then don't add that part to your webpage. Let's say, you wanted to keep the top menu... you'd remove "#top { display:none; }" from the code, so it'd look like this :

Quote:
 
<style type='text/css'>
#submenu { display:none; }
#logo { display:none; }
#foot { display:none; }
</style>


Edited by TaylorShuck, Jul 2 2009, 09:45 PM.
Offline Profile Quote Post Goto Top
 
Flame_Lord
Member Avatar
Member
[ * ]
Thanks.

Just a few more questions:

1. Is it against the ZB TOS if I remove the ads in the main page?

2. Is it possible to have a different image on the main page, depending on the theme?
Offline Profile Quote Post Goto Top
 
peteh
Member Avatar
Member
[ *  *  *  *  * ]
Flame_Lord
Jul 3 2009, 11:38 AM
Thanks.

Just a few more questions:

1. Is it against the ZB TOS if I remove the ads in the main page?

2. Is it possible to have a different image on the main page, depending on the theme?
From TOS

Quote:
 
12 Prohibited Behavior:

* You may not remove/hide/alter any advertising on ZetaBoards.
* You may not change/move the relative location of advertising on ZetaBoards.
* You must pick a secure password and take reasonable measures to protect your account.
* Your board can not contain harmful or disruptive html/javascript.
* You may not send spam messages promoting your board.
* Test boards must be set so they are not displayed in the directory.
* Excessive hotlinking by sites not located on an ZetaBoards server of images hosted by ZetaBoards is prohibited.
* Your board may not hotlink images from other websites without proper permission.
* Attempting a chargeback or disputing a payment for which your board has received and/or used the service may result board closure.

.
Offline Profile Quote Post Goto Top
 
Flame_Lord
Member Avatar
Member
[ * ]
Ok, thanks peteh.
Offline Profile Quote Post Goto Top
 
peteh
Member Avatar
Member
[ *  *  *  *  * ]
The only way to remove them is by purchasing ad removal - You can also reduce them to one on the page with Premium
Offline Profile Quote Post Goto Top
 
Flame_Lord
Member Avatar
Member
[ * ]
Ok...



How about my second question?
Offline Profile Quote Post Goto Top
 
lightsup55
Member Avatar
Member
[ *  *  *  *  *  *  * ]
Flame_Lord
Jul 3 2009, 11:38 AM
2. Is it possible to have a different image on the main page, depending on the theme?
If you are asking about pages you create in the Admin CP under "Website Manager", then I believe that there is no way to do that.


If you are talking about the logo, then yes.

Edit it under:

Admin CP -> Board Themes (using top navigation)
OR
Admin CP -> Themes (left category/box) -> Themes

Then click "Edit Theme Settings" for the theme's logo you wish to set.
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