View previous topic :: View next topic |
Author |
Message |
sn00py
Joined: 30 Dec 2004 Posts: 1
|
Posted: Thu Dec 30, 2004 4:04 pm Post subject: comments pop up |
|
|
instead of having the comments on the same page as the blog, can i make a pop up window for the comments? ...how? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 826 Location: Oslo, Norway
|
Posted: Mon Jan 03, 2005 11:44 am Post subject: |
|
|
Add this in <head>
Code: | <?php comments_popup_script(400, 600) ?> |
(width, height)
and this were your commentslink goes:
Code: | <?php comments_popup_link("comments?", "a single comment", "% comments!") ?> |
+ remove the b2comments.php include in your b2-loop. _________________ Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|