Recent Topics

1 Apr 08, 2007 14:00    

My b2evolution Version: 1.9.x

Evo 1.9.3, custom skin based on nautica 2l.
http://combatwombat.7doves.com

My Archives are expanded in the menu, as I wish, but the link to More... brings up an empty Archives directory.

Huh? Any idea what I might be doing wrong?

code rom main.php below:
<?php
/* ------------------------- CALL THE ARCHIVES PLUGIN --------------------------
* customize your archives by adding parameters to the plugin's array. see
* http://doc.b2evolution.net/v-1-9/plugins/archives_plugin.html#methodSkinTag
* or plugins/_archives.plugin.php for details
*/
$Plugins->call_by_code( 'evo_Arch', array( // Add parameters below:
'title' => '<h3>'.T_('Barracks').'</h3>', 'mode' => T_('postbypost'),
) );
// ---------------------------- END OF ARCHIVES ----------------------------- ?>

2 Apr 09, 2007 12:26

Your source code shows this :-

<div class="bPosts">
<div class="action_messages"></div>
<h2>Archive Directory</h2>
</div></div></div>
<p class="center"><strong>
</strong></p>
<ul><li><a href="http://combatwombat.7doves.com/index.php/2007/04/">April 2007</a> <span class="dimmed">(7)</span></li>
<li><a href="http://combatwombat.7doves.com/index.php/2007/03/">March 2007</a> <span class="dimmed">(15)</span></li>
</ul>
</div>
</div>
</div>

If you work your way through these [url=http://validator.w3.org/check?uri=http://combatwombat.7doves.com/index.php?disp=arcdir]validation errors[/url] for that page then they'll probably appear again.

Also, in Firefox you get double scrollbars ( ie/ body scrollbars ++ your scrollable div ones )

¥


Form is loading...