View previous topic :: View next topic |
Author |
Message |
invis
Joined: 06 Dec 2004 Posts: 2 Location: singapore
|
Posted: Mon Dec 06, 2004 3:13 pm Post subject: archive problems |
|
|
I posted a november entry and december entry on my site, but nothing appears on the archives. Here is my site: http://www.tuesday-morning.org/instinct/indexx.php and as you can see, nothing appears under the archives section.
Here is my code:
Code: | <div class="sidebartitle">Navigation</div><p>
<a href="http://www.tuesday-morning.org/instinct/girl/girl.php">The Girl</a><br>
<a href="http://www.tuesday-morning.org/instinct/visitors/visitors.php">Visitors</a><br>
<a href="http://www.tuesday-morning.org/instinct/reads/reads.php">Reads</a><br>
<a href="http://www.tuesday-morning.org/instinct/fun/fun.php">Fun</a><br>
<a href="http://www.tuesday-morning.org/instinct/site/site.php">Site</a><br>
<a href="http://www.tuesday-morning.org/instinct/leaving/leaving.php">Leaving?</a><br>
<a href="http://www.tuesday-morning.org/instinct/indexx.php">Clear/Journal</a>
<p>
<div class="sidebartitle">Archives</div><p>
<?php include("../instinct/b2/b2archives.php") ?>
<p></div> |
Please help. Thanks![/code] |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1278 Location: Oregon
|
Posted: Mon Dec 06, 2004 8:25 pm Post subject: |
|
|
In Options, try setting the archive mode to Monthly. _________________ Michael P.
 |
|
Back to top |
|
 |
invis
Joined: 06 Dec 2004 Posts: 2 Location: singapore
|
Posted: Tue Dec 07, 2004 1:10 am Post subject: |
|
|
it has already been set to monthly, but still the same thing happens. Also, there is an error when I include the full url of the archives:
Code: | <div class="sidebartitle">Navigation</div><p>
<a href="http://www.tuesday-morning.org/instinct/girl/girl.php">The Girl</a><br>
<a
href="http://www.tuesday-morning.org/instinct/visitors/visitors.php">Visitors</a><br>
<a href="http://www.tuesday-morning.org/instinct/reads/reads.php">Reads</a><br>
<a href="http://www.tuesday-morning.org/instinct/fun/fun.php">Fun</a><br>
<a href="http://www.tuesday-morning.org/instinct/site/site.php">Site</a><br>
<a
href="http://www.tuesday-morning.org/instinct/leaving/leaving.php">Leaving?</a><br>
<a href="http://www.tuesday-morning.org/instinct/indexx.php">Clear/Journal</a>
<p>
<div class="sidebartitle">Archives</div><p>
<?php include("http://tuesday-morning.org/instinct/b2/b2archives.php") ?>
<p> |
The error is
Fatal error: Call to undefined function: dbconnect() in /home/cindyfc/public_html/instinct/b2/b2archives.php on line 8
|
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1278 Location: Oregon
|
Posted: Tue Dec 07, 2004 3:59 am Post subject: |
|
|
You apparently deleted some essential lines of code. Refer to the original index file that comes with b2. _________________ Michael P.
 |
|
Back to top |
|
 |
|