| 
                                                                        
                                                                         
                                                                            
                                                                                kentico_martind
                                                                            - 
                                                                                5/18/2009 4:22:51 AM
                                                                            
                                                                         
                                                                         
                                                                            
                                                                        
                                                                        
                                                                         
                                                                        
                                                                        
                                                                        
                                                                        
                                                                        
                                                                         
                                                                        
                                                                            RE:How is the blog post automatially stored inside the right folder?
                                                                        
                                                                            Hello,
  Yes, the BlogMonth is automatically created if there is no month folder for the blog post. You can find code that ensures this behavior in ~\CMSDesk\Content\edit.aspx.cs file in your project folder. It starts with following part of code (line 435 by default): 
                          // Special treatment for blog post (ensure parent month)                         if (newdocument && (ci != null) && (ci.ClassName.ToLower() == "cms.blogpost"))                         {                              ...
  Best Regards,
  Martin Dobsicek
                                                                         
                                                                        
                                                                            
                                                                         
                                                                        
                                                                         
                                                                        
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                        
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                        
                                                                         
                                                                     |