How did you get the drop down archives? Also if you used that same plug in what changes did you make? thanks
Edit:
I got it to work
I placed this code in the sidebar
<select name=”archive_chrono” onchange=”window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);”>
<option value=”>Select Month</option>
<?php get_archives(”,”,’option’, 1); ?>
</select>
</form>