tragic
Joined: 21 Feb 2004 Posts: 3 Location: San Antonio, Texas
|
Posted: Sat Feb 21, 2004 1:05 am Post subject: NOT GETTING EMAIL NOTIFICATIONS! |
|
|
The installation went fine, editing the template was perfect and the comments work...but after installing for the third time, I am still not getting emails letting me know someone commented! Its driving me crazy!!!! HELP!!! Maybe you can spot an error?. http://www.bloody-red.net/b2:
Quote: | <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->
<head>
<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" />
<link href="http://www.bloody-red.net/red.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>
<body>
<div align="right">
<FONT SIZE="2"><b>// BLOG</b></FONT>
</div>
<br>
<div id="content">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<font size="1"><b><?php the_date(); ?></b></font>
</div>
<div class="storyContent">
<br>
<?php the_content(); ?>
<div class="rightFlush">
<?php link_pages("<br />Pages: ","<br />","number") ?>
<br><b><?php the_author() ?></b> // <?php the_time() ?> // <?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>
<?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>
</div>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
</div>
<center><br><br><br><br>
[ powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a> ]
</center>
<!-- BlueRobot was here. -->
</body>
</html>
|
|
|