How to hide my forum
+6
Latinosvet
FrozenX
Festina Lente
Lightning8510
Stephen-
TechGeek
10 posters
The forum of the forums :: Support forum :: Administration Panel, packages, credits and other paid features problems :: Problems Archives
Page 1 of 1
How to hide my forum
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.
Re: How to hide my forum
I think the only way to hide your forum is to use the forum construction ...
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
Re: How to hide my forum
to set the forum permissions
Administration Panel,
1 General
2 Forums
3 licenses
Administration Panel,
1 General
2 Forums
3 licenses
Re: How to hide my forum
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
Administration Panel>General>Configuration... and choose Forum in construction... or Forum in holiday... it is my opinion
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How to hide my forum
If it's punbb, in the overall_header (template) you can add, a this code:
This means, that they (users/guests) can't go anywhere else on the forums, besides the html pages that you've created.
- 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.
Re: How to hide my forum
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.
Re: How to hide my forum
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.
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.
Re: How to hide my forum
Administration Panel>General>Configuration... and choose Forum in construction.
Put this code:
Now you can enter in ACP with /admin..
Ex: http://yourforumname.forumotion.com/admin
I hope I help you
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
Guest- Guest
Re: How to hide my forum
Latinosvet wrote:Maybi AP.... General
..... Forums
.... licenses
There is no option for licenses on Forumotion.
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: How to hide my forum
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 ) edit & save.
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 ) edit & save.
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: How to hide my forum
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.. 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...
@ 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.. 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...
Re: How to hide my forum
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.
Set a HTML page as your homepage. And then make a widget which redirects to your homepage. Its an effective method.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: How to hide my forum
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..
Re: How to hide my forum
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.
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.
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: How to hide my forum
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.
Re: How to hide my forum
Solved?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: How to hide my forum
Since this thread appears to be solved, I will archive this thread.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» How to hide my and ID members in the forum?
» hide some forum for some group ?
» Forum Moderators [Hide?]
» Hide Forum Description
» Hide a new forum for a week or so -help needed!
» hide some forum for some group ?
» Forum Moderators [Hide?]
» Hide Forum Description
» Hide a new forum for a week or so -help needed!
The forum of the forums :: Support forum :: Administration Panel, packages, credits and other paid features problems :: Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum