Hey,
b2evo : 1.8.6
Skin : Crystalglass
The Archives Directory (called by the following link remains empty since a few upgrades ago http://www.jan-jansen.be/index.php?disp=arcdir). I have spent already a number of hours to find out the reason, but unfortunately I couldn't find the exact reason.
Find below the important part of the _main.php file (from the /skins/crystalglass directory) :
<?php // START OF INCLUDES FOR LAST COMMENTS, STATS, ARCHIVE DIRECTORY, PROFILE, FLIGHT LOG
switch( $disp ) {
case 'comments':
// this includes the last comments if requested:
require( dirname(__FILE__).'/_lastcomments.php' );
break;
case 'arcdir':
// this includes the archive directory if requested
require( dirname(__FILE__).'/_arcdir.php');
break;
case 'profile':
// this includes the profile form if requested
require( dirname(__FILE__).'/_profile.php');
break;
case 'msgform':
// this includes the email form if requested
require( dirname(__FILE__).'/_msgform.php');
break;
case 'subs':
// this includes the subscription form if requested
require( dirname(__FILE__).'/_subscriptions.php');
break;
} ?>
</div>
<!-- === START OF SIDEBAR === -->
<?php if( $disp != 'single' ) { ?>
<div id="bSideBar">
<div class="bSideItem">
<p class="center"><strong><?php posts_nav_link( ' | ', '< '.T_('Previous'), T_('Next').' >' ); ?></strong></p>
<!--?php next_post(); // activate this if you want a link to the next post in single page mode ?-->
<!--?php previous_post(); // activate this if you want a link to the previous post in single page mode ?-->
<?php // --- START OF CALENDAR ---
// Call the Calendar plugin:
$Plugins->call_by_code( 'evo_Calr', array( // Params follow:
'block_start'=>'',
'block_end'=>'',
'title'=>'', // No title.
) );
// --- END OF CALENDAR --- ?>
<center><a href="<?php $Blog->disp( 'arcdirurl', 'raw' ) ?>" title="Visit the complete archives"><?php echo T_('Archives') ?></a></center>
<!--<br />
<ul>
<li><a href="<?php $Blog->disp( 'lastcommentsurl', 'raw' ) ?>"><strong><?php echo T_('Last comments') ?></strong></a></li>
</ul>-->
</div>
<br />
<?php // -------------------------- ARCHIVES INCLUDED HERE -----------------------------
// Call the Archives plugin:
$Plugins->call_by_code( 'evo_Arch', array( // Add parameters below:
) );
// -------------------------------- END OF ARCHIVES ---------------------------------- ?>
Anybody who could give me some tips / help ?
Cheers, Moonlight
Admin > App Settings > Plugins ... check that you've got the archives plugin installed ;)
¥