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 

New Posts not showing up. Help?

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



Joined: 09 Oct 2004
Posts: 8

PostPosted: Thu Oct 28, 2004 1:53 pm    Post subject: New Posts not showing up. Help? Reply with quote

Just yesterday I added a new post to my b2 but it's not showing up on the index page... and no new comments showed up on the last entry I posted. Help?
Back to top
View user's profile Send private message MSN Messenger
acid-dreams



Joined: 09 Oct 2004
Posts: 8

PostPosted: Mon Nov 01, 2004 9:23 pm    Post subject: re: Reply with quote

btw the site is www.acid-dreams.com
Back to top
View user's profile Send private message MSN Messenger
acid-dreams



Joined: 09 Oct 2004
Posts: 8

PostPosted: Mon Nov 01, 2004 9:23 pm    Post subject: re:re: Reply with quote

www.acid-dreams.com/b2


sorry again
Back to top
View user's profile Send private message MSN Messenger
Sigg3



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

PostPosted: Mon Nov 01, 2004 9:57 pm    Post subject: Reply with quote

Strange.. Really strange.

Can't see anything wrong....

Can you please post your /b2/index.php file?
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center | Get Firefox NOW!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
acid-dreams



Joined: 09 Oct 2004
Posts: 8

PostPosted: Wed Nov 03, 2004 1:46 pm    Post subject: Reply with quote

yeah no problem...

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<LINK REL=stylesheet HREF="../layout2b.css" TYPE="text/css">
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />

<style type="text/css" media="screen">
@import url( ../layout2b.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<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>


<div id="content">


<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>


<font size="1"><b><?php the_date("","",""); ?></b></font>
<?php permalink_anchor(); ?>
<br><br>
<div class="storyTitle"><b><?php the_title(); ?></b>
</div>
<p>
<div class="storyContent">
<?php the_content(); ?>
<br>
<div class="rightFlush">
<?php link_pages("<br />Pages: ","<br />","number") ?>
<br>
Posted by <span class="storyAuthor"><?php the_author() ?> @ <?php the_time() ?></span>
<br>
<a href="<?php permalink_link() ?>"></a><?php comments_popup_link("(0 died)", "(1 died)", "(% died)") ?>


<?php trackback_rdf() ?>

<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>

<!-- this includes the trackbacks -->
<?php include ("b2trackback.php"); ?>

<!-- this includes the pingbacks -->
<?php include ("b2pingbacks.php"); ?>

</div>




<!-- // this is just the end of the motor - don't touch that line either Smile -->
<?php } ?>




<center>
<p class="centerP">
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
</p>

<br />
<br />
<br />

</center>
</body>
</html>
Back to top
View user's profile Send private message MSN Messenger
Sigg3



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

PostPosted: Wed Nov 03, 2004 3:37 pm    Post subject: Reply with quote

Can't see any obvious problems that should cause this. But test this:

You should close the Link rel tag in your <head>:
<LINK REL="stylesheet" HREF="../layout2b.css" TYPE="text/css">

Have you modified the blog with the refresh fix?
http://www.sigg3.net/cafelog/files/b2_refresh_fix.txt

Your php the_date is wrong: "","","" ...?
replace with <?php the_date() ?> or <?php the_date("d.m.y") ?>
(See the readme)
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center | Get Firefox NOW!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
acid-dreams



Joined: 09 Oct 2004
Posts: 8

PostPosted: Wed Nov 03, 2004 9:50 pm    Post subject: Reply with quote

WOO! It worked! Thanks so much! Very Happy Very Happy
Back to top
View user's profile Send private message MSN Messenger
Sigg3



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

PostPosted: Thu Nov 04, 2004 9:46 am    Post subject: Reply with quote

Smile

No problem. Sometimes you just get this feeling of what might be wrong, but this time I didn't, so it was all luck.
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center | Get Firefox NOW!
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 -> 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