Recent Topics

1 Dec 31, 2006 12:13    

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

2 Dec 31, 2006 12:26

Admin > App Settings > Plugins ... check that you've got the archives plugin installed ;)

¥

3 Dec 31, 2006 14:48

Hey,

In fact, I couldn't find any reference to 'archive' in the plugin list via the admin panel.

In my list are the following items :

evo_Calr
evo_Cats
b2evQTag
b2evALnk
b2WPAutP

Could you tell me what / and how I can install the required plugin ?

Cheers, Moonlight

4 Dec 31, 2006 14:51

If you look beneath the list you'll see a link that says "show available plugins", if you click it you should see the archives plugin in there.

¥

5 Dec 31, 2006 14:59

This is the list of available plugins I found :

Auto Links
Auto P
Basic Antispam
BB code
Bookmarklet
Calendar Skin Tag
Categories Skin Tag
Democracy Poll
DNSBL Antispam
GM code
LDAP authentication
Quick Tags
SideBar
Smilies
Test
Textile (beta)
Texturize
Transport optimizer
Wacko formatting
Wiki Links
YouTube plugin

6 Dec 31, 2006 15:16

Hi,

Thanks for the tip !

After looking further into my code, I detected that the _archives.plugin.php file wasn't fully uploaded. I have re-ftp'd the file and now the archives plugin appears in the list. After installing it, everything became fine !

Thanks and enjoy tonight ! Happy 2007 !

Cheers, Moonlight

7 Dec 31, 2006 18:12

Have a great New Year ;)

¥


Form is loading...