Index: trunk/wp-content/plugins/xpressme/xpressme.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme.php	(revision 51)
+++ trunk/wp-content/plugins/xpressme/xpressme.php	(revision 61)
@@ -37,4 +37,13 @@
 add_action("the_content",	"set_post_views_count");
 
+//XOOPS notifiction
+require_once dirname( __FILE__ ).'/include/notify_functions.php' ;
+add_action("private_to_published",	"onaction_publish_post_notify");
+//	add_action("edit_post",	"onaction_edit_post_notify");
+add_action("comment_post",	"onaction_comment_notify");
+//	add_action("approve_comment" , "onaction_comment_apobe_notify");
+add_action("wp_set_comment_status" , "onaction_comment_apobe_notify");
+
+
 
 //require_once('../include/custom_functions.php');
