How to hide my forum

TechGeek at 09h51
28
Oct
2011
I am using html pages for all my pages and do not want the forum to be visible but, yet still be able to sign into my control panel. I have been using the forum is in construction option with a customized message that the forum is no longer active. I would like a way to hide the forum without deleting it. Is there a way? Thanks in advance.
1 Raizen, on 28/10/2011 at 10h11
I think the only way to hide your forum is to use the forum construction ... Wink
2 Lightning8510, on 28/10/2011 at 11h58
to set the forum permissions

Administration Panel,
1 General
2 Forums
3 licenses
3 Johnny Doc, on 28/10/2011 at 20h46
To hide your forum you can do like this:
Administration Panel>General>Configuration... and choose Forum in construction... or Forum in holiday... it is my opinion
4 FrozenX, on 28/10/2011 at 20h52
If it's punbb, in the overall_header (template) you can add, a this code:

Code:
<meta http-equiv="REFRESH" content="0;url=http://www.repairbotsonline.com"></HEAD>


This means, that they (users/guests) can't go anywhere else on the forums, besides the html pages that you've created.
5 TechGeek, on 29/10/2011 at 07h40
FrozenX wrote:If it's punbb, in the overall_header (template) you can add, a this code:

Code:
<meta http-equiv="REFRESH" content="0;url=http://www.repairbotsonline.com"></HEAD>


This means, that they (users/guests) can't go anywhere else on the forums, besides the html pages that you've created.


Thanks for this. However, can you please tell me how to add that code to the header. I have browsed and seen no way to edit the template. Sorry I'm a noob at this.

Thanks to everyone for the suggestions. Much appreciated. Smile
6 FrozenX, on 29/10/2011 at 08h15
Go To:

http://www.repairbotsonline.com/admin

Click 'Advanced' Then click on Display, scroll down, and on the left hand side, there should be the category 'General' under Templates, click on 'General' Find, Overall_Header (roughly in the middle), and click , now add that code above, at the top of the page.
7 Guest, on 30/10/2011 at 09h31
Administration Panel>General>Configuration... and choose Forum in construction.
Put this code:
Code:
  <style type="text/css">
    #mentenanta {
        background-color: #ffffff;
        margin: 0px ;
        padding: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        font-family: verdana;
        font-size: 11px ;
        height: 100%;
        position: fixed;
        width: 100% ;
        z-index: 999;
    }
    </style>
    <div id="mentenanta">
You text here.
    </div>


Now you can enter in ACP with /admin..
Ex: http://yourforumname.forumotion.com/admin
I hope I help you Very Happy
8 Latinosvet, on 30/10/2011 at 18h34
Maybi AP.... General
..... Forums
.... licenses
9 MrMario, on 30/10/2011 at 19h05
Latinosvet wrote:Maybi AP.... General
..... Forums
.... licenses


There is no option for licenses on Forumotion.
10 Darren1, on 30/10/2011 at 21h41
Hi,

You could always edit the permissions of the forums so only admins, or specified people can see it.
Admin panel >> General > Categories & Forums > edit the permissions (hit the Perms ) edit & save. Smile
11 Rideem3, on 30/10/2011 at 22h53
Or, go to Admin Panel -> Modules -> Forum Widgets Management:
Create a new widget:
Title: Redirect
Use as table type: No
Title: Leave blank

Put this in the content:
Code:
<script type="text/javascript">window.location="LINK TO HTML PAGE  THAT SAYS IN CONSTRUCTION";</script>


Hit Save, then drag to wherever you want. Then, edit the permissions of the widget by clicking the button on the widget after you've placed on either left or right side, and check only members and guests.

Replace LINK TO HTML PAGE THAT SAYS IN CONSTRUCTION with the link of an error page, you could make an HTML page and put that link there.

Now, any Administrator or Moderator can browse the forum freely, but nay member or guest will be redirected to that HTML page.
12 TechGeek, on 01/11/2011 at 20h26
Thanks to everyone for all the suggestions. I truly appreciate it.

@ FrozenX I used your method and the forum does redirect to the html pages. However, I can no longer access my admin panel. The log in screen appears briefly but is then redirected to the forum.. Sad What to do now?

Update. I can access the admin panel if I hit the esc at the right moment. I hope there is a better way though...
13 LGforum, on 01/11/2011 at 20h37
Rideem3's method is the best, it is what i use.

Set a HTML page as your homepage. And then make a widget which redirects to your homepage. Its an effective method.
14 TechGeek, on 03/11/2011 at 19h45
Replace LINK TO HTML PAGE THAT SAYS IN CONSTRUCTION with the link of an error page, you could make an HTML page and put that link there.


I have created the widget and edited the permissions.
Can you explain how to do the above.. Thanks.

Edit. Now I cannot access the admin panel at all. It redirects to a blank page that says "You can return to the index" in the top left corner..
15 MrMario, on 04/11/2011 at 04h17
Hi,

That means you replace that content with the link to the HTML page. Yes it will also do this to you which can lead to you not logging in which is why you shouldn't do it.
16 TechGeek, on 04/11/2011 at 18h18
MrMario wrote:Hi,

That means you replace that content with the link to the HTML page. Yes it will also do this to you which can lead to you not logging in which is why you shouldn't do it.


Agreed. I will edit the permissions and leave it at that.
17 Sanket, on 04/11/2011 at 19h32
Solved?
18 TechGeek, on 10/11/2011 at 05h03
For now. Thanks to everyone for the suggestions. Smile
19 Sanket, on 10/11/2011 at 06h46
Since this thread appears to be solved, I will archive this thread.


Sanket Smile

Similar topics
Well i had already 3 copies of my theme . Is there a way to hide the www.exampleforum.com/css.forum
Can I prevent others to see my forum and read it? So that just members can see it?
how to hide some forum for some group ?
Replies 1 to 19 on 19 for "How to hide my forum"
See also
more_less
Informations

19 Replies For the topic :
"How to hide my forum"

This topic has been viewed 1038 times.

Last message :
28/10/2011 at 09h51 by "TechGeek"