View previous topic :: View next topic |
Author |
Message |
Plagues
Joined: 29 Jun 2004 Posts: 5 Location: NY
|
Posted: Tue Jun 29, 2004 8:01 pm Post subject: b2 not in frames |
|
|
Hey I recently reinstalled b2 after being on a long hiatus and I always had b2 in iframes. I made a new layout and I just want b2 on the index page without frames if you know what I mean but I dont know how to link it or whatever to get it to show up without frames. Could anyone help? Thanks. Oh and the website is www.mad-sky.org if u wanna check the html |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 441 Location: Oslo, Norway
|
|
Back to top |
|
 |
Plagues
Joined: 29 Jun 2004 Posts: 5 Location: NY
|
Posted: Wed Jun 30, 2004 2:19 am Post subject: |
|
|
Ok well I did everything and now the b2 stuff wont show up it says it cant find the index.php but thats because its in b2/index.php not just index.php so what do I do so it can find it in the directory here is my html for my main page:
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<html>
<head>
<META HTTP-EQUIV="Expires" CONTENT="-1"><META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
<title>madsky [dot] ORG </title>
</head>
<body>
<div style="position: absolute; top: 0px; left: 0px; width: 0;">
<img src="grunge4.png">
</div>
<div style="position: absolute; top: 300px; left: 438px; width: 150;">
<table width="100%" cellspacing="0" cellpadding="1">
<tr bgcolor="#75CBC4" align="left">
<td valign="top" align="left" style="border-top:#FFFFFF solid 1px; border-bottom:#FFFFFF solid 0px; border-left:#FFFFFF solid 0px; border-right:#FFFFFF solid 0px" style="filter: alpha(opacity=100)"><font class="title"><center>.: Bout Me :.</font></td></tr><tr align="left" bgcolor="#ffffff"><td style="border-top:#ffffff solid 0px; border-bottom: #ffffff solid 1px; border-left: #ffffff solid 0px; border-right: #ffffff solid 0px" style="filter: alpha(opacity=100)" background="#ffffff"><div align="justify">Blah Blah<a href="site">More?</a></td></tr></table>
<br>
</div>
</td></tr></table>
<br><br>
</div></div>
<div style="position: absolute; top: 510px; left: 13px; width: 415;">
<div align="justify"><META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="YOUR EMAIL" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<script language="javascript" type="text/javascript">
<!--
function b2open (macagna) {
window.open(macagna, '_blank', 'width=400,height=400,scrollbars=yes,status=yes');
}
//-->
</script>
</head>
<body>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("d.m.y","<h1>","</h1>"); ?>
<p>
<?php permalink_anchor(); ?>
<strong><?php the_title(); ?></strong> (category: <strong><?php the_category() ?></strong>)<br />
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
<br />
<em>posted by <strong><?php the_author() ?></strong> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a></em>
<br />
<a href="<?php comments_link() ?>"><?php comments_number("no comments", "1 comment", "% comments") ?></a>
</p>
<?php include ("b2comments.php"); ?>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
<!-- BlueRobot was here. -->
</body>
</html> </div></div>
<div style="position: absolute; top: 2px; right: 2px; width: 100;"><div align="right"><a target="_top" href="http://t.extreme-dm.com/?login=addnu">
<img src="http://t1.extreme-dm.com/i.gif" height=1
border=0 width=1 alt=""></a><script language="javascript1.2"><!--
EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//-->
</script><script language="javascript"><!--
EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
EXd.write("<img src=\"http://t0.extreme-dm.com",
"/c.g?tag=addnu&j=y&srw="+EXw+"&srb="+EXb+"&",
"l="+escape(EXd.referrer)+"\" height=1 width=1>");//-->
</script><noscript><img height=1 width=1 alt=""
src="http://t0.extreme-dm.com/c.g?tag=addnu&j=n"></noscript></div>
</div>
</body></html> |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 441 Location: Oslo, Norway
|
|
Back to top |
|
 |
Plagues
Joined: 29 Jun 2004 Posts: 5 Location: NY
|
Posted: Wed Jun 30, 2004 6:10 pm Post subject: |
|
|
Yeh I looked for about an hour and the posts are either "Oh yeh I fixed it" and they dont say how or no one ever answers back. This is really getting on my nerves.... |
|
Back to top |
|
 |
Plagues
Joined: 29 Jun 2004 Posts: 5 Location: NY
|
Posted: Fri Jul 02, 2004 5:00 pm Post subject: |
|
|
Wow you guys thanks for all the help |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 441 Location: Oslo, Norway
|
|
Back to top |
|
 |
|