Index: trunk/class/xpressD3commentContent.class.php
===================================================================
--- trunk/class/xpressD3commentContent.class.php	(revision 104)
+++ trunk/class/xpressD3commentContent.class.php	(revision 108)
@@ -125,6 +125,4 @@
 			if( ! empty( $params['view'] ) ) {
 				return $params['view'] ;
-			} else if( ! empty( $this->mod_config['comment_view'] ) ) {
-				return $this->mod_config['comment_view'] ;
 			} else {
 				return 'listposts' ;
@@ -137,8 +135,7 @@
 		function getOrder( $params )
 		{
+			global $XPressME;
 			if( ! empty( $params['order'] ) ) {
 				return strtolower( $params['order'] ) ;
-			} else if( ! empty( $this->mod_config['comment_order'] ) ) {
-				return $this->mod_config['comment_order'] ;
 			} else {
 				return 'desc' ;
@@ -154,6 +151,4 @@
 			if( ! empty( $params['posts_num'] ) ) {
 				return $params['posts_num'] ;
-			} else if( ! empty( $this->mod_config['comment_posts_num'] ) ) {
-				return $this->mod_config['comment_posts_num'] ;
 			} else {
 				return 10 ;
