two_axes
Joined: 13 Mar 2004 Posts: 1
|
Posted: Sat Mar 13, 2004 11:23 pm Post subject: commenting system doesn't work O.o |
|
|
hello, I just installed b2, but my comment system doesn't work... can you have a look @ my page and see if there's something wrong?
http://cgi.so-kawaii.net/indexbb.php
I'm also putting the code of my b2 page, hoping it will help:
Code: | <head>
<title>*.°So-Kawaii.net°.* version 1.0</title>
<link rel=stylesheet type="text/css" href="css2.css">
</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>
<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
|
hope you can help me! O.O[/url] |
|