Hi Dub,
For monthly records, you have to "initialise" them into Cumulus.
Look at this post (part 1):
http://weatherbyyou.com/forum/index.php?topic=515.msg1731#msg1731For menu highlight, since you added a new main item for your forecast page,
other items are misplaced. Since this menu need to know which item to highlight,
you have to modify this line:
// Select menu current item highlight
//SYNTAX: tabdropdown.init("menu_id", [item menu, start from 0])
tabdropdown.init("mainmenu",
0)
This example show 0, for index page (first menu item). just change
this number according to page selected.
Regards,
Jacques