View previous topic :: View next topic |
Author |
Message |
cmccomas
Joined: 17 Mar 2004 Posts: 2
|
Posted: Wed Mar 17, 2004 3:19 pm Post subject: Error in the link to the comments. |
|
|
The link to my comments are not working properly. It's giving me index.php?p=1&c=1#comments for the comments.
Here's my HTML/PHP:
Code: | <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<table width="395" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#cccccc" align="left"><font class="text_title"><?php the_title(); ?></font></td>
</tr>
<tr>
<td align="left"><font class="text_date">blogged by <b><?php the_author() ?></b> on <?php the_date() ?> - <?php the_time() ?></font>
<br><br><font class="text_blog"><?php the_content(); ?></font>
<br><br><?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?><?php include ("b2comments.php"); ?> - <a href="<?php permalink_link() ?>">trackback url</a>
</td>
</tr>
</table>
<?php } ?>
|
|
|
Back to top |
|
 |
cmccomas
Joined: 17 Mar 2004 Posts: 2
|
Posted: Wed Mar 17, 2004 4:33 pm Post subject: |
|
|
Actually, it works fine, but I want the comments to be in a pop-up box, but I can't figure that out.
Mucho thanks! |
|
Back to top |
|
 |
Graam
Joined: 20 Dec 2002 Posts: 133
|
Posted: Thu Mar 18, 2004 1:34 pm Post subject: |
|
|
Have you got the code in the <head> section of your template that you need? I couldn't tell you what the exact code is, since I havent used b2 for nearly a year now... _________________ tin-men
powered by  |
|
Back to top |
|
 |
|