Recent Topics

1 Nov 20, 2007 11:06    

My b2evolution Version: Not Entered

Hello,

On the side bar it lists Archives (12 of them), then More.....

When I select More.... I get a page saying

Please, do not access this page directly

How do I fix this?

2 Nov 20, 2007 11:37

I don't know what version of b2 you have but do check that you have the fie .arcdir.php in the skin folder

3 Nov 20, 2007 11:45

Ver 1.9.2

That file [u]does[/u] exist in the SKINS folder.

In skins/custom/_archives.php I set $archive_limit = 30 , but that made no difference to display of 12 entries.

4 Nov 20, 2007 12:23

OK,

Thanks for pointing me at the arcdir member...now I have sussed it...just amended main.php archive section to....

<?php
// -------------------------- ARCHIVES INCLUDED HERE -----------------------------
// Call the Archives plugin:
$Plugins->call_by_code( 'evo_Arch', array( 'title'=>'',
'block_start'=>'',
'block_end'=>'',
'limit'=>'',
'more_link'=>'' ) );
// -------------------------------- END OF ARCHIVES ----------------------------------
?>


Form is loading...