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: General / Current Version (Old)
 Integrating an html page into Snitz Forum
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Martha2Mary
Junior Member

New Zealand
250 Posts

Posted - 25 March 2001 :  22:58:28  Show Profile  Visit Martha2Mary's Homepage  Send Martha2Mary an AOL message  Send Martha2Mary an ICQ Message  Send Martha2Mary a Yahoo! Message
Hi,

I have added an external Chat feature to my Forums by just linking to a chat.htm page on my inc_top.asp, but am wanting to find out how I can integrate it more so that that chat.htm page uses both config.asp and inc_top.asp, as well as displays the little folder tree on the top left in such a way that it appears as though the Chat is actually a feature of my Forum. I assume that in order to do this I would probably create a page called chat.asp, which includes both config.asp & inc_top.asp, and then the html code that is already on my chat.htm page, but have no idea how I would actually go about this. Without having to install a special mod, could someone please give me some instructions for achieving this? Many thanks!

Oh, the page that I want integrated is at http://w01.hyper.net.nz/forum/chat.htm

*If the world didn't suck, we'd all fall off! *

Edited by - Martha2Mary on 25 March 2001 22:59:55

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 March 2001 :  01:34:04  Show Profile
LoL, no Martha you wouldn't need a mod for this. And you're correct on how you would go about doing this. You would have to make a chat.asp file and include the html into the chat.asp file. It would look something like this:
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<table width="100%" border="0">
<tr>
<td>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><img src="icon_folder_open.gif" border="0"> <a href="default.asp">All Forums</a><br>
<img src="icon_bar.gif" border="0"><img src="icon_folder_open_topic.gif" border="0"> Chat</font>
</td>
</tr>
</table>

Your chat page code goes here

<!--#INCLUDE FILE="inc_footer.asp" -->
That should work. If you don't get it working, you can always send me your chat.htm page and I'll create it for you.
But I kinda figure you can do this on your own.

Go to Top of Page

Martha2Mary
Junior Member

New Zealand
250 Posts

Posted - 26 March 2001 :  03:16:18  Show Profile  Visit Martha2Mary's Homepage  Send Martha2Mary an AOL message  Send Martha2Mary an ICQ Message  Send Martha2Mary a Yahoo! Message
Ya know, I fully expected to end up having to send you my chat.htm page, but lo and behold, it worked, first time!

Thanks for the help (and the vote of confidence)! My chat.asp is now working fine

*If the world didn't suck, we'd all fall off! *
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 March 2001 :  06:44:46  Show Profile
Great! Glad you got it working.
You just seem to be that kind of lady who is willing to try to do it herself before letting anyone else do it for her.

And you're Welcome.

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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07