View previous topic :: View next topic |
Author |
Message |
comicaltragedy;
Joined: 29 Dec 2004 Posts: 1
|
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 889 Location: Oslo, Norway
|
|
Back to top |
|
 |
angelbloom
Joined: 20 Jan 2005 Posts: 3
|
Posted: Thu Jan 20, 2005 3:00 am Post subject: |
|
|
okay, i've found the place to put it, in my template, but i can't do that for some reason, i keep getting unexpected T_string problems. i did exactly what was said before, but i couldn't get it. i know this is what it looks like:
b2/comments_popup_link
but when i put it in PHP, it won't work. how EXACTLY to i script it? i tried this:
("a href="b2/comments_popup_link">")
but then it didn't work. HELP!  |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 889 Location: Oslo, Norway
|
Posted: Thu Jan 20, 2005 12:37 pm Post subject: |
|
|
In head:
Code: | <?php comments_popup_script("400", "600", "b2/b2commentspopup.php"); ?> |
(First is width, 2nd is height)
In your b2-loop where you want the comments' link to be:
Code: | <?php comments_popup_link("comments?", "a single comment", "% comments!") ?> |
All from dah readme. Should work. _________________ Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|