View previous topic :: View next topic |
Author |
Message |
sito_2002ar
Joined: 01 Jan 2004 Posts: 6
|
Posted: Thu Jan 01, 2004 5:02 am Post subject: HOW TO... |
|
|
Hi!, I am very new in b2, just a few hours , and I already learn how to post, but, I want to introduce my tags in my website, like this http://blogged.the-protagonist.net/ , I mean I want to insert the tags of my ../b2/index.php, in my website. Thanx!.
P.D.: Sorry about the gramatical mistakes, but english is not my mothertonge  |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Jan 01, 2004 5:57 am Post subject: |
|
|
I'm not really sure which tags you are referring to. All b2 tags are located in the readme.html file.
If you're looking for something new, you can check out the HACKs forum of this message board. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
sito_2002ar
Joined: 01 Jan 2004 Posts: 6
|
Posted: Thu Jan 01, 2004 5:15 pm Post subject: |
|
|
Sorry, I didn't explane clearly, (it was 5 am ),I want to view what I write in the b2 index.html , in MY index page...
I mean, I what to read my comments in MY page and not to read them from the b2 index... |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Jan 01, 2004 5:23 pm Post subject: |
|
|
Okay, what is your source code? _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
sito_2002ar
Joined: 01 Jan 2004 Posts: 6
|
Posted: Thu Jan 01, 2004 6:30 pm Post subject: |
|
|
I AM VERY NEW IN THIS, but, do you mean this?
<div>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_title("<h3>","</h3>"); ?>
<span class="date"><?php the_date("M d, Y",""," ") ?><?php the_time("h:ia") ?></span>
<p><?php the_content() ?> )</p>
<div><br>
Permalink {<?php trackback_url() ?>} :: <?php comments_popup_link("Comment?","1 comentario","% comentarios","class.css") ?></div><br>
<?php include("b2/b2comments.php") ?><br>
<?php include("b2/b2trackback.php") ?><br>
<?php include("b2/b2pingbacks.php") ?><br>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
<?php
if ($debug=="1") {
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds</p>";
}
?>
</div>
If, you mean from my website, I will use a frame |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Jan 01, 2004 6:33 pm Post subject: |
|
|
Are you wanting your comments NOT to be in a popup? You want your comments and your entries to be viewed on the same page?
Yes, that is what I meant by 'source code'.  _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
sito_2002ar
Joined: 01 Jan 2004 Posts: 6
|
Posted: Thu Jan 01, 2004 6:38 pm Post subject: |
|
|
READY!!!, THANX :D , sorry about all this, but I and the php can work together :wink: , well, thanx! bye! |
|
Back to top |
|
 |
|