 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
geekblue
Joined: 06 Apr 2004 Posts: 2
|
Posted: Tue Apr 06, 2004 5:40 pm Post subject: Content not showing |
|
|
http://www.empyral.org/crux/index.php?page=blog
see how everything's there, except for the actual entry? that's the problem.
my template is...
Code: | <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<html>
<head>
<title><?php echo $blogname ?></title>
<!-- Change charset if needed(?) But please do not remove this metatag -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="[email protected]" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="alternate" type="application/rdf+xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>
<body>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<p>
<table width="100%" border="0">
<tr>
<td bgcolor="#5B7015"><p align="right"><b>
<?php the_title(); ?> //
<?php comments_popup_link("(_0)", "(_1)", "(_%)") ?>
</p></td>
</tr>
<tr>
<td>
<?php the_content(); ?>
</td>
</tr>
<tr>
<td bgcolor="#5B7015"><?php the_date("F d, Y","",""); ?> @ <?php the_time() ?>
</td>
</tr>
</table>
</p>
<?php include ("b2comments.php"); ?>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
<?php
if ($debug=="1") {
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
}
?>
</body>
</html> |
Thanks in advance!  |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 301 Location: Oslo, Norway
|
Posted: Wed Apr 07, 2004 8:14 am Post subject: |
|
|
I saw your page, and it seemed to work to me (if that testing 123 stuff ain't the header, of course). _________________ Sigg3 dot net - because you're worth it! |
|
Back to top |
|
 |
geekblue
Joined: 06 Apr 2004 Posts: 2
|
Posted: Wed Apr 07, 2004 7:50 pm Post subject: |
|
|
yea, i fixed it. I had to put my table in a div. I dno why, but it works now  |
|
Back to top |
|
 |
|
|
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
|