Differences from version 2 to 3



@@ -6,7 +6,7 @@

 
 Blog Posts by contrast only expire if the expiration date is greater than the publish date. Therefore individual blog posts can be set to never expire, where as Articles requires the Topic to enforce that.
 
-As a cude way to deal with this we set all expiration dates to be the publish_date -1 -- this will keep all articles from expiring. You may want to change this to make the expiration more sophisticated if you have deliberately expired Articles..
+As a crude way to deal with this we set all expiration dates to be the publish_date -1 -- this will keep all articles from expiring. You may want to change this to make the expiration more sophisticated if you have deliberately expired Articles..
 
 {code title=draft script to port Articles to Blog Posts}
 <?php

@@ -18,7 +18,6 @@

 require_once( 'bit_setup_inc.php' );
 require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
 require_once( BLOGS_PKG_PATH.'BitBlogPost.php' );
-require_once( LIBERTY_PKG_PATH.'LibertyComment.php' );
 if( $gBitSystem->isPackageActive( 'tags' )) {
  require_once( TAGS_PKG_PATH.'LibertyTag.php' );
 }
Page History
Date/CommentUserIPVersion
23 Aug 2007 (18:33 UTC)
no need for comments class
Will89.247.33.2033
Current • Source
Will89.247.7.292
View • Compare • Difference • Source
Will89.247.7.291
View • Compare • Difference • Source