11
biomech
Re: Delete all posts/comments from user
  • 2010/1/6 3:23

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Me too - thanks!!

comment_delete was just what I needed!

-b-

12
jimbofoxman
Re: Delete all posts/comments from user

That hack worked perfect for me too!

13
hipoonios
Re: Delete all posts/comments from user
  • 2010/1/7 11:12

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


This hack is will not be needed in XOOPS 2.5 :)

14
deepak267
Re: Delete all posts/comments from user
  • 2010/7/17 0:10

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Hi All,

I need to use the delete comments hack. could some some one define these variable in English for me?

define('_MD_AM_COMMMAN','ÅÏÇÑÉ ÇáÊÚáíÞÇÊ');

define('_MD_AM_LISTCOMM','ÞÇÆãÉ ÇáÊÚáíÞÇÊ');
define('_MD_AM_ALLMODS','ßá ÇáÈÑÇãÌ');
define('_MD_AM_ALLSTATUS','Ãí ÍÇáÉ');
define('_MD_AM_MODULE','ÈÑäÇãÌ');
define('_MD_AM_COMFOUND','æÌÏäÇ %s ÊÚáíÞ');

define("_MD_AM_AYSYWTDU","åá ÃäÊ ãÊÃßÏ ãä Ãäß ÊÑíÏ ÍÐÝ ÇáÊÚáíÞ ÇáÊÇáí <b>%s</b>?");

Thanks in advance.

Deepak
A member of www.AquariumHomeCare.com

15
deepak267
Re: Delete all posts/comments from user
  • 2010/7/17 22:51

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


can someone please help me to translate?

A member of www.AquariumHomeCare.com

16
iHackCode
Re: Delete all posts/comments from user

I'll paste the Arabic here (maybe someone can translate it)

Quote:
<?php
// $Id: comments.php 2411 2008-11-14 21:01:07Z julionc $
// _LANGCODE: ar
// _CHARSET : windows-1256
// Translator: Arab XOOPS Team

//%%%%%% Comment Manager %%%%%
define('_MD_AM_COMMMAN','إدارة التعليقات');

define('_MD_AM_LISTCOMM','قائمة التعليقات');
define('_MD_AM_ALLMODS','كل البرامج');
define('_MD_AM_ALLSTATUS','أي حالة');
define('_MD_AM_MODULE','برنامج');
define('_MD_AM_COMFOUND','وجدنا %s تعليق');

// By yoshis at Bluemooninc.biz
define("_MD_AM_AYSYWTDU","هل أنت متأكد من أنك تريد حذف التعليق التالي <b>%s</b>?");

?>
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

17
deepak267
Re: Delete all posts/comments from user
  • 2010/7/18 21:12

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Thanks Bandit,

Really appreciate your help, but I need the English version.

Deepak
A member of www.AquariumHomeCare.com

18
deepak267
Re: Delete all posts/comments from user
  • 2010/7/19 20:48

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Could someone translate these to English?

define('_MD_AM_COMMMAN','ÅÏÇÑÉ ÇáÊÚáíÞÇÊ');

define('_MD_AM_LISTCOMM','ÞÇÆãÉ ÇáÊÚáíÞÇÊ');
define('_MD_AM_ALLMODS','ßá ÇáÈÑÇãÌ');
define('_MD_AM_ALLSTATUS','Ãí ÍÇáÉ');
define('_MD_AM_MODULE','ÈÑäÇãÌ');
define('_MD_AM_COMFOUND','æÌÏäÇ %s ÊÚáíÞ');

define("_MD_AM_AYSYWTDU","åá ÃäÊ ãÊÃßÏ ãä Ãäß ÊÑíÏ ÍÐÝ ÇáÊÚáíÞ ÇáÊÇáí <b>%s</b>?");

Thanks in advance.

Deepak
A member of www.AquariumHomeCare.com

19
mariane
Re: Delete all posts/comments from user
  • 2010/7/20 10:01

  • mariane

  • Theme Designer

  • Posts: 649

  • Since: 2008/1/11


hello , this is the english translation

//%%%%%% 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=357

also 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

20
deepak267
Re: Delete all posts/comments from user
  • 2010/7/20 15:00

  • deepak267

  • Quite a regular

  • Posts: 352

  • Since: 2008/8/15


Thanks a lot mariane,

I am not sure about the foreign keys and the DB structure that well to start playing from backend. From your comments it looks like there is no constrain on the comments tables and I can delete them from back end.

I will try the tools module too.

Once again thanks for your help. It's always been a pleasure to be part of xooper's group.


Deepak
A member of www.AquariumHomeCare.com

Login

Who's Online

186 user(s) are online (120 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits