Welcome Guest Search | Active Topics | Log In | Register

Embeding my forum in my webpage Options · View
ddscart
#1 Posted : Saturday, November 01, 2008 3:22:29 AM
Rank: Member



Joined: 10/2/2008
Posts: 17
Location: Georgia
Hello

Talk of embeding related topics are on the forum here, but I can't find how to embed my forum in my webpage.

I am new to the website thing and know little about coding. My website is www.ddscart.org. I also own www.ddscart.com which forwards to .org.

I wanted to forward .org to .org/forum, but I have not been able to. I have decided to embed my forum in the web page at .org. That way as I learn more I can do other things. Working inside the forum is a hard for me with my present knowledge. However I can’t make the forum come up in my web page. I have been told to use the "embed tag", it don't work and I understand it is not a real tag?

So the question is; how do I embed the forum in this code? This code is not on my site right now, but will be when I can embed the forum. I used frames so the page would be sizable to the window size. I assume the forum would need to be in a frame as well.

The forum is at; http://www.ddscart.org/ddscartForum/default.aspx
the forum version is; 1.9.1


The code: ****************************



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Disabled Dachshund Society of Georgia</title>

<style type="text/css">

body

#frame1 {
width:100%;
margin-top:10px;
}

#rightcontent {
float: left;
width: 30%;
margin: 5px;
}

#middlecontent {
float: left;
width: 30%;
margin:5px;
}

#leftcontent {
float: left;
width: 30%;
margin: 5px;
}

#frame2 {
width:100%;
margin-top:10px;

#bottomcontent {
width: 100%;
}

</style>

</head>
<body>

<div id="frame1">

<div id="leftcontent">
<center><img src="file://C:\Documents and Settings\owner\Desktop\ddscart\yafavatar2.png"</center>
</div>

<div id="middlecontent">
<center><img src="file://C:\Documents and Settings\owner\Desktop\ddscart\title3121.png"</center">
</div>

<div id="rightcontent">
<center><img src="file://C:\Documents and Settings\owner\Desktop\ddscart\yafavatar2.png"</center>
</div>

<br>

<div id="frame2">

<div id="bottomcontent">

************************MY FORUM EMBEDED HERE **************************
</div>

</body>
</html>
www.ddscart.orgddscart@ddscart.org
Disabled Dachshund Society of Georgia


stewartlab
#2 Posted : Monday, November 03, 2008 3:17:19 AM
Rank: Advanced Member



Joined: 10/24/2008
Posts: 30
Location: Columbia, MO
what exactly are you trying to accomplish with this. Is this going to be loaded on a completly different domain, otherwise i think you are getting confused with the embed tag.

If this is just going on your site itself that the forum is hosted on then you need to use it on a aspx file, look at your default.aspx file and you can see the server side code that needs to run to execute the forum.

If you are just trying to make the forum pop up when people go to the www.ddscart.org instead of a click redirect like your site is right now then all you have to do is move some files in folders around to your root directory. Just dont put it into a iframe otherwise you will not get Searched by Google or any other Search provider.

Just explain your situation a little better like what you are trying to accomplish. So i can try give you a little bit more detailed help.

ddscart
#3 Posted : Monday, November 03, 2008 3:32:15 AM
Rank: Member



Joined: 10/2/2008
Posts: 17
Location: Georgia
stewartlab wrote:

If you are just trying to make the forum pop up when people go to the www.ddscart.org instead of a click redirect like your site is right now then all you have to do is move some files in folders around to your root directory. Just dont put it into a iframe otherwise you will not get Searched by Google or any other Search provider.



This is what I'm trying to do! As I could not make that happen, I thought I would have to embed the forum in a web page, which I can't do either.

What file moving will I have to do?

Thanks
www.ddscart.orgddscart@ddscart.org
Disabled Dachshund Society of Georgia


DJGray
#4 Posted : Monday, November 03, 2008 3:50:04 AM

Rank: YAF Commander



Joined: 11/20/2007
Posts: 84
Cart,

I'm not clear what it is you're trying to do either. I looked at your site, and it looks fine. What are you trying to do that isn't happening right now?
stewartlab
#5 Posted : Monday, November 03, 2008 3:59:23 AM
Rank: Advanced Member



Joined: 10/24/2008
Posts: 30
Location: Columbia, MO
ddscart wrote:
stewartlab wrote:

If you are just trying to make the forum pop up when people go to the www.ddscart.org instead of a click redirect like your site is right now then all you have to do is move some files in folders around to your root directory. Just dont put it into a iframe otherwise you will not get Searched by Google or any other Search provider.



This is what I'm trying to do! As I could not make that happen, I thought I would have to embed the forum in a web page, which I can't do either.

What file moving will I have to do?

Thanks


Ok if you want to get this working right now you can use this script as your main html file in your root directory. This will redirect everyone automatically
Code:
<html>
<head>
<title>Disabled Dachshund Society of Georgia</title>
<meta http-equiv="refresh" content="0; URL=http://www.ddscart.org/ddscartForum/default.aspx">
<meta name="keywords" content="automatic redirection">
</head>
<body>
</body>
</html>

Then just edit the default.aspx to your own design by adding frames or tables or divs whatever you want. I just know this forum is very hard to code css too since it uses several CSS files put together to make up the forum itslef. and is not XHTML compliant.

Otherwise i believe you can move the entire forum folder itself into the root directory but you might have to change some config files to get the DB interaction to work correctly. I am using 1.9.3 so i know the config files are not the same so i cannot give you a step by step.
ddscart
#6 Posted : Tuesday, November 04, 2008 1:12:12 AM
Rank: Member



Joined: 10/2/2008
Posts: 17
Location: Georgia
The code “stewatlab” gave above did the job. Now when someone goes to www.ddscart.org, they get my forum and not a “click here” note. The same works if you go to www.ddscart.com!

I went to seven forums that do HTML and got disrespect, porn and the idea that I had to embed the forum in my website code.

Thank you “stewatlab”!
www.ddscart.orgddscart@ddscart.org
Disabled Dachshund Society of Georgia


Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.126 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET