015-0017 Mini-Calendar Block Bug
»
Show posts from
to
Icy Phoenix
Old Bugs - 015-0017 Mini-Calendar Block Bug
hpl
[ Sat 14 Jul, 2007 13:46 ]
Post subject:
015-0017 Mini-Calendar Block Bug
www.tightlines.it/forum/
1.1.0.015
try to go in older month, you can't...it block on june 2007
---> index.php?month=-1
june is month of installation of forum
Mighty Gorgon
[ Thu 26 Jul, 2007 00:23 ]
Post subject:
Re: 015-0017 Mini-Calendar Block Bug
That's because the calendar is set to show posts... I think it should work differently if you change this setting in calendar constants.
Mighty Gorgon
[ Sun 29 Jul, 2007 14:48 ]
Post subject:
Re: 015-0017 Mini-Calendar Block Bug
Try this please:
OPEN
includes/mini_cal/mini_cal_config.php
FIND
Code: [
Hide
] [
Select
]
Code: [
Show
]
define('MINI_CAL_DATE_SEARCH', 'POSTS');
REPLACE WITH
Code: [
Hide
] [
Select
]
Code: [
Show
]
define('MINI_CAL_DATE_SEARCH', 'EVENTS');
I guess when you have POSTS enabled it won't go back...
Powered by
Icy Phoenix