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 

Content not showing

 
Post new topic   Reply to topic    boardom Forum Index -> Template help
View previous topic :: View next topic  
Author Message
geekblue



Joined: 06 Apr 2004
Posts: 2

PostPosted: Tue Apr 06, 2004 5:40 pm    Post subject: Content not showing Reply with quote

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! Smile
Back to top
View user's profile Send private message
Sigg3



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

PostPosted: Wed Apr 07, 2004 8:14 am    Post subject: Reply with quote

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



Joined: 06 Apr 2004
Posts: 2

PostPosted: Wed Apr 07, 2004 7:50 pm    Post subject: Reply with quote

yea, i fixed it. I had to put my table in a div. I dno why, but it works now Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Template help 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