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
 Portal Mod? How good is it?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 13 January 2006 :  20:36:25  Show Profile
http://www.snitzbitz.com/mods/details.asp?Version=3.4&mid=163

I'm thinking of installing this mod. However, there are two things I want to sort out first.

How configurable is the portal? Can I add links in various places and post articles adn stuff on the portal directly?

And second, can I set the portal so that when users type in my website's URL, they're sent to the portal directly.

Example:

Typing in www.schoolofduel.com takes them to www.schoolofduel.com/bbs/" target="_blank">http://www.schoolofduel.com/bbs/

Can I set it so that typing in www.schoolofduel.com will take them to the portal instead?

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!

Nertz
Junior Member

Canada
341 Posts

Posted - 16 January 2006 :  10:20:05  Show Profile
This portal mod does not use the forums to publish your articles to your home page, it uses separate database tables. It allow you to create categories and place articles in those categories, and creates the nav menu from the posted articles. You can choose left and/or right nav menues and which categories on the left and right.

For your second question, you can set your default page to redirect to the portal.asp page.

cheers,
Nat

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

Helterskelter
Junior Member

United Kingdom
331 Posts

Posted - 16 January 2006 :  13:37:57  Show Profile  Visit Helterskelter's Homepage  Send Helterskelter an ICQ Message
This is a quick and simple redirect, just save this as index.htm and then some one go's to your website it then redirects then to your subfolder



<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
 
<body><meta http-equiv="refresh" content="0;URL="yoursite.com/forum/default.asp">
 
 
</body>
</html>


Just replace the red section to the url u want.

Helter


Edited by - Helterskelter on 16 January 2006 13:39:03
Go to Top of Page

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 16 January 2006 :  13:54:43  Show Profile
Ok, there are two things I'm trying to figure out with the mod. I added it and there are no problems but when I go to portal.asp, I get the following message:

Error
You must set a value for 'Homepage Content' in 'CMS Configuration'

Also, Helterskelter, you'll have to pardon my ignorance. But, do you mean to take that code you posted below and simply save it as a file called index.htm and upload it to my server?

Also, the part in red should, in this case, be the portal.asp part of my website since that's where I'm trying to redirect to, correct?

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 16 January 2006 :  14:33:15  Show Profile
Go back into CMS configuration and select one article as the default page for the portal.

cheers,
Nat

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 16 January 2006 :  14:57:08  Show Profile
Got it, thanks a lot.

Now, about my question about how to redirect visitors to the portal?

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Helterskelter
Junior Member

United Kingdom
331 Posts

Posted - 16 January 2006 :  16:15:03  Show Profile  Visit Helterskelter's Homepage  Send Helterskelter an ICQ Message
Ye make a file called index.htm and save that code to it and upload to the first level.
And yes change the red part to the file u want, so portal.asp or anything u like.

Give it a try it's dead easy rearly

Go to Top of Page

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 16 January 2006 :  17:36:08  Show Profile
Well, I tried it. I made a file called index.htm and I copied that code in and inserted the URL of the portal on my forum to it. But it doesn't do anything still. If I enter www.schoolofduel.com, it still takes me to the default.asp, not portal.asp.

Any ideas on how I can fix that?

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 16 January 2006 :  17:36:29  Show Profile
In one of my implementations, I have a default.asp in the root with this sole single line in it.....

<% Response.Redirect "/Forums/portal.asp" %>

demo here.... http://www.beavertonfallfair.ca

cheers,
Nat

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 16 January 2006 :  17:50:25  Show Profile
That's what I need, yes.

Can you please tell me where to specifically post this code in default.asp?

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 17 January 2006 :  07:43:59  Show Profile
quote:
Originally posted by CalloftheHauntedMaster

That's what I need, yes.

Can you please tell me where to specifically post this code in default.asp?


It is the only line in my default.asp, and you need to make sure default.asp is the default page to the website.

cheers,
Nat

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 17 January 2006 :  18:53:54  Show Profile
My goal is that when someone types in www.schoolofduel.com , it'll take them to: www.schoolofduel.com/bbs/portal.asp?" target="_blank">http://www.schoolofduel.com/bbs/portal.asp?

Instead, right now, it takes them to: www.schoolofduel.com/bbs/" target="_blank">http://www.schoolofduel.com/bbs/

My forum home, however, is set as: www.schoolofduel.com/bbs/default.asp" target="_blank">http://www.schoolofduel.com/bbs/default.asp

See what I mean?

Nertz, what do you mean you only have one line of code in default.asp?

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!

Edited by - CalloftheHauntedMaster on 17 January 2006 18:54:13
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 18 January 2006 :  08:14:40  Show Profile
quote:
Originally posted by CalloftheHauntedMaster

My goal is that when someone types in www.schoolofduel.com , it'll take them to: www.schoolofduel.com/bbs/portal.asp?" target="_blank">http://www.schoolofduel.com/bbs/portal.asp?

Instead, right now, it takes them to: www.schoolofduel.com/bbs/" target="_blank">http://www.schoolofduel.com/bbs/

My forum home, however, is set as: www.schoolofduel.com/bbs/default.asp" target="_blank">http://www.schoolofduel.com/bbs/default.asp

See what I mean?


You need to ask your host to set the website default page if you can't set it yourself. Right now it appears to be set to /bbs/default.asp, the forums default page. Ask your host to set the default page to default.asp or index.asp in the root of the site (ie: one level above the folder /bbs).

quote:
Originally posted by CalloftheHauntedMaster

Nertz, what do you mean you only have one line of code in default.asp?


Exactly what it says, the redirect is the only line in that file. it is not the same file as the forums default page, it is the website default in the root.

cheers,
Nat

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca

Edited by - Nertz on 18 January 2006 08:15:58
Go to Top of Page

CalloftheHauntedMaster
Junior Member

289 Posts

Posted - 21 January 2006 :  19:22:29  Show Profile
Ok, got it, thanks a lot.

This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07