Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Change topics listed on opening (sign-in) screen
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pmoulton
Starting Member

4 Posts

Posted - 19 May 2013 :  10:47:55  Show Profile  Reply with Quote
I am trying to make this forum more accessible for client. They want to open the screen with all topics and only sign in when posting or replying to a post. I checked that box in the admin options but all they get is the name of the forum on the sign-in screen. How do I get all the topics displayed?

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 19 May 2013 :  13:23:24  Show Profile
Either create a shortcut for the client (e.g. "http://(yoursite)/forum/forum.asp?FORUM_ID=1") with the ID number matching the forum which they want to view, or create a default page like below which redirects to that path and set that page in IIS as the entry page to the forum. Make sure that the "FORUM_ID" portion of the URL is capitalized.

Sample entry page ("index.htm")


<html>
	<head>
	<title>Entry Page</title>
	<meta http-equiv="refresh" content="0; url=forum/forum.asp?FORUM_ID=1"> 
	</head>
	<body> 
	</body>
</html>
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 20 May 2013 :  11:39:31  Show Profile  Visit AnonJr's Homepage
Unless you have installed a MOD that changes the default behaviour, if you have "Require Registration" set to "Off", anyone can see the public topics/forums but will be required to sign in when posting/replying. It's the way this is set up now. Or did I misunderstand the question?
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 20 May 2013 :  12:01:05  Show Profile
I thought they wanted to jump straight into a topic listing within a particular forum (rather than a list of forums), regardless of required registration.
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 20 May 2013 :  16:17:56  Show Profile  Visit AnonJr's Homepage
I can see either interpretation of the question... I was hoping pmoulton would clarify.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07