1 beano Aug 31, 2006 04:02
3 beano Aug 31, 2006 04:22
Sorry, I'm talking about the sidebar plugin. Unfortunately my web host seems to have b0rked the server at the moment so I can't give you a link to an alternate skin that shows the archives, but basically they go from October 2005 back to May 2005 - when I started the blog.
4 john Aug 31, 2006 04:30
Have you opened _archives.plugin.php and checked the lines..
- 'limit' : # of archive entries to display or '' (Default: 12)
- 'more_link' : more link text (Default: 'More...')
5 beano Aug 31, 2006 04:31
There we go:
http://www.everythingulster.com/blogs/index.php/everythingulster?skin=guadeloupe
Check out the archives in the right hand side...
Update Sorry didn't see the reply. The limit's set to 12 - and I still don't get why it's showing the oldest months.
6 john Aug 31, 2006 07:18
Ok, so now check skins ->archives.php and see what the number there is set as.
# number of archive entries to display:
if(!isset($archive_limit)) $archive_limit = 12;
7 beano Aug 31, 2006 12:25
Once again, 12.
:(
I take it nobody else has had this problem then?
8 john Aug 31, 2006 12:36
Got me beat !!
9 yabba Aug 31, 2006 17:34
You might find that [url=http://forums.b2evolution.net/viewtopic.php?t=8951&highlight=archives]this post[/url] helps
¥
10 beano Sep 01, 2006 04:16
Thanks Yabba, looks like it did.
The "SQL_CALC_FOUND_ROWS" change mentioned there seemed to correct the error (added it to the queries in lines 375, 385 and 396).
I don't use the sidebar archive plugin in my default skin but it's probably handy to know. Thanks muchly! ;)
11 yabba Sep 01, 2006 17:04
Glad it fixed things ;)
¥
In your http://www.everythingulster.com/blogs/index.php/everythingulster?disp=arcdir
I see 16 months ranging from May 2005 to Aug 2006