boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

b2 not in frames

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
Plagues



Joined: 29 Jun 2004
Posts: 5
Location: NY

PostPosted: Tue Jun 29, 2004 8:01 pm    Post subject: b2 not in frames Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
Sigg3



Joined: 03 Jul 2003
Posts: 441
Location: Oslo, Norway

PostPosted: Tue Jun 29, 2004 8:13 pm    Post subject: Reply with quote

Heh. You simply _DON'T_ link it.
Like, this is your blog: http://www.mad-sky.org/b2/index.php

Now, check out the top posts of TEMPLATE HELP if you need tips on what codes that are required.

The rest is simple html. Just that you give it a .php extension, of course:P
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Plagues



Joined: 29 Jun 2004
Posts: 5
Location: NY

PostPosted: Wed Jun 30, 2004 2:19 am    Post subject: Reply with quote

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 Smile -->
<?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
View user's profile Send private message Visit poster's website AIM Address
Sigg3



Joined: 03 Jul 2003
Posts: 441
Location: Oslo, Norway

PostPosted: Wed Jun 30, 2004 8:45 am    Post subject: Reply with quote

I know there are posts on people who've managed to place b2 in another folder, which is what you'll need. Look around:)
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Plagues



Joined: 29 Jun 2004
Posts: 5
Location: NY

PostPosted: Wed Jun 30, 2004 6:10 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
Plagues



Joined: 29 Jun 2004
Posts: 5
Location: NY

PostPosted: Fri Jul 02, 2004 5:00 pm    Post subject: Reply with quote

Wow you guys thanks for all the help
Back to top
View user's profile Send private message Visit poster's website AIM Address
Sigg3



Joined: 03 Jul 2003
Posts: 441
Location: Oslo, Norway

PostPosted: Mon Jul 05, 2004 3:32 pm    Post subject: Reply with quote

I know there is one.
If you don't find it, get in touch with someone who solved the problem.

I'm @ work and not supposed to be here at all:P
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group