BlogCFC hides old entries, how to change that.
Tuesday July 10, 2007 4:57 PM
Word Count:
446
Dan Lancelot was having an issue with BlogCFC. He visited his blog and saw the text "Sorry There are not blog entries". This was mainly to do with his lack of posts in the last 30 days. By default BlogCFC will show the last 30 days entries along with the max number of entries which is set in your BlogCFC settings file. If you are someone who does not post as frequently and you want to change the 30 day default to say 60 or 90 days. To change this go to tags > folder and edit the getMode.cfm template. At the bottom of this template you will see the following code. If you change the lastxdays variable you can have BlogCFC search further back.
1: <cfset params.lastxdays = 30>
2: 3: <cfset params.lastxdays = 90>
One other alternative which Dan brought up is to make an effort to post more articles which is exactly what I have been trying to follow.
