19
hello , this is the english translation
le="color: #000000"><?php //%%%%%% Comment Manager %%%%% define('_MD_AM_COMMMAN','Comments Management'); define('_MD_AM_LISTCOMM','List of Comments'); define('_MD_AM_ALLMODS','All Modules'); define('_MD_AM_ALLSTATUS','Any Status '); define('_MD_AM_MODULE','Module'); define('_MD_AM_COMFOUND','There is %s comments'); // By yoshis at Bluemooninc.biz define("_MD_AM_AYSYWTDU","Are you sure you want to delete this comment?<b>%s</b>?");
by the way there is a module by Onasr to delete mass comments
http://www.arabxoops.com/modules/mydownloads/visit.php?cid=3&lid=357also you can delete all posts for any user from the phpmyadmin , for example if you need to delete comments posted by user id=3 from the forum :
- go to your phpmyadmin
- choose the table name for example : xxxbb_post
- click on mysql
- choose from fields uid,
- you will get a message : delete from this table, posts where uid = 3 (for example)
- choose yes and that's all.
the road of success is always under construction